Page 1 of 1

What is with joomla install????

PostPosted: 28. September 2013 21:14
by garfy
Is xampp so buggy suddenly? I use latest xampp lite, i tried other versions too, I tried to install Joomla 3.1 on 2 laptops, one is brand new and in both cases I get stuck on install screen, the page never turns to second page where I should input database, username, password etc...

Re: What is with joomla install????

PostPosted: 29. September 2013 00:03
by Altrea
garfy wrote:Is xampp so buggy suddenly?

:lol: Joomla can't handle PHP 5.5. Thats not the fault of XAMPP.

Re: What is with joomla install????

PostPosted: 29. September 2013 00:28
by garfy
so what to do??

Re: What is with joomla install????

PostPosted: 29. September 2013 00:38
by Altrea
Use an older version of XAMPP!?

Re: What is with joomla install????

PostPosted: 29. September 2013 14:21
by garfy
I did, approx 2 years old and there was problem with it, because joomla did not work with it either, some files were misssing or something, so I upgraded to latest xampp

can you be specific, which version is the latest version with appropriate php?

Re: What is with joomla install????

PostPosted: 29. September 2013 17:05
by Altrea
It's not my task to search the appropriate XAMPP version for webapplication XY.
You want to do webwork, so that is one part of it.

Some ressources:

Re: What is with joomla install????

PostPosted: 29. September 2013 20:52
by Nobbie
garfy wrote:so what to do??


Either dont use Xampp or dont use Joomla.

Re: What is with joomla install????

PostPosted: 28. October 2013 08:26
by McBack
Got it here:

http://forum.joomla.org/viewtopic.php?f=707&t=807540

The solution was to edit installation/application/framework.php and replace:
Code: Select all
ini_set('display_errors', true);

with
Code: Select all
ini_set('display_errors', false);