Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Jason Crouse

    (@coolmann)

    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,
    Jason

    Thread Starter smovi

    (@smovi)

    Hi 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
    smovi

    Plugin Contributor Jason Crouse

    (@coolmann)

    Hi 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,
    Jason

    Thread Starter smovi

    (@smovi)

    Hi 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 1493942399

    Or 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, 1000

    End after this code the data are comming. Is this the way the plugin should work now? So the issues in not resolved yet!

    Wolfram

    Plugin Contributor Jason Crouse

    (@coolmann)

    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.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Missing data and drop down menu’ is closed to new replies.