Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pcrapid Friend
    #194563

    I upgraded from 3.2.1 to Joomla 3.2.2.
    By accessing the configuration template a page is blank

    irodriguez Friend
    #521665

    Same problem. Any Solution?

    pcrapid Friend
    #521736

    yes, I found the solution here:

    https://github.com/t3framework/t3/commit/f8e2238f9687de3491e6f5cf1be5743c03bb7a05

    you need to change a line of code you plug T3 Framework
    :):):)

    pb36 Friend
    #521908

    Great! Thanks a lot for the link, pcrapid. 🙂

    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]

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

This topic contains 4 replies, has 3 voices, and was last updated by  pb36 10 years, 7 months ago.

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