1
I tried to install 2.0.14, once done (no errors reported during installation phase) I get:
Fatal error: Call to a member function on a non-object in /home/virtual/site241/fst/var/www/html/class/logger.php on line 83
which is this line of code:
$this->logstart[$name] = $this->microtime();
commenting line 83 gets this error:
Fatal error: Call to a member function on a non-object in /home/virtual/site241/fst/var/www/html/include/common.php on line 112
in code:
$xoopsLogger->startTime(); line 111
$xoopsLogger->startTime( 'XOOPS Boot' ); line 112
if I comment line 112 OR line 111 everything works fine (well probably user's login time isn't retrieved).
PHP Version 4.2.2
Any hint?
Thanks,
Tomas