Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • arthurjohnston Friend
    #194856

    This is a new installation J!3.22, without sample items installed.

    When attempting to access the template style manager, I only receive a blank page.

    See attached.


    1. Capture
    chavan Friend
    #522962

    I hope you can do this code edit

    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]

    Hope this helps

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

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

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