Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Radonja Djurisic Friend
    #194623

    I updated joomla to 3.2.2 and joomlart plugins

    and when went to template manager Ja Obelisk
    and getting this error

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

    chavan Friend
    #521907

    in /plugins/system/t3/admin/tpls/default.php

    line 22, replace

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

    with

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

    Radonja Djurisic Friend
    #521914

    i just change that code and it work !
    1 hour ago i mail hosting provider to roll back database to yesterday date to joomla 3.2.1 version

    is this due to joomla update or T3 ?

    when i get old version should i do update or wait ?

    phong nam Friend
    #521983

    @tolja: This is a bug of our T3 system plugin on new Joomla 3.2.2 update. We will fix and release the new update of T3 with a stable fix soon. Thank you !

    Radonja Djurisic Friend
    #522004

    Thanks Leo

    Chavan Code work
    i will wait for update

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

This topic contains 5 replies, has 3 voices, and was last updated by  Radonja Djurisic 10 years, 7 months ago.

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