Install 3.1.5 on XAMPP 1.8.2

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
markroll
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Jul 03, 2009 2:12 pm

Install 3.1.5 on XAMPP 1.8.2

Post by markroll » Sun Sep 22, 2013 10:01 am

I can't install Joomla 3.1.5 I can't get past the initial administration details screen (Step1) it just hangs.

I have succesfully a created an sql database, username and associated password ready for getting to step 2

I have sucessfully installed XAMPP 1.8.2 on my windows 8 machine I have tried running XAMPP both as an administrator and also as a user in both instances according to the control panel both apache and mysql are operating succesfully on open ports. After much research I found a patch that would alledgedly alow me to move from the Step 1 process to Step 2.

http://forum.joomla.org/viewtopic.php?t=768918

open libraries/joomla/filter/input.php
Find
$source = preg_replace('/&#(\d+);/me', "utf8_encode(chr(\\1))", $source); // decimal notation
$source = preg_replace('/&#x([a-f0-9]+);/mei', "utf8_encode(chr(0x\\1))", $source); // hex notation
Replace with
$source = preg_replace_callback('/&#x(\d+);/mi', function($m){return utf8_encode(chr('0x'.$m[1]));}, $source); // decimal notation
$source = preg_replace_callback('/&#x([a-f0-9]+);/mi', function($m){return utf8_encode(chr('0x'.$m[1]));}, $source); // hex notation

This DID NOT work as it just returned my to the Step 1 screen with the details I had previously entered removed.

Has anyone got Joomla 3.1.5 operating on XAMPP on a Windows 8 machine and if so can they help

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Sun Sep 22, 2013 8:53 pm

I have always had some issue with XAMPP, and others, in the past which is why I have been using the Uniform Server (US) for the last few years. Never an issue :)

Just to prove it, I downloaded and installed the latest US (it's a self-extracting archive and doesn't "install" anything on your system; no registry "dust"), downloaded the latest J! 3.1.5 and successfully set it up ... in under 10 minutes on my Win 8 system :) No problems whatsoever.
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Sat Sep 28, 2013 10:54 am

I've just installed Xampp 1.8.3 on a new pc with W8.

Just tried to install 3.1.5 and it's not getting past the first page.
Simply sitting there in progress.

ballgone
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Apr 12, 2013 6:50 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by ballgone » Sat Sep 28, 2013 8:36 pm

same here, it is joomla bugs again, I am not surprised

"my guru always said dont drink and code"

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Sun Sep 29, 2013 6:26 am

I'm not so sure. Getting the same problem with 2.5 .

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Sun Sep 29, 2013 7:50 am

...it is joomla bugs again, ...
No, it is not.

It works just fine with the Uniform Server. Why not give it a try if you really want to get a local J! site running on Win 8 without a hassle.
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Sun Sep 29, 2013 11:48 am

Posted in error. Post removed.
Last edited by Potus001 on Sun Sep 29, 2013 7:20 pm, edited 1 time in total.

User avatar
JAVesey
Joomla! Hero
Joomla! Hero
Posts: 2631
Joined: Tue May 14, 2013 1:21 pm
Location: Cardiff, Wales, UK
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by JAVesey » Sun Sep 29, 2013 6:59 pm

Potus001 wrote:Problem solved.
Care to share for the benefit of others? ;)
John V
Cardiff, Wales, UK
Joomla 5.0.3 "live" site on PHP 8.2.15 and MariaDB 10.11.7
Joomla 5.0.3 on XAMMP for OSX with PHP 8.2.4 and MariaDB 10.4.28

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Sun Sep 29, 2013 7:19 pm

Sorry.It was for a different problem but I posted it too late.
I'll delete post.

ballgone
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Fri Apr 12, 2013 6:50 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by ballgone » Sun Sep 29, 2013 8:37 pm

such a shame that joomla is so stupidly coded. I tried uniserver, it is just bullocks, I cant even start apache

Joomla is a disgrace, i mean how can a person make a site on local server? besides uniserver that does not work

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Sun Sep 29, 2013 8:45 pm

@ballgone - in over 5 years, I have never had an issue installing Joomla! or any of the local servers, especially US. US is the easiest to get going. You are obviously doing something incorrectly.

If Apache won't start, what error, if any are you getting? Do you have another server running that is using Port 80? If you have Skype installed and it's running, there is the answer to that one. Either turn it off (exit the program) or go to:

Tools > Options > Advanced > Connection > uncheck Use port 80 and 443 as alternatives for incoming connections > Save
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Mon Sep 30, 2013 7:00 am

