2014-06-18

I am moving my local Magento installation (on OSX) to the a new server (opensuse 11.4).

I moved the whole folder with Magento (Version 1.8.1.0 with the mt_colinus theme installed), deleted the var/cache and var/log folder.
I exported my local db via phpMyAdmin and imported it via phpMyAdmin on the server.
I modified the app/atc/local.xml file with the new server mysql data.

However I get a blank page going to the frontend index.php page.

The backend (index.php/admin) login page seems to be fine but after submitting the login data I got another blank page (index.php/admin/dashboard/index/key/...).

After enabling:

I got this error in the frontend page:

Fatal error: Call to a member function getId() on a non-object in /srv/www/htdocs/XXXXXXXXXX/app/code/core/Mage/Cms/Helper/Page.php on line 67

And this one in the backend dashboard page:

Fatal error: Call to a member function addCreateAtPeriodFilter() on a non-object in /srv/www/htdocs/XXXXXXXXXX/app/code/core/Mage/Adminhtml/Block/Dashboard/Totals.php on line 53

I also uploaded a blank Magento 1.8.1.0 folder without setting the local.xml file with the db info (hoping to see the installation wizard) and I still get a blank page. The error in this case is:

Fatal error: Call to a member function rewrite() on a non-object in /srv/www/htdocs/magento/app/code/core/Mage/Core/Controller/Varien/Front.php on line 165

What can I additionally try to do to solve the this issue?

Show more