Archived topic
PHP Slow error
5 replies · Started by Jonah on October 11, 2018
I noticed in the server logs in this error:
thrown in /www/wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php on line 71
[11-Oct-2018 23:34:07 UTC] PHP Fatal error: Uncaught IPQ_Process_Exception: Unable to get WP_Image_Editor for file "/www/wp-content/uploads/2009/07/P7230386.JPG": File doesn’t exist? (is GD or ImageMagick installed?) in /www/wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php:71
I use Flywheel is there something missing?
Does that image ring any bells?: P7230386.JPG
If so, is the full URL being used when referencing the image? /www/wp-content.. doesn't look like a URL to the image itself.
Strange part is this is in the website:

Where is that image set though? As a featured image? If so, can you try removing it and re-uploading it (inside the post)?
Oh wow thanks!. It was in a recipe post type, just threw me off because of the gp-premium throwing the error. Somehow the image had a capitalized extension. Didn't know this plugin had image processing.
Glad you got it working :)