it says “too few records to print charts”
and the “current visitors online” tab works (that is the only one)
Plugin Contributor
helened
(@helened)
Sorry that you are having trouble with Wassup.
Sometimes an ISP disables MySQL’s “DELAYED INSERT” and this would cause Wassup to stop saving stats in it’s main table. If you are familiar with PHP code, you can try editing the plugin code to remove delayed insert option from the wassup.php file:
in wassup.php, find line #2797 (more than 1/2 way down the page):
$delayed="DELAYED"; //for delayed insert
and change it to:
$delayed=""; //for delayed insert
Dear Helene, thank you for your reply. I have tried this but it didn’t help.
do you happen to have any other idea?
I really like and got used to wassup. I have uploaded other statistic plugins but I haven’t nearly found anything else that would fit my needs that well as wassup does.
I also would like to keep the data that were saved so far. So this is why I wouldn’t like to completely uninstall the plugin.
Thank you in advance.
wow it is suddenly working now. I don’t have any data for the past month, but my archive is available.
Thank you Helen.
Plugin Contributor
helened
(@helened)
Hi Art x3
Just a heads up…if Wassup only started working again since June 1 and your site is hosted on a shared server, then this issue might be related to your monthly usage quota limits (CPU/mysql) and could occur again.
Yes I think you’re right because this was exactly a month. Thank you again, Helene.