coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: teambajamarine on May 06, 2004, 11:33:43 PM

Title: [Solved]: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 06, 2004, 11:33:43 PM
I have searched and read about this error, they didn not help in solving my problem, so I post my debugf code here for all to decipher and tell me what it means.

The picture 'albums/userpics/10008/102_0280.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/X11R6/bin/convert -quality 80 -antialias -geometry 100x75 'albums/userpics/10008/102_0280.jpg' 'albums/userpics/10008/thumb_102_0280.jpg'

The convert program said:
/usr/X11R6/bin/convert: error while loading shared libraries: libMagick.so.6: cannot open shared object file: No such file or directory

File: /home/tbmbboa/public_html/Coppermine/db_input.php - Line: 289
Title: Re: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: hyperion on May 06, 2004, 11:50:44 PM
Image Magick seems to have lost one of its shared libraries.  You'll have to correct that before programs like CPG can use its convert utility.  If you have GD2, I would advise switching to it in the Config console while you repair your IM installation.
Title: Re: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 07, 2004, 12:33:33 AM
Safe to say this in on my webhosts end? They switched me to a new server last night and this was the result.
Title: Re: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: Casper on May 07, 2004, 12:37:59 AM
Oh, the joys of server upgrades.

A quick email in their direction is needed on this, I think.
Title: Re: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 07, 2004, 12:38:36 AM
Thank you Casper!
Title: Re: [Solved]: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 07, 2004, 11:35:00 PM
It seems as though my webshosts are not much help, where to next?
Title: Re: [Solved]: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 07, 2004, 11:39:40 PM
Somewhere I can look? Something I can do in MYSQL? Please tell me this is definately on my webhosts end.
Title: Re: [Solved]: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: teambajamarine on May 07, 2004, 11:47:40 PM
On a FLUKE I changed from ImageMagick to GD version 2 and it worked, holy cow! What is the difference between the 2 programs?
Title: Re: [Solved]: Debug Mode...Error Executing ImageMagick - Return value: 127
Post by: hyperion on May 08, 2004, 01:04:40 AM
Yes, this is definitely on your webhost's end. Just show them the error message about the missing lib.so.6 file.  GD2 is slightly more limited than Image Magick in that it cannot process GIFs.