NEW TO PHP
I get this error message:
Quote:
|
Fatal error: Call to a member function on a non-object in /homepages/43/d228305551/htdocs/testsite/install/install.controller.php on line 60
|
when installing a php forum. Not sure why but line 60 reads:
Code:
$this->step("install");
I get this message right after setting up MySQL settings.
Any help would be greatly appreciated.
Last edited by BrandonK1989; 01-23-2009 at 10:18 PM..
|