Recent content by Eldar Shamukhamedov

  1. Eldar Shamukhamedov

    XF 1.3 XF 1.3.4 serving corrupted image attachments

    After more digging, readfile() and file_get_contents() on an s3:// file path turned out to be the culprit: <? require_once 'Zend/Service/Amazon/S3.php'; $s3 = new Zend_Service_Amazon_S3('-- key --', '-- aws secret --'); $s3->registerStreamWrapper("s3"); $fgetData =...
  2. Eldar Shamukhamedov

    XF 1.3 XF 1.3.4 serving corrupted image attachments

    Hello fellow XenForo'ers ('uns?), I have recently upgrade from 1.1.3 to 1.3.4 and am still working out a lot of small bugs. In the process, I encountered this oddity: When a user uploads an image file attachment, if the file is a PNG or JPEG, the stored file (in AWS S3 internal_data in my...
  3. Eldar Shamukhamedov

    XF 1.1 Upgrade to 1.3.4 deletes all content

    When upgrading, you're not asked to drop all xenforo tables?
  4. Eldar Shamukhamedov

    XF 1.1 Upgrade to 1.3.4 deletes all content

    Hello XF, My company is looking into upgrading our XF from 1.1.3 to 1.3.4. It is my understanding that there are some schema changes, going from 1.1 to 1.3, which is the primary reason for deleting all XF data from the db. However, if there are schema changes, wouldn't a pre-upgrade db snapshot...
Back
Top Bottom