deliciousbrains / wp-image-processing-queue

Resize WordPress images in the background
203 stars 18 forks source link

PHP Fatal error: Class 'Image_Processing_Queue\Exception' not found in #16

Closed erolabzait closed 5 years ago

erolabzait commented 6 years ago

Hello,

I have this issue in the debug.log Thanks in advance.

[13-Apr-2018 12:48:45 UTC] PHP Fatal error:  Class 'Image_Processing_Queue\Exception' not found in .../content/plugins/image-processing-queue/src/Image_Processing_Queue/Exception.php on line 8
[13-Apr-2018 12:48:45 UTC] PHP Stack trace:
[13-Apr-2018 12:48:45 UTC] PHP   1. {main}() .../wp/wp-cron.php:0
[13-Apr-2018 12:48:45 UTC] PHP   2. do_action_ref_array() .../wp/wp-cron.php:117
[13-Apr-2018 12:48:45 UTC] PHP   3. WP_Hook->do_action() .../wp/wp-includes/plugin.php:515
[13-Apr-2018 12:48:45 UTC] PHP   4. WP_Hook->apply_filters() .../wp/wp-includes/class-wp-hook.php:323
[13-Apr-2018 12:48:45 UTC] PHP   5. WP_Queue\Cron->cron_worker() .../wp/wp-includes/class-wp-hook.php:298
[13-Apr-2018 12:48:45 UTC] PHP   6. WP_Queue\Worker->process() .../content/plugins/image-processing-queue/vendor/a5hleyrich/wp-queue/src/WP_Queue/Cron.php:105
[13-Apr-2018 12:48:45 UTC] PHP   7. Image_Processing_Queue\Resize_Job->handle() .../content/plugins/image-processing-queue/vendor/a5hleyrich/wp-queue/src/WP_Queue/Worker.php:46
[13-Apr-2018 12:48:45 UTC] PHP   8. spl_autoload_call() .../content/plugins/image-processing-queue/src/Image_Processing_Queue/Resize_Job.php:73
[13-Apr-2018 12:48:45 UTC] PHP   9. Composer\Autoload\ClassLoader->loadClass() .../content/plugins/image-processing-queue/src/Image_Processing_Queue/Resize_Job.php:73
[13-Apr-2018 12:48:45 UTC] PHP  10. Composer\Autoload\includeFile() .../content/plugins/sitepress-multilingual-cms/vendor/composer/ClassLoader.php:322
[13-Apr-2018 12:48:45 UTC] PHP  11. include() .../content/plugins/sitepress-multilingual-cms/vendor/composer/ClassLoader.php:444
ptravassos commented 6 years ago

I have the exact same issue, did you find a solution? Thanks

A5hleyRich commented 5 years ago

Resolved in https://github.com/deliciousbrains/wp-image-processing-queue/pull/19