openwebstats-info Mailing List for OpenWebStats
Brought to you by:
mathews_dm
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
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 |
From: David M. <MAT...@Me...> - 2005-07-11 14:44:55
|
List Subscribers, Be on the lookout for the latest release of OpenWebStats. This latest release aims at fixing some bugs discovered withing the bandwidth calculations as well as the referer reports. Also the import class has been improved to check that the file exists and that you have writes to open it. Before it just checked to see if it existed. Thanks to PCTech for help in discovering these bugs and hope you all are enjoying the stats program. Thanks, David Mathews OpenWebStats Developer |