| PhotoPost 5.03 and PHP 4.3.11
Our server was upgraded to PHP 4.3.11 for security reasons and we now have an odd issue with bulk uploads that didn't exist with the prior PHP version.
We checked the php.ini settings, etc. and the settings for .11 are the same that were in use for the prior version.
A description of the problem:
The image files are already on the server and we are using the 'Skip upload and process the files in your upload directory' with the uploads folder being set to the default full path of the uploads/1 directory. Thumbnails are set to show during processing.
After clicking Upload/Submit, the first set of thumbnails (however many we chose with 'Number of thumbnails to process next') comes up fine.
On that page however, when we click 'process' instead of the normal 'process wait' when it goes to bulkupload.php, bulkupload.php returns a blank page.
Looking at the command line, the thumbnails got written but the images are still in the uploads/1 directory.
Looking at what PHP reports in its error log, there's only:
PHP Warning: File Upload Mime headers garbled in Unknown on line 0
Since the last point of interaction is the submission of the form, it would seem that there is an issue with .11 and the submitted form.
This happens with multiple image sets. We also tried a set that already had a preexisting gallery (JIC the issue was with the newer files) since we know those files are okay and got the same results.
Thoughts about how to fix?
Thank you.
|