Hey guys,
I'm wondering if anyone else is getting this error after updating to Joomla 3.2.2.
I get the following error when accessing the SJ Plus template settings in the Admin:
PHP Fatal error: Call to undefined method TemplatesHelper::getActions() in /home/SiteName/public_html/plugins/system/yt/includes/admin/template/default.php on line 18
It's crashing when performing the following:
$user = JFactory::getUser();
$canDo = TemplatesHelper::getActions();
// Form template
$form = JForm::getInstance('com_templates.style', 'style', array('control' => 'jform', 'load_data' => true));
Does anyone have any ideas what might be causing the problem here, ort has anyone else run into this issue?
Any help would be great, thanks guys.
Regards,