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 =...
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...
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...