• Resolved roadtrip28

    (@roadtrip28)


    Hi,

    since some days, i can’t access the analytics anymore via the cloudflare plugin. The site isn’t loading and it’s saying “Not Found”.

    Currently version: 4.2.0

    I have the issue on 2 hosted sites of mine. PHP7.4 and PHP8.0. Same problem, so it is not the problem of the webserver, also it worked some days ago.

    Looking forward for a fix/solution!

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • 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 3 years, 8 months ago by Radyo.

    This was https://github.com/cloudflare/Cloudflare-WordPress/issues/378 which was just fixed with v4.2.1

    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

    Have same problem.

    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

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Error: Not found’ is closed to new replies.