[TYPO3-UG Dutch] awstats

Ton Akveld [netcreators] ton at netcreators.com
Thu Feb 28 11:01:12 CET 2008


Hi Leen,

Wat heb je zelf opgegeven als path to perl executable?

Ton


Leen Strijk schreef:
> Hallo Ton,
>
> Er zaten meerdere haakjes en oogjes aan.
> Uiteindelijk is het wel gelukt maar, nu is er iets met perl.
> de foutmelding was:
> Perl was not found at '/usr/local/bin/perl'. The awstats.pl script can't 
> be executed!
>
> Perl staat gewoon in usr/bin
>
>
> De code die dit genereert staat hieronder.
> Als ik de if statements vervang met:
>   $perl = '/usr/bin/perl ';
> krijg ik een leeg scherm.
>
> Ik denk dat hij perl niet kan uitvoeren.
>
>
> if ($os=='UNIX') {
> 				if (is_executable ('/usr/bin/perl')) {
> 					$perl = '/usr/bin/perl ';
> 				} else {
> 					if (is_executable ('/usr/local/bin/perl')) {
> 						$perl = '/usr/local/bin/perl ';
> 					} else {
> 						die("Perl was not found at '/usr/local/bin/perl'. The awstats.pl 
> script can't be executed!");
> 					}
> 					die("Perl was not found at '/usr/bin/perl'. The awstats.pl script 
> can't be executed!");
> 				}
> 			} elseif ($checkWindows=false) {
> 				if (is_file ('/usr/bin/perl')) {
> 					$perl = '/usr/bin/perl ';
> 				} else {
> 					if (is_file ('/usr/local/bin/perl')) {
> 						$perl = '/usr/local/bin/perl ';
> 					} else {
> 						die("Perl was not found at '/usr/local/bin/perl'. The awstats.pl 
> script can't be executed!");
> 					}
> 					die("Perl was not found at '/usr/bin/perl'. The awstats.pl script 
> can't be executed!");
> 				}
> 			}
>
>
>
>
> Ton Akveld [netcreators] schreef:
>   
>> Hi Leen,
>>
>> Dit al gedaan?
>>
>> If you didn't used the logfile functionality yet, you have to configure it.
>>
>> First put in localconf.php or use the Install-Tool:
>>
>> $TYPO3_CONF_VARS["FE"]["logfile_dir"] = my_logfile_dir/
>>
>> Die heb ik op *fileadmin/log/ *gezet.
>>
>> Succes,
>>
>> Ton
>>
>>
>>
>> Leen Strijk schreef:
>>     
>>> Hallo,
>>>
>>> Ik ben awstats aan het installeren.
>>> Ik krijg een melding:
>>> Kon directory '' voor de opslag van AWStats data niet aanmaken. Kijk 
>>> a.u.b. uw schrijf-permissies na.
>>>
>>> Weet iemand waar moet ik de map "my_logfile_dir" plaatsen?
>>>
>>> Gr Leen
>>>
>>> _______________________________________________
>>> TYPO3-UG-dutch mailing list
>>> TYPO3-UG-dutch at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
>>>   
>>>       
>
>
>   


More information about the TYPO3-UG-dutch mailing list