Page 1 of 1
Statistics not showing [Solved]

Posted:
Thu Jan 08, 2009 12:28 pm
Author: Karl-D
For some reason I have lost the statistics block/feature, below is a pick of what I see when I click on the stats link.
Am not sure why its disappeared to be honest or how to get it back.
Any pointers much appreciated.
[attachment=0:16ih16ub]2009-01-08_192340.jpg[/attachment:16ih16ub]
Re: Statistics not showing

Posted:
Thu Jan 08, 2009 1:14 pm
Author: Helter
statistics are cached by default. Check your chmods for these folders
777 modules
777 modules/cache
777 modules/cache/explain
777 modules/cache/templates
777 modules/cache/templates/ All Templates
Re: Statistics not showing

Posted:
Thu Jan 08, 2009 3:35 pm
Author: Karl-D
Hya HelterSkelter I just checked them and all are set correctly, <img>
Re: Statistics not showing

Posted:
Wed Jun 02, 2010 6:46 am
Author: Moander
I rechecked and re-set my perms, all worked fine, thanks Helter....
Re: Statistics not showing

Posted:
Wed Jun 02, 2010 7:33 am
Author: Helter
Im sorry I forgot to post the most common reason for this issue. This was solved for three other members by increasing the available memory for scripts in php.ini. If you dont have access to your servers php.ini you can add this code to your forum root/.htaccess
find
- Code: Select all
&
before, add
- Code: Select all
ini_set("memory_limit","16M")
if your running Centos or redhat you can find your php.ini here
/usr/local/lib/php.ini