If you get a Error like
"Fatal error: Call to a member function toHtml() on a non-object" which depends on the line: app/code/core/Mage/Core/Model/Layout.php on line 529 of a 1.4.X Magento version you have to search after this lines in your page.xml:
search this line:
<block type="core/profiler" output="toHtml"/>
and change it so this:
<block type="core/profiler" output="toHtml" name="core_profiler"/>
Keep in mind that your page.xml can be stored under:
or if you made your own themen / installed a theme which is not any more compatible
Clearly the most important is the active theme.
Neueste Kommentare
vor 1 Jahr 14 Wochen
vor 1 Jahr 37 Wochen
vor 1 Jahr 47 Wochen
vor 1 Jahr 50 Wochen
vor 1 Jahr 50 Wochen
vor 2 Jahre 5 Wochen
vor 2 Jahre 31 Wochen
vor 2 Jahre 36 Wochen
vor 2 Jahre 51 Wochen
vor 3 Jahre 1 Woche