Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank page under 'Log files management'
#1
When I click under 'Log files management' in Admin-Tools, I get a blank page with no data. Anybody knows why this could happen??
Reply
#2
please post your mysql and php version and what is apache version your using ?

and post your LetoDMS version too

Thanks

LetoDMS
Reply
#3
Hello;

I am using EasyPHP 5.3.3 Bundle (http://www.easyphp.org/)

PHP 5.3.3 | Apache 2.2.16 | MySQL 5.1.49 |

Thanks

(08-28-2010, 04:34 AM)administrator Wrote: please post your mysql and php version and what is apache version your using ?

and post your LetoDMS version too

Thanks

LetoDMS
Reply
#4
Are log enabled in the settings file?
Reply
#5
Yes , It is enable: Undecided

// set false to disable log system
var $_logFileEnable = true;

// the log file rotation (h=hourly, d=daily, m=monthly)
var $_logFileRotation = "d";
Reply
#6
What is shown in the address page of your browser when you are ont this blank page?
There are logs in your data folder? (verify accesing via ftp to the data folder)
Can you see the header (global menu , etc) or the page is completely blank?
Reply
#7
address page:
http://localhost/gesdoc/out/out.LogManagement.php

There are these logs in my data folder:
20100826.log
20100827.log
20100828.log
20100830.log

I can not see the header (global menu , etc). Page is is completely blank.

Everything else is working perfectly except this log administration issue.

Thanks.
Reply
#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
#9
Try removing the "@" before readlink instructions. The "@" hides error. If the error is there you should be able to see it on the page output.
Reply
#10
This is what I get if I Remove the "@" before readlink instructions.

Fatal error: Call to undefined function readlink() in C:\Archivos de programa\EasyPHP-5.3.3\www\gesdoc\out\out.LogManagement.php

Sad
Reply


Forum Jump:


Users browsing this thread: