Joomla 3.0 error when? - Joomla! Forum - community, help and support
this install not upgrade. fresh install of 3.0.x
view attachment. error website (not admin interface) when try create category blog main menu (user3) position. tried on every menu item main menu. same result
http://www.movalleywrestling.com
view attachment.
view attachment. error website (not admin interface) when try create category blog main menu (user3) position. tried on every menu item main menu. same result
http://www.movalleywrestling.com
view attachment.
it looks template output overrides generating error, should check template j3 compatible, meanwhile can fix in blog_item.php with:
code: select all
if (method_exists('jhtml','core'))
jhtml::core();
else
jhtmlbehavior::framework();
Comments
Post a Comment