Quote:
|
Originally Posted by falko
|
I followed the suggestion in the link above, and this is what I got:
/root/ispconfig/php/php /root/ispconfig/scritps/shell/logs.php
Output:
Code:
/var/www/www.blumonkey.org
Warning: readlink(): Invalid argument in /root/ispconfig/scripts/shell/logs.php on line 126
/var/www/localhost
Warning: readlink(): Invalid argument in /root/ispconfig/scripts/shell/logs.php on line 126
I also added
PHP Code:
rint_r($directory_array)."\n";
print_r(dir_array($dir."/".$filename))."\n";
in the webalizer.php this gave no output when running:
/root/ispconfig/php/php /root/ispconfig/scritps/shell/webalizer.php
Also moved localhost, but it was recreated and there was no change.. and thats as far as I have gotten...