[Solved] Website goes down on ''Fatal error: Non-static method''
Posted: Wed Jun 18, 2008 8:06 am
Hi,
I have a problem with one of my sites since yesterday. It looks like website have a problem with some modules. The page seems to be offline. Its possible to enter the admin panel, but as soon as I go to the installed modules it can't find the server.
This is the link: http://www.itpro.nl/
I'm using: CMS Made Simple 1.2.3 "Black Rock"
The problem:
Fatal error: Non-static method r::/() cannot be called statically in /var/www/vhosts/itpro.nl/httpdocs/lib/classes/class.module.inc.php on line 363
And sometimes:
Fatal error: Non-static method ‹Uðe3::() cannot be called statically in /var/www/vhosts/itpro.nl/httpdocs/lib/adodb_lite/adodb.inc.php on line 61
This is line 363:
I have already tried to copy over the module files, but that din'd solved the problem.
Is there somone how knows where to start?
Thanks,
Peter
I have a problem with one of my sites since yesterday. It looks like website have a problem with some modules. The page seems to be offline. Its possible to enter the admin panel, but as soon as I go to the installed modules it can't find the server.
This is the link: http://www.itpro.nl/
I'm using: CMS Made Simple 1.2.3 "Black Rock"
The problem:
Fatal error: Non-static method r::/() cannot be called statically in /var/www/vhosts/itpro.nl/httpdocs/lib/classes/class.module.inc.php on line 363
And sometimes:
Fatal error: Non-static method ‹Uðe3::() cannot be called statically in /var/www/vhosts/itpro.nl/httpdocs/lib/adodb_lite/adodb.inc.php on line 61
This is line 363:
Code: Select all
$this->param_map[trim($param)] = $type;
Is there somone how knows where to start?
Thanks,
Peter