• Resolved mariogovoni

    (@mariogovoni)


    Hi, when I try to see the statistics I get the series of errors “Server error in data”. If you want I can send you the screenshot.

    • This topic was modified 3 months, 2 weeks ago by mariogovoni.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hessel de Jong

    (@hesseldejong)

    Hi @mariogovoni,

    To help us diagnose the issue, please enable debugging in WordPress and share the relevant log entries. You have two options:

    1. Use the WP Debugging Plugin (recommended for ease of use)
    2. Manually enable debugging by editing wp-config.php

    Option 1: Use the WP Debugging Plugin

    1. Install and activate the WP Debugging plugin.
    2. Visit the Burst Dashboard.
    3. In the top admin bar, hover over “Debug Quick Look” and click “View File Raw”.
    4. Copy the contents of the debug log and share them with us.

    Option 2: Manually Enable Debugging

    1. Open the wp-config.php file in the root of your WordPress installation.
    2. Add the following lines before /* That's all, stop editing! Happy publishing. */:
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
    define('SCRIPT_DEBUG', true);
    1. Save the file.
    2. Visit the Burst Dashboard.
    3. Locate the debug.log file inside the /wp-content/ directory. Open it with a text editor and share any relevant error messages with us.

    Important for Live Sites: Once you have shared the errors, disable debugging by removing the added lines in the wp-config.php file or disable the WP Debugging plugin. This is to prevent performance or security issues.

    Let us know if there is anything in the debug log!

    Kind regards,
    Hessel

    Thread Starter mariogovoni

    (@mariogovoni)

    I thought the problem could be a plugin conflict and I deactivated them all.
    I found the culprit: it is All in One WP Security, a security plugin that I have been using for years and that, evidently, has changed some settings in the latest updates.
    Apart from deactivating it, what can I do to solve it?

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @mariogovoni Can you check which feature is blocking the Burst Rest API? I tries to enable some settings, but didn’t run into any issues. If we know which one is causing it, I can contact them about it.

    Thread Starter mariogovoni

    (@mariogovoni)

    @rogierlankhorst In the firewall rules, Internet Bot Settings section I enabled Blank HTTP Headers and Burst started working again.

    Plugin Author Hessel de Jong

    (@hesseldejong)

    Hi @mariogovoni,

    Thanks for notifying us! I will check if we can solve the issue, so other don’t run into this issue and so you can enable the setting again!

    If you’re enjoying Burst and feel like we’ve been helpful, we’d be super grateful if you could leave us a quick review. As a small business, every bit of feedback and support goes a long way in helping us keep improving.

    You can leave a review here: https://wordpress.org/support/plugin/burst-statistics/reviews/

    Kind regards,
    Hessel

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.