ThemeForest

DS MobiShop

I recently purchased your DS MobiShop Magegnto theme, and after I installed it on my test install (ver. 1.4.2.0), I get the following error:

Fatal error: Call to a member function toHtml() on a non-object in /home/hedlin/public_html/stort/app/code/core/Mage/Core/Model/Layout.php on line 529

Is there something in the installation that I’m missing that would cause this error?

I had updated the instruction page with the patches. you can also download the files here at http://magento.designersandbox.com/mobishop/instructions/patches/patch-v1.0.1.zip

============================= Here’s another try, if the top failed. In 1.4.x Magento overhauled the templates and themes code so your 1.3.x template/theme isn’t going to work in a 1.4.x environment without some re-coding. To get over this particular problem, find and edit the ‘page.xml’ file in your template/theme directory. It should be in ./app/design/frontend/default/{your_theme}/layout/page.xml

Change the line <block type=”core/profiler” output=”toHtml”/>

to <block type=”core/profiler” output=”toHtml” name=”core_profiler”/>

Clear the cache directory using “rm -rf magento/var/cache/*” and refresh your page. All being well your site should spring back in to life.

If this didn’t work for you, or your template/theme directory doesn’t have a local copy of the ‘page.xml’ file, look at the default files and ensure that they were updated when you upgraded Magento. You’ll find the files in:

./app/design/frontend/default/default/layout/page.xml ./app/design/frontend/default/modern/layout/page.xml ./app/design/frontend/base/default/layout/page.xml

by
by
by
by
by