alexkent
Forum Replies Created
-
hi Orangelab,
on my host the plugin is enabled and green ticks the /usr/bin with ImageMagick command line option. yet when i upload a new image it doesn’t appear to work: i get a ‘crunching’ phase, but then the scaled image size options are greyed out.
🙁i assumed that executing the binary was somehow blocked on my ‘budget’ shared hosting. so i put together a very quick test script to check:
@exec(“/usr/bin/convert” . ‘ one.jpg -resize 50% two.jpg’, $output);
surprisingly this ran fine.
any ideas how i can troubleshoot the plugin more usefully (i don’t have access to the apache errorlog) ?thanks for making an awesome plugin…
alex kent.
i have similar situation;
Wordpress 3.1.1, i just installed ImageMagick-Engine 1.2.1.
i’m using the ImageMagick Command-Line option as my host doesn’t have the php module installed. i get a green check mark next to /usr/bin. all sizes are ticked.when i upload a new image i get a crunching phase, but then thumbnail, medium and large are greyed out and i can only insert the image at original size.
sadly i have cheap shared hosting (1and1) and i don’t get access to the apache error log.any ideas gratefully received!