Try the Demo

Magento Forum

   
White screen after moving to live server
 
garyhawkins
Jr. Member
 
Total Posts:  3
Joined:  2012-11-27
 

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?

 
Magento Community Magento Community
Magento Community
Magento Community
 
expertsindia
Jr. Member
 
Total Posts:  7
Joined:  2012-09-27
 

I think you should visit this link. It would be quite useful for you and would be solution for your help. Visit : http://inchoo.net/ecommerce/magento/programming-magento/moving-magento-site-from-development-to-live-server/

 Signature 

magento development | hire magento developer

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top