[Openwebstats-info] database empty
Brought to you by:
mathews_dm
From: Invitro59 <inv...@fr...> - 2005-07-28 01:03:39
|
Hi I just installed openwebstat and installation was easy, but there is no way to fill up the database. There is no error message but the database stays empty. Here is the report <b>OpenWebStats version 1.0</b><br> Starting db conversion 07-28-2005 02:51:42<br> This can take a while so please stand by.....<br> <img src='/home/e-smith/files/primary/html/sonett/openwebstats//images/standby.gif'> <br>Finished db conversion 07-28-2005 02:51:42<br> OpenWebStats has successfully updated the database and will now exit.<br> I tried with a big files but it takes 3 mn before I get the succesfully message, so now I test with a small test file names access_log.test. here is my config file: $databaselocation = '192.168.xxx.xxx'; $databaseport = '3306'; $databasename = 'webstat'; $databaseuser = 'toto'; $databasepass = '123456'; $db_connect = mysql_connect($databaselocation, $databaseuser, $databasepass); mysql_select_db($databasename, $db_connect); ########################################## ## Logfile and Logformat are for the db ## ## import in the class_apache file. ## ## $openstatsdir is the install dir on ## ## your system. ## ########################################## $openstats_web_dir = '/home/e-smith/files/primary/html/toto/openwebstats/'; // Remember to include the stats dir $logfile = "/var/log/httpd/access_log.test"; $logformat = "combined_virtual"; //example: $logformat = logformat_combined_vhost; So if someone has any idea Best regards Patrick |