Osclass forums

Support forums => General help => 3.6.x => Topic started by: grgo46 on October 23, 2016, 02:39:23 pm

Title: Error uploading pictures & ImageMagick library is not loaded
Post by: grgo46 on October 23, 2016, 02:39:23 pm
Error uploading pictures & ImageMagick library is not loaded
see attached pictures
Title: Re: Error uploading pictures & ImageMagick library is not loaded
Post by: teseo on October 23, 2016, 05:35:07 pm
Hi,

Quote
ImageMagick library is not loaded

No mistery here, your server doesn't have ImageMagick program installed or if it's installed, they haven't installed required PHP extension Imagick.

For the other issue, looking at your screenshot, seems like a filesize issue, because there are already two twin images loaded fine (I'd guess this one have a filesize smaller than that that is failing -1,8 MB). ???

Theoretically you could upload an image up to 6048 KB, but that's PHP, your web server (Apache or other) might be allowing much more less than that. ???

Ask your hosting or/and try my plugin Pre-resize Images (https://market.osclass.org/plugins/miscellaneous/pre-resize-images_496).

Regards

Title: Re: Error uploading pictures & ImageMagick library is not loaded
Post by: grgo46 on October 24, 2016, 02:13:36 pm
Thanks,
that really  worked great.
Thanks for plugin
Title: Re: Error uploading pictures & ImageMagick library is not loaded
Post by: teseo on October 24, 2016, 02:30:59 pm
You're welcome. :) Please add [SOLVED] to the title of this thread.

Regards