[112 total ]
Blank Page after setup and install

by Oliver (Posted 02 Apr 2009 09:12)
very strange. This is the line according to my files:

Code: Select all$chart = array('layout_avg' => $avg_arr);

I am not sure how this can cause the error mentioned. Can you run debug and post the output before the error here?

Read Main Topic

Average Processing Time

by Oliver (Posted 28 Feb 2009 18:37)
Not really unless we start writing our own logfile parser and replance AWStats completely....

Read Main Topic

IIS 6 PHP HTTP 500 Error

by Oliver (Posted 26 Feb 2009 23:57)
hmmm no idea. I never tested it on IIS...

The only thing I can suggest is that you put a

Code: Select allexit("test");

into the index.php file at different places (first at the top, then lower line by line) to see where it fails to trace the error....

Read Main Topic

Multiple Sites

by Oliver (Posted 18 Feb 2009 08:39)
There is a setting in config.php:

Code: Select all$BAW_CONF['limit_server'] =� 'show_all';

Please make sure it say "show_all".

also, please enable debug:

Code: Select ... [More] all$BAW_CONF['debug'] = true;

this should create a lot of output but it should tell you exactly what is happening in the software. in the beginning it should tell you when it is reading data files and then also which and for which server.

Read Main Topic [Less]

errors - unable to access php files after installing

by omurphy (Posted 07 Feb 2009 13:37)
All solved now,

basically I must install bawstats in a sub directory not in the website root directory

looks really nice now , especially like the pages where you can see multi-sites together (all daily and monthly)

Cheers
Olly m

Read Main Topic

Divide by Zero in render_table.inc.php / baw_calc_ratio()

by sph (Posted 06 Feb 2009 17:28)
Hello,

I recently (~2 weeks ago) installed BetterAWStats on a new blog server that is still under deveopment (small number of 'beta' users). All has been working well until I got the following error this ... [More] morning in the header of my BetterAWStats page:

Code: Select allWarning: Division by zero in /tools/aws/wwwroot/betterawstats/modules/render_table.inc.php on line 42
Call Stack
#� �Time� �Memory� �Function� �Location
1� �0.0005� �88484� �{main}( )� �../index.php:0
2� �0.0787� �1996496� �baw_display_index( )� �../index.php:137
3� �0.3966� �2128012� �baw_display_visitors( )� �../display_helpers.php:169
4� �0.3984� �2145560� �baw_render_table( )� �../display.inc.php:588
5� �0.4000� �2154972� �baw_calc_ratio( )� �../render_table.inc.php:172

Edit: I've done a little debugging and found the source of the error is in the Hosts section of the output:

Code: Select all11 records� � �Pages� � �Percent� � �Hits� � �Bandwidth� � �Ratio� � �(Hits/Pages) � �Last visit
[Records removed]
Others (1) � �0 � �0 % � �20 � �372.99 kB � �999.00 � �1970-Jan-01

(Ignore the 999 hits/page stats - that is a result of my debugging to help find the source ofthe problem). What appears to to be the issue is I have a log of hits, but zero pages in the 'others' record of the summary report. If I expand to show the full hosts data I see the following in there:

Code: Select all11 records� � �Pages� � �Percent� � �Hits� � �Bandwidth� � �Ratio� � �(Hits/Pages) � �Last visit
[Records removed]
Hotlinks/Proxies � �0 � �0 % � �20 � �372.99 kB � �0 � �1970-Jan-01
For now I've edited the BAW code to check for the zero in the division in the function baw_calc_ratio() and to return zero as a workaround, but would be good to have some more knowledgeable input on this

Read Main Topic [Less]

CVS Support for SQLite

by shipsewaype (Posted 03 Feb 2009 09:54)
by all means cialis dolour

Read Main Topic

Manual update of data from web site.

by yyymin (Posted 01 Feb 2009 22:35)
but where line put code?
thanks

Read Main Topic

Update from a browser where

by Oliver (Posted 01 Feb 2009 09:24)
Hi,

BetterAWStats does not have this feature. There is a hack described here http://betterawstats.com/forum/viewtopic.php?f=7&t=59 on how to do it.

Read Main Topic

Update from a browser where

by yyymin (Posted 01 Feb 2009 08:20)
hello
BetterAWStats is Update from a browser option i can't found
AWStats is AllowToUpdateStatsFromBrowser = 1 work OK
AWStats top title check update link show
but BetterAWStats can't see
how make update link?

Read Main Topic