View Single Post
Old July 30th, 2009, 03:07 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
I would never say hosts dont do that because they do. The error as you describe it suggests that there is an issue using Imagemagick so if you want to continue using it you would need to fix the server.

As far as a blank page using GD2 thats easy. GD2 is part of PHP and as such is prone to PHP restrictions. The blank page is because PHP is shut down on the server because GD2 stole all of PHP's memory. Your fix for that is altering the servers php.ini file and increasing the memory_limit or adding an ini_set line in the script like so

Upload and then things go blank
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote