V 2.4 Issues
-
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
- The topic ‘V 2.4 Issues’ is closed to new replies.