Hello,
I have the same problem as in this post:
http://www.yootheme.com/support/question/27772
But I use Joomla 3.
I get the error message:
…joomlainfo / libraries / legacy / view / legacy.php on line 796
I have taken the Loeung and made the following:
Edit /administrator/components/com_zoo/framework/classes/view.php
Replace line 8 & 9:
jimport (‘cms.view.legacy’);
jimport (‘legacy.view.legacy’);
with
if (class_exists (‘JViewLegacy’, false)) {
jimport (‘cms.view.legacy’);
jimport (‘legacy.view.legacy’);
}
But now I get another error message:
..joomlainfo / administrator / components / com_zoo / framework / classes / view.php on line 9
What can I do?
Thanks for the help
Harald