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
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.
Safe to say this in on my webhosts end? They switched me to a new server last night and this was the result.
Oh, the joys of server upgrades.
A quick email in their direction is needed on this, I think.
Thank you Casper!
It seems as though my webshosts are not much help, where to next?
Somewhere I can look? Something I can do in MYSQL? Please tell me this is definately on my webhosts end.
On a FLUKE I changed from ImageMagick to GD version 2 and it worked, holy cow! What is the difference between the 2 programs?
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.