I have now attempted to install 3.1.5 on both XAMPP 1.8.2 and Uniserver and I'm getting the same problem.

Will try 2.5 on Uniserver.

The problem with uniserver was the index.php in the www area.

Try renaming or deleting xampp/htdocs/index.php as that could be the problem.

I don't have xampp as I replaced it with uniserver.

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Mon Sep 30, 2013 12:17 pm

Really no need to rename the index.php in the root (www) as one should be installing in a folder within the root; makes things a lot tidier, easy to manage and eventually gather up for when it is moved to a live site. Also a whole lot less cluttered when you want to add another site, be it Joomla!, WordPress, eFront, Prestashop, Drupal, etc. As you may or may not know, one can have as many local sites as your hard drive has room for :)
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Mon Sep 30, 2013 2:45 pm

I'm not clear what you are saying as I've installed my site within the www folder

i.e uniserver/www/mysite

My new site, if I have one, would be in uniserver/www/mysite2

GilBlais
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Sep 30, 2013 2:31 pm

Re: Install 3.1.5 on XAMPP 1.8.2

Post by GilBlais » Mon Sep 30, 2013 2:47 pm

I have Windoze 7 Premium Home on a laptop, XAMPP 1.8.3 (MySQL 5.6), and a pre-installation joomla database created.

I absolutely cannot get Joomla 3.1.5 to install. Just loops across the progress bar ad-infinitum.

Being new to Joomla, I cannot say with certainty it is a Joomla problem but I have reviewed all the information that I have found and see no solution. Does anyone know if this is a Joomla problem for sure?

And, I am not going to change away from XAMPP.

Thanks in advance, Gil Blais

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Mon Sep 30, 2013 5:09 pm

GilBlais wrote:I have Windoze 7 Premium Home on a laptop, XAMPP 1.8.3 (MySQL 5.6), and a pre-installation joomla database created.

I absolutely cannot get Joomla 3.1.5 to install. Just loops across the progress bar ad-infinitum.

Being new to Joomla, I cannot say with certainty it is a Joomla problem but I have reviewed all the information that I have found and see no solution. Does anyone know if this is a Joomla problem for sure?

And, I am not going to change away from XAMPP.

Thanks in advance, Gil Blais
Have you tried renaming index.php in HTDOCS?

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Mon Sep 30, 2013 10:00 pm

The problem with uniserver was the index.php in the www area.
I'm not clear what you are saying as I've installed my site within the www folder

i.e uniserver/www/mysite

My new site, if I have one, would be in uniserver/www/mysite2
So what then is the issue with index.php in the "www area"? I have never, ever had issues in the literally 100s of US installs over the years, including ones in a production setting.
@snifflevalve

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Mon Sep 30, 2013 10:04 pm

@GilBlais - have you checked the XAMPP forums? This is an issue with the version you are using as the latest versions of both J!'s install and run just fine under The Uniform Server on my Win 7 and Win 8 machines as do they with the latest MAMP on my Macs.

Could be the version of PHP they are using in this version; have had that happen when testing WAMPServer a while back; downgraded the PHP and away it went. Just a thought :)
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Tue Oct 01, 2013 7:14 am

All I know it that if I rename index.php then it works.

Joomla install put an index.php in your site root folder so I'm not why one is needed in www root.
You may need to modify index.php for each site, if needed, but I've never had to.

User avatar
2ninerniner2
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3231
Joined: Sun May 25, 2008 8:05 am
Location: Calgary, Alberta, Canada
Contact:

Re: Install 3.1.5 on XAMPP 1.8.2

Post by 2ninerniner2 » Tue Oct 01, 2013 5:15 pm

so I'm not why one is needed in www root.
On the UniServer control panel, click the 'View www' link ... that's why :)
@snifflevalve

Potus001
Joomla! Guru
Joomla! Guru
Posts: 586
Joined: Thu Nov 25, 2010 9:38 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by Potus001 » Wed Oct 02, 2013 4:49 pm

Have given up with 3.1.5 as I even had a problem with it on my live server.

Changed to 3.1.3 and all was fine.
If and when I have time I'll try 3.1.3 on my local server, probably using xampp.

motor_rider
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Oct 03, 2013 5:45 am

Re: Install 3.1.5 on XAMPP 1.8.2

Post by motor_rider » Thu Oct 03, 2013 5:53 am

I faced a problem when I install Joomla 3.0 on Xampp. After first step configuration, I put in email, password and site name and then I click next. It was processing so long. It don't have any issue with joomla 1.5. Kindly help, urgent


Locked

Return to “Installation Joomla! 3.x”