View Single Post
Old July 30th, 2009, 03:05 PM   #5 (permalink)
aaronp
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 30
The PHP.ini memory_limit is 32MB. I added the ini_set like you recommended.

Quote:
error_reporting (E_ALL ^ E_NOTICE);

ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0);

if ( VB3_INTEGRATION == "off" )
Then when I switched to GD2 I experienced the same problem with images not being resized (like with Image Magick). On the processing page the image is full size.

So it would seem to me that the problem is not with the image processor itself?

I double checked the settings in "Upload Photo Options" and everything looks correct to me. Screen shot attached below.....

p.s. The one thing I did not do in the thread you linked was delete all the directories under the "uploads" directory. I was scared I would screw something up worse. If I should do that, just let me know...
Attached Images
File Type: png photopost upload options.png (63.1 KB, 3 views)
aaronp is offline   Reply With Quote