|
Hi,
I hope someone can help me with this. I have moved my site from local to live and have a white screen.
I put this into .htaccess
php_flag display_errors On
And it showed this:
Fatal error: Call to a member function extend() on a non-object in /home/mysite/public_html/lib/Varien/Simplexml/Config.php on line 600
Which in the file is the 3rd line on this code snippet:
public function extend(Varien_Simplexml_Config $config, $overwrite=true)
{
$this->getNode()->extend($config->getNode(), $overwrite);
return $this;
}
Now I do not have a clue what to do. Can someone please help?
|