-
AuthorPosts
-
Mustapha Mugisa Friend
Mustapha Mugisa
- Join date:
- April 2014
- Posts:
- 46
- Downloads:
- 77
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
February 15, 2014 at 10:38 am #194811When we go to template manager and click on the tempalte to manage the settings, it doesnt open and throws the following error
Fatal error: Call to undefined method TemplatesHelper::getActions() in /homepages/12/d391654443/htdocs/feb14bunyoro/plugins/system/t3/admin/tpls/default.php on line 22
Please help us fix it. Screen shot is attached.
/Mustapha
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 15, 2014 at 10:44 am #522800Go to this file /plugins/system/t3/admin/tpls/default.php
Replace this code
[PHP]$canDo = TemplatesHelper::getActions();[/PHP]
with
[PHP]$canDo = version_compare( JVERSION, ‘3.2.2’, ‘ge’ ) ? JHelperContent::getActions(‘com_templates’) : TemplatesHelper::getActions();[/PHP]
gardatime Friendgardatime
- Join date:
- August 2013
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
February 26, 2014 at 2:19 pm #524477I have the same problem. Do you fixe it?
Mustapha Mugisa FriendMustapha Mugisa
- Join date:
- April 2014
- Posts:
- 46
- Downloads:
- 77
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
February 26, 2014 at 2:21 pm #524479<em>@gardatime 413545 wrote:</em><blockquote>I have the same problem. Do you fixe it?</blockquote>
Yes, below is the,
Chavan has just replied to a thread you have subscribed to entitled – Problem Ja_magz compatibility issue with joomla 3.2.2 – in the JA Magz forum of JoomlArt Forums.
This thread is located at:
http://www.joomlart.com/forums/topic/ja_magz-compatibility-issue-with-joomla-3-2-2/Here is the message that has just been posted:
***************
Go to this file /plugins/system/t3/admin/tpls/default.phpReplace this code
PHP:
———
$canDo = TemplatesHelper::getActions();
———
withPHP:
———
$canDo = version_compare( JVERSION, ‘3.2.2’, ‘ge’ ) ? JHelperContent::getActions(‘com_templates’) : TemplatesHelper::getActions();
———***************
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Mustapha Mugisa 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja_magz compatibility issue with joomla 3.2.2
Viewing 4 posts - 1 through 4 (of 4 total)