Saturday 7 September 2013

Awststats not working/updating - cPanel

Posted by Sarath On Saturday, September 07, 2013 No comments
It can be caused due to many issues and here I am posting some fixes for that.
First check permission of /usr/local/cpanel/3rdparty/bin/awstats.pl, it should be 755.


Then to update awstats and webalizer run the script :
Code: 
# /scripts/runweblogs user_name
If that didn't work try fixwebalizer script :

Code: 
# /scripts/fixwebalizer

If that doesn’t update stats, then check domlogs of the domain and see if it is up to date. You can use the following script to run statistics :
Code: 
# /scripts/runstatsonce

If none of the above fixes the issue and the awstats page for the domain is still showing the old date for last update, run the following command :
Code: 
# /usr/bin/perl /usr/local/cpanel/3rdparty/bin/awstats.pl -config=/home/user_name/tmp/awstats/awstats.domain.com.conf -LogFile=/usr/local/apache/domlogs/domain.com -update
Replace domain.com with your domain name and replace user_name with your cPanel username.

That will fix the issue...!! :)

0 comments: