[TYPO3-UG Oesterreich] AWStats Prob.

Georg Kuehnberger|plan2net gk at plan2.net
Thu Feb 16 11:10:30 CET 2006


At 10:34 16.02.2006, Franz Kratochvil wrote:
>Hi,
>
>habe bei einer Installation ein Problem mit AWStats. Die Ext. ist wie
>gewohnt eingebunden (d.h. so wie's "normalerweise" funktioniert)
>----
>config.stat = 1
>config.stat_apache = 1
>config.stat_apache_logfile = logfile.log
>config.stat_excludeBEuserHits = 1
>----
>logfile dir in localconf.php richtig gesetzt.
>
>Wenn ich nun auf das Modul --> AWStats gehe und auf mein "logfile.log"
>klicke, bekomm ich folgenden Debug Output:
>
>---------------
>
>DEBUG OUTPUT
>
>There was something wrong with the call of the AWStats script!
>This debug information may help to find the reason.
>
>
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Awstats - 6.5 (build 1.836) - Perl
>/usr/bin/perl 5.008005
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - HTMLOutput=main
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Config file read was
>"/usr/local/typo3/htdocs/XXYY/typo3conf/ext/cc_awstats/awstats/awstats.conf"
>(level 1)
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Call to Check_Config
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Call to Substitute_Tags on
>/usr/local/typo3/htdocs/XXYY/fileadmin/awstats/logfile.log
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - FrameName=main
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Call to Read_Language_Data
>[FileLang="/usr/local/typo3/htdocs/XXYY/typo3conf/ext/cc_awstats/awstats/lang/awstats-de.txt"]
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Call to Read_Ref_Data with files to
>load:
>status_http.pm,search_engines.pm,domains.pm,operating_systems.pm,robots.pm,browsers.pm,mime.pm
>Thu Feb 16 10:23:10 2006 - DEBUG 1 - Call to Read_Ref_Data
>[FilePath{status_http.pm}="/usr/local/typo3/htdocs/XXYY/typo3conf/ext/cc_awstats/awstats/lib/status_http.pm"]
>
>------------
>
>wie kann ich das interpretieren? Wird jemand von euch daraus schlau?
>
>Danke für hints,
>
>LG
>Franz



a) Scheints stirbt das awstats-Perlscript ( wahrscheinlich ein timeout )

cc_awstats/mod1/index.php
-------
~ l 281
if ($retval) {
         echo('<p>There was something wrong with the call of the AWStats 
script!<br />This debug information may help to find the reason.</p><br 
/><br />');
}
debug($this->MCONF);


b) Tante Google bestaetigt das auch;
         http://www.typo3.net/forum/list/list_post//13797/


c) dh. php (mit eigens eingestelltem timeout sh. serverconfig bzw. 
extension) ruft perl auf (ebenso mit eigens eingestellten timeout, = sh. 
server-config), und das vielleicht auch noch bei einem extra-grossen log-file;

d) probier's einfach nochmal mit einem frischen (kleinen) Logfile, bzw. 
check die server-config auf perl-timeouts;
insb. das apache error-logfile sollte Dir die beste Auskunft geben koennen;

hth, lg g




More information about the TYPO3-at mailing list