Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Mustapha Mugisa Friend
    #194811

    When we go to template manager and click on the tempalte to manage the settings, it doesnt open and throws the following error

    Fatal error: Call to undefined method TemplatesHelper::getActions() in /homepages/12/d391654443/htdocs/feb14bunyoro/plugins/system/t3/admin/tpls/default.php on line 22

    Please help us fix it. Screen shot is attached.

    /Mustapha


    1. Screenshot_1
    chavan Friend
    #522800

    Go to this file /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]

    gardatime Friend
    #524477

    I have the same problem. Do you fixe it?

    Mustapha Mugisa Friend
    #524479

    <em>@gardatime 413545 wrote:</em><blockquote>I have the same problem. Do you fixe it?</blockquote>

    Yes, below is the,

    Chavan has just replied to a thread you have subscribed to entitled – Problem Ja_magz compatibility issue with joomla 3.2.2 – in the JA Magz forum of JoomlArt Forums.

    This thread is located at:
    http://www.joomlart.com/forums/topic/ja_magz-compatibility-issue-with-joomla-3-2-2/

    Here is the message that has just been posted:
    ***************
    Go to this file /plugins/system/t3/admin/tpls/default.php

    Replace this code

    PHP:
    ———
    $canDo = TemplatesHelper::getActions();
    ———
    with

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

    ***************

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

This topic contains 4 replies, has 3 voices, and was last updated by  Mustapha Mugisa 10 years, 8 months ago.

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