| Problem with upload
Ok I have gone through most of the similar issues here but none of them seem to help in my case.
I and the mebers cannot upload photos. And by upload I do not mean bulk upload or many images or large images. I have problems uploading one image of 3mb, as well as one image of 40kb so it doesn't look like it's a matter of memory or php limits etc. Also note that this was randomly happening for some users, and now it's also happening to many more, me included.
After I browse to select the image and click on the submit button, I get a blank page that has vbulletin header & footer etc, and a "gallery message" block that is however empty.
After I do this, if I go to the ftp in the uploads folder, I see my image there. And if I go to the upload photos in photopost again, I see my image in queue.
I also checked at my apache error log and i don't see any errors at the times of the failed uploads. I'm using the gd library. Also everytime I try a new upload, I first delete the numeric folder under the uploads directory. Also in my pp-inc.php I already have:
ini_set("memory_limit", "72M");
ini_set("max_execution_time", 0);
I should also mention I have version 6.2 installed.
Any ideas how to troubleshoot this or what else I could try?
Last edited by dakis; June 15th, 2011 at 01:07 PM.
|