solution for imagemagick failure on shared hosting
-
hi all!
i just wanted to share a solution for a problem i have been struggeling for hours now, but i could solve it. in case somebody else has this problem (i had it with a french 1&1 server).if the plugin seems to work fine (imagemagick & ghostscript installed) but NO thumbnails are created in the end not throwing any errors it might be an issue with the server settings.
add this line to your wp-config.php to reduce the threads used by it:
putenv("MAGICK_THREAD_LIMIT=1");
cheers ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘solution for imagemagick failure on shared hosting’ is closed to new replies.