test melih
 melih
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • ffspace Friend
    #522270

    saved my hours
    thanks!

    clovismmbr Friend
    #522709

    This fix sollved in my Zo2 framework too. Thank you for sharing

    nettemor Friend
    #524643

    Hi,
    I have ja_mero and cannot acces the template backend. When trying to open the template to edit settings, I get a white screen. Running Joomla 2.5 and t3 plugin is 1.4.1

    I have to mention that this has happened lately, it used to work. And i have also moved the site from one hoster to another. It might has to do with this also, but i dont know?

    the error i get is
    Call to undefined method TemplatesHelper::getActions() in /home/1/c/MYSYTE/www/plugins/system/t3/admin/tpls/default.php on line 22

    Can i use the described fix or will this only be for joomla 3.2.2 ?

    Wall Crasher Developer
    #524683

    @ nettemor,

    You can replace:

    $canDo = TemplatesHelper::getActions();

    with:

    $canDo = method_exists('TemplatesHelper', 'getActions') ? TemplatesHelper::getActions() : JHelperContent::getActions('com_templates');

    itsmie56 Friend
    #566105

    Hi everyone,

    First, thanks for the great templates and all the support !
    Sorry to post in a “solved” thread but my question is directly linked to the previous answers.

    I use Joomla 3.3.6 and T3 Framework 2.7.0. I installed Purity iii but I cannot access to the backend nor the frontend of the template, I always get a white page.

    I wanted to try the fix given previously but I have to ask before doing anything wrong.
    In my default.php file, I don’t have :

    $canDo = TemplatesHelper::getActions();

    but :

    $canDo = method_exists('TemplatesHelper', 'getActions') ? TemplatesHelper::getActions() : JHelperContent::getActions('com_templates');

    What is the correct syntax to fix the issue ?

    Thanks in advance for the help !

    Saguaros Moderator
    #566258

    I think that you’re using Purity III template with old JAT3 v2 framework, NOT new T3 framework since the latest version of T3 framework is 2.4.8.

    Pls keep in mind that Purity III is running with new T3 framework only.

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 11 voices, and was last updated by  Saguaros 9 years, 10 months ago.

The topic ‘White Screen’ is closed to new replies.