Missing data and drop down menu
-
Hello Jason,
since begin of this month all data will no langer generated. I deleted plugin and reinstalled it twice. After first reinstall data get be generated again but the drop down menu are gone (see screenshot http://foodandhealth.vitavinas.com/stat).
Thanks
smovi
-
Hi smovi,
I’m not sure I understand the issue. Could you please elaborate on what drop downs are gone? Can you post the URL of the website where the issue is occurring?
Thank you,
JasonHi Jason,
In beginning of this month all reports are stopped. So I deleted the plugin and reinstalled it twice. The reports are back but as you can see on the screenshot, this is how the overview looks like now. I didnt’t press any drop down. This looks always like this. The website is http://foodandhealth.vitavinas.com.
Thanks
smoviHi Smovi,
I believe the confusion stems from the fact that Slimstat uses the “CURRENT MONTH” time range as the default time window to display reports and metrics. So it is normal that every 1st of the month your reports look empty. Simply set a different time range to see the corresponding reports and metric. Or use our premium add-on to set different DEFAULT time ranges:
https://www.wp-slimstat.com/downloads/default-filters/
Best,
JasonHi Jason,
The problem is as written not the data of the report. It is the layout what you could see in the screenshot what I add in the beginning. The programming code is showing above the data.
Example:
Traffic at a Glance
In black background and white letters written:
SELECT COUNT(id) counthits FROM bLuXr_slim_stats WHERE searchterms IS NOT NULL AND dt BETWEEN 1493596800 AND 1493991009
SELECT COUNT(DISTINCT ip) counthits FROM bLuXr_slim_stats WHERE ip IS NOT NULL AND 1=1 AND dt BETWEEN 1493596800 AND 1493991009
SELECT COUNT(id) counthits FROM bLuXr_slim_stats WHERE dt > 1493989210
SELECT COUNT(id) counthits FROM bLuXr_slim_stats WHERE dt > 1493942400
SELECT COUNT(id) counthits FROM bLuXr_slim_stats WHERE dt BETWEEN 1493856000 AND 1493942399Or other exaple:
Top Web Pages
SELECT SUBSTRING_INDEX(resource, “?”, 1) AS resource_calculated, COUNT(*) counthits FROM bLuXr_slim_stats WHERE 1=1 AND dt BETWEEN 1493596800 AND 1493991009 GROUP BY resource_calculated ORDER BY counthits DESC LIMIT 0, 1000End after this code the data are comming. Is this the way the plugin should work now? So the issues in not resolved yet!
Wolfram
Oh I see. You can disable that output by going to Settings > Maintenance > Disable SQL Debug
-
This reply was modified 9 years, 1 month ago by
Jason Crouse.
-
This reply was modified 9 years, 1 month ago by
The topic ‘Missing data and drop down menu’ is closed to new replies.