tableau de bord erroné
-
depuis la version 1.5.4 les informations journalières du tableau de bord sont totalement erronée. Le décompte du nombre de connections et de pages vues ne correspond plus du tout à la réalité.
-
J’ai exactement le même problème sur mes sites.
Merci d’avance pour votre aide.Hi @mariodil52 and @kromaweb,
Sorry to hear that the display of the statistics is incorrect. Don’t worry, your original data is safe. The update added a new table to speed up your dashboard, but your original data is still there. The problem is likely with the update script, not your data. Can you try the following steps?
- Refresh Summary Tables: Add
define('BURST_RESTART_SUMMARY_UPGRADE', true);to yourwp-configfile. This command refreshes your summary tables. Don’t forget to remove this line after the page loads a few times. It helps restart the aggregation of the data. - Check for Errors: Look into your PHP and database logs for any errors. These errors can point out what went wrong during the update. Please post the errors here if you encounter any.
- Check Cron Jobs: Finally, use WP Crontrol to check if your WordPress cron jobs are running correctly. These jobs are crucial for the table upgrade. Look for ‘burst’ in your cron jobs and make sure they are active.
Please let us know if the above steps fix the issue or share the information you have found.
Kind regards,
HesselRefresh Summary Tables: Works, but only for like 5 or 10 minutes. Afterwards the humbers are way to high again.
Check Cron Jobs: They are all running-
This reply was modified 2 years, 4 months ago by
maxator33.
Without seeing the actual data of the tables that are not upgrading correctly, this is difficult to debug. So we’ve created a version which skips the usage of summary tables for existing websites. Can you check if this resolves your issue?
https://github.com/burst-Statistics/burst
You can download the zip by clicking on the green ‘code’ button, then deactivating the current version, and install the downloaded zip file as a normal WordPress plugin.
No change: https://i.imgur.com/EXmP0hk.png
After changing back its even worse: https://i.imgur.com/2q8B1JS.png
No more tracking at all now.@maxator33 rest assured that all data is still there, but it is not being displayed somehow. The upgrade summary constant is removed from wp-config.php again?
It’s strange the exclusion of the summary tables does not change anything. I have now added two logging statements to the current github version. Can you check what you get in the logs if you install that?
For logs, you can install the wp debugging plugin.
Thanks for your input on this. I now see in the logs “using raw data”, which you should get as well.
Can you also share your domain, or mail it to support(at)burst-statistics.com so we can check the normal tracking behaviour from the front-end?
The “WP Debugging” Plugin is not tested with my current WP Version, so i will not install it.
@maxator33 I found my mistake. I did not update the version to 1.5.5, because of this the upgrade did not run. That explains why nothing changed for you. Sorry about that!
Can you try the latest zip? I have updated the version, so the upgrade should now work correctly.
Thank you!
Tracking in now working again, but previopus tracking data is not there
https://i.imgur.com/eBXf2XI.png
DB:https://i.imgur.com/3uQgDq9.png-
This reply was modified 2 years, 4 months ago by
maxator33.
@maxator33 We have found a bug in the uninstall. It should only clear data if explicitly chosen to do so, but currently always clears the data if you delete the plugin.
I’m very sorry, my suggestion to delete the current plugin first was the wrong one, causing your data to get cleared.
Do you maybe have a backup for that?
How unfortunate… Sadly not without circumstances
Thank you anywaysMerci, je vais attendre la prochaine mise à jour du plugin.
Hi all,
We have reverted data querying until we have figured out what went wrong. So updating to the 1.5.5 version will fix the issues. Sorry for the trouble and thanks for your patience!
-
This reply was modified 2 years, 4 months ago by
Hessel de Jong.
- Refresh Summary Tables: Add
The topic ‘tableau de bord erroné’ is closed to new replies.