-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 3, 2014 at 8:46 am #520912Please try to download quickstart package again and follow our userguide to work with quickstart installation. Hope it helps.
1 user says Thank You to Ninja Lead for this useful post
February 3, 2014 at 11:32 am #520934Hello Ninja Lead !
Thank you for your answer.
I have created the database manually, as said in the Quickstart installation.
But there is no change. My screen is desperatly white :((
I repeat: no problem with T3 framework Quickstart and manual.
What can I do, please ?Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 4, 2014 at 3:59 am #521046:(( It’s very difficult to suggest for you. I have downloaded quickstart package and installed it but I could not duplicate the error you mentioned.
I guess you did not include sample data during installation of quickstart, see the screenshot
Also you can check system requirement and step by step guide to to install quickstart of purity iii template
February 4, 2014 at 7:34 pm #521170<em>@Ninja Lead 409266 wrote:</em><blockquote>
I guess you did not include sample data during installation of quickstart, see the screenshot[/URL]</blockquote>
I did include sample data…
Is it good for you with Mamp (Macintosh) ?…Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 5, 2014 at 8:53 am #521275I have checked quickstart installation on Mamp (Macintosh) and got the same problem you mentioned. I just raised this bug to our dev team, they will fix it on the next update release. Hope for your patience on this.
February 5, 2014 at 3:49 pm #521340Thank you Ninja Lead. So, I’m not going to use Purity III for this site. I’ll wait.
Wall Crasher Developer
Wall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 6, 2014 at 10:28 am #521510@ rapaoudesign,
For your reference, in case you have any issue with LESS compiler, this thread might help:
1 user says Thank You to Wall Crasher for this useful post
February 6, 2014 at 6:14 pm #521550Çaaaaaa maaaaaaarche !!! 😀 Good !
Thanks a lot Wall Crasher !February 6, 2014 at 10:12 pm #521569<em>@rapaoudesign 409871 wrote:</em><blockquote>Çaaaaaa maaaaaaarche !!! 😀 Good !
Thanks a lot Wall Crasher !</blockquote>I’m sorry. Actually I’ve got the access both to the site and the administration of joomla, but not to the administration of the template: when I click on Purity III – Default in the styles list, I’ve got a white screen…
42gaming Friend
42gaming
- Join date:
- November 2013
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 6, 2014 at 11:24 pm #521574You are just not seeing the error, you might need to go to Global Configuration and show errors. but see here http://www.joomlart.com/forums/topic/joomla-3-2-2-call-to-undefined-method-templateshelpergetactions/
Wall Crasher Developer
Wall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 7, 2014 at 1:52 am #521583@ rapaoudesign, @ 42gaming
The problem is from in-compatibility of T3 and the latest version of Joomla v3.2.2.
Please do not upgrade to Joomla v3.2.2 or you can apply the fix below.https://github.com/t3framework/t3/commit/f8e2238f9687de3491e6f5cf1be5743c03bb7a05
Just open the plugins/system/t3/admin/tpls/default.php file and replace
$canDo = TemplatesHelper::getActions();
with:
$canDo = version_compare( JVERSION, '3.2.2', 'ge' ) ? JHelperContent::getActions('com_templates') : TemplatesHelper::getActions();
9 users say Thank You to Wall Crasher for this useful post
February 7, 2014 at 8:19 pm #521774That’s ok ! Good “custumer” service 😉
Thank you very much42gaming Friend
42gaming
- Join date:
- November 2013
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 7, 2014 at 10:11 pm #521786thanks for the fix
Hieu Nguyen Admin
Hieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
February 8, 2014 at 8:01 am #521805Thread’s moved to Solved Issues.
Enjoy the template guys! 🙂
February 8, 2014 at 6:01 pm #521852THANKS for the fix!
-
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.