Hi,
Me too, have the same issue since the last update.
WP: 5.6.2
PHP: 8.0.2
CF plugin: 4.2.0
Thanks.
Same problem here with latest version
An error banner “Not found” appears at the bottom of the plugin settings page
Same error,
Get ‘Not Found’, I tried to reinstall plugin but cannot fix it.
Same issue here!
Apart from the ‘not found’ red banner that pops up, does nothing else to suggest that there’s anything wrong.
Doesn’t seem to be able to purge the cache (either automatically as it should, or manually via plugin settings page). Started happening around 24 hours ago at my best guess.
We are a paid user. But;
[05-Mar-2021 12:07:08 UTC] [Cloudflare] ERROR: Not Found
[05-Mar-2021 12:08:58 UTC] PHP Warning: file_get_contents(/home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/composer.json): Failed to open stream: No such file or directory in /home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/PluginActions.php on line 216
[05-Mar-2021 12:08:58 UTC] PHP Warning: Trying to access array offset on value of type null in /home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/PluginActions.php on line 182
[05-Mar-2021 12:09:00 UTC] [Cloudflare] ERROR: [CLIENT API] Array
(
[type] => request
[path] => https://api.cloudflare.com/client/v4/zones/xxx/analytics/dashboard?since=-43200&action=cloudflare_proxy
[timeout] => 30
[method] => GET
[headers] => Array
(
[Content-Type] => application/json
[X-Auth-Email] => [email protected]
[X-Auth-Key] => xxx
)
)
[05-Mar-2021 12:09:00 UTC] [Cloudflare] ERROR: [CLIENT API] Array
(
[type] => response
[reason] => Not Found
[code] => 404
)
[05-Mar-2021 12:09:00 UTC] [Cloudflare] ERROR: Not Found
-
This reply was modified 5 years, 2 months ago by
Radyo.
Now;
Line 182 : $config[‘version’] = $this->composer[‘version’];
Line 216 : $this->composer = json_decode(file_get_contents(dirname(FILE) . ‘/composer.json’), true);
[05-Mar-2021 20:35:42 UTC] PHP Warning: file_get_contents(/home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/composer.json): Failed to open stream: No such file or directory in /home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/PluginActions.php on line 216
[05-Mar-2021 20:35:42 UTC] PHP Warning: Trying to access array offset on value of type null in /home/xxx/public_html/wp-content/plugins/cloudflare/src/WordPress/PluginActions.php on line 182
A lot of things didn’t work on my site today. I was damaged. Please solve the problem completely.
@radyolar Looks like your remaining warnings are a different issue. See https://github.com/cloudflare/Cloudflare-WordPress/issues/380, which already seems to have a pending fix