Jump to content

Nefunguje denní statistika Odkud přicházejí


moisidis

Recommended Posts

Ahoj
od 1.1.2010 mám tento problém:
v administraci vyberu Statistiky a potom v Navigaci kliknu na Odkud přicházejí. Když zobrazím návštěvy za rok 2010, tak je to ok. Když zobrazím návštěvy za měsíc 01/2010, tak to taky funguje. Když ale vyberu jeden den od 1. do 3. ledna 2010, tak se zobrazí jenom řádek Direct link 0.
Do 31.12.2009 ta denní statistika funguje bez problému.
Máte nápad co s tím? Promazat statistiky v databázi?

Verze Presty je 1.1.0.5

Link to comment
Share on other sites

Taky jsem tenhle problem resil, je to problem v kodu PS...

Otevri si soubor /admin/tabs/AdminStatsTab.php a radek 36 je:

if ($month = Tools::getValue('dateInputMonth', -1) AND Validate::isUnsignedInt($month))



tento radek nahrad timto:

if (($month = Tools::getValue('dateInputMonth', -1)) != -1 AND Validate::isInt($month))

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...