• Resolved pbedouk

    (@pbedouk)


    I see previous posts on this topic, but they are closed, so I’m opening a new support request.

    My new installation of Burst (1.7.6.1) does not seem to update the Devices Statistics. They all show 0% since the beginning (2 days). Any thoughts or fixes?

    Thanks, Peter

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

    (@hesseldejong)

    Hi @pbedouk,

    I suspect some database files might be missing. Can you 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 you need any help!

    Kind regards,
    Hessel

    Thread Starter pbedouk

    (@pbedouk)

    Thank you Hessel … when I went back in to the dashboard today (to install WP Debugging plugin) … the statistics were there! So it seems to be working. Maybe it just needed some time?

    Plugin Author Hessel de Jong

    (@hesseldejong)

    Hi @pbedouk,

    It could be that enabling debugging reset the database install, but I’m not 100% sure!

    Happy to hear your issue is resolved though!

    Kind regards,
    Hessel

    Thread Starter pbedouk

    (@pbedouk)

    Hi … I didn’t enable debugging. It just started all by itself.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Device Statistics not updating’ is closed to new replies.