• Resolved assa123

    (@assa123)


    Hi! New update causes a WordPress death error. Even when plugin is not active the death error is there. Only renaming folder through FTP helped us. Would you check please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter assa123

    (@assa123)

    It seems to be related to EWWW plugin too.
    It says on line 107 of wp-content/plugins/ewww-image-optimizer-cloud/classes/class-eio-alt-webp.php there is Uncaught Error: Call to undefined method Amazon_S3_And_CloudFront::get_provider()

    For now you can change:
    $s3_domain = $as3cf->get_provider()->get_url_domain( $s3_bucket, $s3_region, null, array(), true );

    To:
    $s3_domain = $as3cf->get_storage_provider()->get_url_domain( $s3_bucket, $s3_region, null, array(), true );

    Seems they renamed/removed a function and didn’t replace everywhere it was used.

    Same issue here, @nocaredev, so replacing the code allows the EWWw plugin to be re-activated without crashing admin dashboard, but all features of the plugin besides its basic mode are still giving fatal errors.

    • This reply was modified 4 years, 4 months ago by bobmorain.

    I can confirm the issue

    Plugin Contributor ianmjones

    (@ianmjones)

    I believe there is a new version of EWWW Image Optimizer that fixes the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New update’ is closed to new replies.