Search found 2 matches

by bluecomet
2012-12-20T11:11:34-07:00
Forum: IMagick
Topic: cropImage fail / internal server error
Replies: 3
Views: 8698

Re: cropImage fail / internal server error

The code is in Wordpress. I do not want to edit wordpress core files. I am trying to reproduce the problem by writing test code. The actual line where it is in wp-includes/class-wp-image-editor-imagick.php is return return ( (bool) Imagick::queryFormats( $imagick_extension ) ); Anyway thanks for the...
by bluecomet
2012-12-20T10:42:01-07:00
Forum: IMagick
Topic: cropImage fail / internal server error
Replies: 3
Views: 8698

cropImage fail / internal server error

Have been troubleshooting a Hostpapa account which fails when Wordpress 3.5 attempts to crop media uploads to create thumbnails. I dug into wordpress code and reproduced the problem outside of Wordpress, as follows: Doing a queryFormats call causes cropImage to fail. Either with just a blank screen,...