-
AuthorPosts
-
ffspace Friend
ffspace
- Join date:
- January 2014
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 11, 2014 at 11:08 pm #522270saved my hours
thanks!February 14, 2014 at 1:24 pm #522709This fix sollved in my Zo2 framework too. Thank you for sharing
nettemor Friend
nettemor
- Join date:
- January 2007
- Posts:
- 58
- Downloads:
- 3
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 27, 2014 at 4:07 pm #524643Hi,
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.1I 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 22Can i use the described fix or will this only be for joomla 3.2.2 ?
Wall Crasher Developer
Wall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 28, 2014 at 2:03 am #524683@ nettemor,
You can replace:
$canDo = TemplatesHelper::getActions();
with:
$canDo = method_exists('TemplatesHelper', 'getActions') ? TemplatesHelper::getActions() : JHelperContent::getActions('com_templates');
April 7, 2015 at 11:02 am #566105Hi 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
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 8, 2015 at 3:33 am #566258I 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.
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
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.