Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
arthurjohnston Friend
arthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
February 17, 2014 at 6:15 am #194856This 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.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 17, 2014 at 6:31 am #522962I 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
1 user says Thank You to chavan for this useful post
AuthorPostsViewing 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