• Resolved bobmorain

    (@bobmorain)


    Hi,

    Thank you for your hard work and creating the new set of features and bug fixes to V 2.4. My site is working with S3 and cloudfront, and in the past month of using WP Offload Media everything worked smoothly as expected.

    Upon updating to V 2.4 two main issues were noticed.
    1) There is a fatal error from EWWW Image Optimizer which crashes wp dashboard. And changing
    $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 );
    only brings wp dashboard back while all features of EWWW optimizer except the basic feature still give a fatal error from within the plugin setting page.

    2) Files uploaded to WP are no longer removed from local server after being copied to S3.

    Hope these issues can be addressed in your next release.

    Thank you,
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor ianmjones

    (@ianmjones)

    I believe there is a new version of EWWW Image Optimizer that fixes the problem, and that may be the solution for (2) too.

    Thread Starter bobmorain

    (@bobmorain)

    Thanks for your reply. I confirm that both issues are solved now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘V 2.4 Issues’ is closed to new replies.