| GD2 install issues
I'm having issues with getting GD2 to work properly for generation of thumbs; it keeps wanting mogrify (an imagemagick component if I recall correctly). I selected GD2 in the install script, and I even added $usegd=1 to config-inc.php, but when I try to upload images, I get the following:
"/usr/local" +profile "*" -size 100x67 -quality 70 -geometry 100x67 -unsharp 10 '/usr/home/DOMAIN/domains/DOMAIN.com/public_html/photopost/data/500/thumbs/image.JPG'
From what I can tell, that's the error message telling you that your mogrify path is wrong; I thought I told it not to use mogrify. I tried a clean install, and I even tried editing the config-inc.php to include the instruction re: $usegd=1 before running the install script. I get a confirmation that GD2 is verified right after I select it; what am I missing?
I'm using PHP 4.4.4 and GD is installed; I don't have shell access or the ability to telnet in.
Thanks,
Aaron
|