Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • stulaine Friend
    #194699

    The template manager is throwing the following error when trying to access it to change configurations.

    Fatal error: Call to undefined method TemplatesHelper::getActions() in /home/stulaine/public_html/somedaycards.com/plugins/system/t3/admin/tpls/default.php on line 22

    Need to access it.:((

    chavan Friend
    #522280

    Go to /plugins/system/t3/admin/tpls/default.php

    Replace this code

    [PHP]$canDo = TemplatesHelper::getActions();[/PHP]

    with

    [PHP]$canDo = version_compare( JVERSION, ‘3.2.2’, ‘ge’ ) ? JHelperContent::getActions(‘com_templates’) : TemplatesHelper::getActions();[/PHP]

    Hope this helps

    stulaine Friend
    #522295

    That appears to have fixed it for now. Thanks.
    Will this be an issue with any Joomla version upgrade.:)

    chavan Friend
    #522296

    No, it is with respective to the t3 upgrade.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  chavan 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum