Posted on: 09/18/03 08:03pm
By: ScurvyDawg
This is the error given by GL when I try to upload a user image.
Image, image.gif had trouble being resized:
Now, imagemagick is setup and the path to mogrify is also set up. Can anyone lead me to where this issue may be coming from or why??
Thank you
Re:Image, image.gif had trouble being resized:
Posted on: 09/19/03 01:02pm
By: Dirk
Debugging these things is a pain in the you-know-where

Does it only happen with GIFs? If yes, that could mean that ImageMagick is missing the GIF support..
bye, Dirk
Re:Image, image.gif had trouble being resized:
Posted on: 09/19/03 01:11pm
By: ScurvyDawg
Thanks for the info Dirk I appreciate it.
Re:Image, image.gif had trouble being resized:
Posted on: 09/19/03 07:56pm
By: ScurvyDawg
Image, ScurvyDawg.jpg had trouble being resized:
Same for Jpeg\'s
Odd hey, umm the paths all seem correct and on the same server I have another site where this works fine??
Any tips would be helpful. Thank you.
Re:Image, image.gif had trouble being resized:
Posted on: 09/20/03 04:35am
By: Dirk
As I said, it\'s a bit of a pain to debug ...
In usersettings.php find function
saveuser
and in that function, add the following 2 lines after
$upload->setAutomaticResize(true);
:
$upload->setLogFile($_CONF[\'path\'] . \'logs/error.log\');
$upload->setDebug(true);
Then try again and check your error.log file.
bye, Dirk
Re:Image, image.gif had trouble being resized:
Posted on: 09/20/03 04:42am
By: ScurvyDawg
Thank you and I have also asked about this error at the Imagemagick site.
I appreciate your time.
Re:Image, image.gif had trouble being resized:
Posted on: 11/04/03 02:53am
By: Anonymous (Stavn)
I have the same problem.
Did you find a soloution?
Stavn
Image, image.gif had trouble being resized: SOLUTION
Posted on: 02/02/04 11:11am
By: spiffin
I was having this problem .. and just solved it.
I'd (stupidly) forgotten to UNCOMMENT the path to mogrify line in config.php (i.e. I'd filled in the path but hadn't deleted the two slashes at the neginning of the line .. I'm using imagemagick BTW).
Hope that helps someone else.
s
Image, image.gif had trouble being resized:
Posted on: 02/02/04 02:51pm
By: ScurvyDawg
Yes, Stavn I did find a resolution. I was not pointing to mogrify. I fixed my path and all has been fine for a long time now.