-
AuthorPosts
-
nvestor24 Friend
nvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
February 6, 2014 at 8:47 pm #194542hey guys,
i am checking joomla 3*. at the moment i had installed the version 3.2.1. everything went well. 5 minutes before, i have made an update (joomla backoffice – systemmassage update 3.2.2). now i will take a look in the template administrator. NOTHING GOES ON! I only get a blank (white) page with this url in the browser.
http:///xxxxxxxx/index.php?option=com_templates&view=style&layout=edit&id=26
thats all.
have anybody any idea ?
king regards
darkphoenix28 Friendphoenix28
- Join date:
- March 2012
- Posts:
- 190
- Downloads:
- 331
- Uploads:
- 16
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
February 7, 2014 at 3:10 am #521608experiencing it now too. looking for answer as well :((
phoenix28 Friendphoenix28
- Join date:
- March 2012
- Posts:
- 190
- Downloads:
- 331
- Uploads:
- 16
- Thanks:
- 29
- Thanked:
- 1 times in 1 posts
February 7, 2014 at 5:19 am #521624might just end reinstalling it again. can’t find a solution and i can’t wait for an answer that long. good thing i just started doing the site. but still very inconvenient >:(
if you find any solution please share it. i still want to know 🙂
lmbhousing_2 Friendlmbhousing_2
- Join date:
- November 2010
- Posts:
- 33
- Downloads:
- 12
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 7, 2014 at 7:56 am #521636Same issue: upgrade from j!3.2.1 to 3.2.2 template is broken.
Roll back to J!3.2.1 and everything works as before (thank you akeeba backup!)
I suspect this is (once again) linked to the fact that T3 and Joomla does not use the same bootstrap version.
pofagyalu Friendpofagyalu
- Join date:
- September 2011
- Posts:
- 29
- Downloads:
- 23
- Uploads:
- 4
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 7, 2014 at 8:06 am #521637I have the same problem, I have tried to roll back but without success therefore the problem is still there 🙁
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 7, 2014 at 8:16 am #521641Hi all,
This is a known bug of T3 on the new released Joomla 3.2.2. We will release an update of T3 to fix it.
For now, please apply a quick workaround mentioned at:
https://github.com/t3framework/t3/issues/249nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
February 8, 2014 at 1:30 pm #521820Thank you Nazario for your fast reply.
sorry, iam not a programmer, so i do not understand the scenario on github.com. I would like to ask politely, when the new update is released for the t3 framework?
cheers
darkhjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 9, 2014 at 11:15 am #521909same problem, also waiting on a update
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 9, 2014 at 11:28 am #521910I 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
5 users say Thank You to chavan for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 9, 2014 at 12:48 pm #521917yea seems to work, but i do miss a style i saved .. but not a big deal
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
February 9, 2014 at 1:38 pm #521920great job … thank you very much
the next update will be determined 🙂
king regards
darkhjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 11, 2014 at 10:26 am #522199This is not fix in T3 update yet ? I just updated the T3 to Version 2.1.0, and now i got the bug again.
Well adding the php code again in /plugins/system/t3/admin/tpls/default.php.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 12, 2014 at 3:12 am #522298Today we will try to release new version of T3 Framework which will be compatible with Joomla 3.2.2.
1 user says Thank You to Nazario A for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 12, 2014 at 8:53 am #522345you guys rock !
December 8, 2014 at 9:27 pm #557906I’m not sure if the problem is resolved yet! I have all updates applied, and this is a download from a month ago. NO ARTICLES menu items other than HOME (default).
Checked the solution mentioned above – NOTHING!http://e-bgpapers.com/mitius/exhibit-solutions.html
Hey JA admins, I can PM you the admin login if you want to take a look.
-
AuthorPosts
This topic contains 20 replies, has 10 voices, and was last updated by Eragon H 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum