Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank page under 'Log files management'
#8
The php script 'http://localhost/gesdoc/out/out.LogManagement.php' stops running in:

if (isset($_GET["logname"])) $logname=$_GET["logname"];
else if (@readlink($settings->_contentDir."current.log")){
$logname=basename(@readlink($settings->_contentDir."current.log"));
}

After these lines, If I write:

echo "Good Bye";
die;

I don't get the Good Bye in the blank page.

I have no idea why Sad
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)