akamai / wp-akamai

Apache License 2.0
23 stars 16 forks source link

plugin does not work #12

Open amgmbs opened 5 years ago

amgmbs commented 5 years ago

I get this error

"Unable to purge cache: Invalid endpoint"

on post update, but the endpoint in the plugin is

/ccu/v3/invalidate/url/

as written on https://developer.akamai.com/api/core_features/fast_purge/v3.html

Any suggestions are very welcome

ghost commented 4 years ago

@amgmbs This one was an interesting one to figure out. The issue is actually with your .edgerc file. The API user you get from Akamai has to be specifically CCU/Purge only. Create a new API user in Akamai Control Center with those specific privileges and you should be set.

MasterJuan commented 4 years ago

Hi,

I am not opening new issue, because I am having the latest WP version with PHP 7.2 and plugin doesn't work. I am getting 500 error request when I click to save the settings and when I click to verify credentials I get error page.

Can you check the compatibility of the plugin?

akamai-errors