Hello @per4mance
Try these steps,
Enter the access ID and secret key on the plugin admin page and click List Distribution. This will pull the existing cloudfront configuration from Amazon.
Reload the page
Once you see the option to activate the cdn, manually enter cdnaws.yourdomain.com in the box under Activate Cloudfront on yourdomain.com
Let me know if this helps
@luckychingi
thank you but it doesn’t work. I followed your instructions but only get this, see screenshot:
https://www.screencast.com/t/UR74de5WY
@luckychingi
It seems your button List Distributiondoes not work. I click on it but my mouse pointer does not change, only the blue color becomes more intensice.
@per4mance
I tested and the button works
https://ibb.co/30tPhKW
Can you tweak php code to enable debugging? Visit the plugin editor section
/wp-admin/plugin-editor.php?plugin=aws-cdn-by-wpadmin%2Faws-cdn.php&Submit=Select
Replace lines 21-24
From
/*ini_set('log_errors', 1);
error_reporting(E_ALL);
$wpaws3_logpath = wpaacbasedir . 'debug.log';
ini_set('error_log', $wpaws3_logpath);*/
To
ini_set('log_errors', 1);
error_reporting(E_ALL);
$wpaws3_logpath = wpaacbasedir . 'debug.log';
ini_set('error_log', $wpaws3_logpath);
try to list distribution then visit the plugin editor again, you should see a debug.log file
copy the contents here please.
no update since a long time
@luckychingi
Unfortunately I didn’t test your code and switched back to the plugin that works without any issues.
Thank you.