We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
PHP Fatal error: Uncaught TypeError: strtolower(): Argument #1 ($string) must be of type string, bool given in imagify/classes/Optimization/Process/AbstractProcess.php:595 Stack trace: #0 imagify/classes/Optimization/Process/AbstractProcess.php(595): strtolower() #1 imagify/classes/Job/MediaOptimization.php(181): Imagify\Optimization\Process\AbstractProcess->optimize_size() #2 imagify/classes/Job/MediaOptimization.php(66): Imagify\Job\MediaOptimization->task_optimize() #3 imagify/inc/classes/Dependencies/deliciousbrains/wp-background-processing/classes/wp-background-process.php(516): Imagify\Job\MediaOptimization->task() #4 imagify/inc/classes/Dependencies/deliciousbrains/wp-background-processing/classes/wp-background-process.php(333): Imagify_WP_Background_Process->handle() #5 /home/jpegr0/public_html/fta/wp-includes/class-wp-hook.php(324): Imagify_WP_Background_Process->maybe_handle()
The text was updated successfully, but these errors were encountered:
Fixes #872 Prevent fatal error if returned extension value is false (#…
a5b7820
…873)
remyperona
Successfully merging a pull request may close this issue.
Describe the bug
The text was updated successfully, but these errors were encountered: