GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   NEED HELP! AGSQL not working with IMAGE MAGIK ... (https://gfy.com/showthread.php?t=533966)

Henrique 10-29-2005 12:04 PM

NEED HELP! AGSQL not working with IMAGE MAGIK ...
 
I got this error when try crop a thumb:

_____________________________
Critical Error
Error
Exception 420: no decode delegate for this image format `/site_patch/thumbs/tC8A80C91_2.jpg'
File
/site_patch/thumbs/tC8A80C91_2.jpg
As
apache/apache
_____________________________

Anyone can help me here?

Thanks,

adonthenet 10-29-2005 12:41 PM

ask your host to update for you IMAGE MAGIK...
hopefully it will work.. cant promise anything.

Henrique 10-29-2005 01:25 PM

I alewady did that, updated Image Magic to the lastest version ...

blazin 10-29-2005 01:37 PM

Based on the error message, there is a problem with the ImageMagick Perl module. You can try reinstalling ImageMagick or edit the image.pl file to set the $module value to 0 which will force it to use the ImageMagick command line tools. You can find that on line 6 of the image.pl file:

my $module = 1;

Change it to:

my $module = 0;

Henrique 10-29-2005 02:10 PM

Thank you blazin, worked perfecly ;)

blazin 10-29-2005 02:15 PM

Quote:

Originally Posted by Henrique
Thank you blazin, worked perfecly ;)

Your welcome :)

Henrique 10-30-2005 08:20 PM

Now Im getting this error when cropping the thumbnail :(
it seems the script is not resizing the image to the widthxheight desired and show me this error msg: /usr/bin/convert: Unrecognized option (-strip).

any help?

Thanks

felipeav 10-30-2005 09:19 PM

I can't help you, but here is a bump for you

Henrique 10-31-2005 02:46 PM

anyone can help me here?

Henrique 10-31-2005 11:09 PM

another bump here :)

darksoul 11-01-2005 12:54 AM

From what I see your ImageMagick isn't compiled with jpeg support.

blazin 11-01-2005 03:00 AM

Quote:

Originally Posted by Henrique
Now Im getting this error when cropping the thumbnail :(
it seems the script is not resizing the image to the widthxheight desired and show me this error msg: /usr/bin/convert: Unrecognized option (-strip).

any help?

Thanks

You have an older version of Imagemagick - probably 5.x

Just remove all occurences of this command from image.pl

blazin 11-01-2005 04:42 AM

Quote:

Originally Posted by blazin
You have an older version of Imagemagick - probably 5.x

Just remove all occurences of this command from image.pl

btw.. the -strip option is not essential. It only removes comments from jpeg files.

Henrique 11-01-2005 02:01 PM

worked fine, removed the -strip string from image.pl ;)
thank you guys ...


All times are GMT -7. The time now is 08:06 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123