PDA

View Full Version : Webalizer problem...


Andrej
06-01-2004, 08:44 AM
I'm using Interworx site manager on RH 9.0 platform and I would like to use Webalizer statistics that I use before. When I accessed it's link from site manager, main Webalizer display appears but without graph image and with only total datas foronth. mWhen I click on "May" link, blank page appears with this message:"Not Found The requested URL /siteworx/usage_200405.php was not found on this server"

I found that system create and store full webalizer statistics report in a:
/home/mysitename/var/mysitename/stats/webalizer
Obviously Nodeworx looks in a wrong place - how can I fix this ?

Thank you !

IWorx-Paul
06-01-2004, 11:49 AM
Hi Andrej,

This can happen if the server is updated before the InterWorx license has been activated. You can fix this easily by logging into your server as root, and running:
rpm -Uvh --force http://updates.interworx.info/redhat/iworx/9/contrib/webalizer-2.01_10-1.iworx.i386.rpm
Then the next time stats are calculated the images will show up and the links will work correctly. If you don't want to wait you can run:
/home/interworx/cron/stats.php

Paul

Andrej
06-02-2004, 06:10 PM
Thank you !