New To XAMPP and can't get started [Solved]

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Re: New To XAMPP and can't get started [Solved]

Postby hackattack142 » 10. May 2012 01:29

Does it work when you go to http://127.0.0.1

Do you use a proxy to connect to the internet?

Are you certain Apache is running (in the green state) and did not crash/shutdown shortly after starting?

Are there any errors in your Apache logs (/xampp/apache/logs/error.log)?
XAMPP Control Panel Developer
Latest CP: viewtopic.php?f=16&t=48932
hackattack142
 
Posts: 701
Joined: 20. May 2011 23:29
Operating System: Windows 7 Ultimate SP1 64-Bit

Re: New To XAMPP and can't get started [Solved]

Postby jessica_lamb » 10. May 2012 05:59

No it still does not work when I go to http://127.0.0.1. I don't think I use a proxy to connect to the internet but I'm not 100% for sure on that one. I don't know if Apache is starting then stopping. When I start Apache with the XamPP control panel I just get the message Apache started Port 80. But when I went to look at the error logs I don't have any thing in the folder. I went to (/xampp/apache/logs but then the folder says This folder is empty
jessica_lamb
 
Posts: 24
Joined: 07. May 2012 22:35
Operating System: Windows 7

Re: New To XAMPP and can't get started [Solved]

Postby hackattack142 » 10. May 2012 13:56

It sounds like are you still using the old Control Panel and that Apache is not actually starting.

You should use the newer Version 3 control panel (xampp-control-3-beta.exe) in the main XAMPP folder. It will not tell you the port number in the bottom log window when you start a program, that is behavior of the old Control Panel Version 2.5.

Apache might not start if it is missing dependencies or if one of the required ports is not free. First, try installing this: http://www.microsoft.com/en-us/download ... px?id=5582

The modules will have a solid green background if they are running. You can also obtain a more updated version of the control panel here: viewtopic.php?f=16&t=48932
XAMPP Control Panel Developer
Latest CP: viewtopic.php?f=16&t=48932
hackattack142
 
Posts: 701
Joined: 20. May 2011 23:29
Operating System: Windows 7 Ultimate SP1 64-Bit

Re: New To XAMPP and can't get started [Solved]

Postby jessica_lamb » 10. May 2012 16:58

Okay started using the new Xampp control panel and installed the link that was below. The first time I started Apache it just said Apache started and then in the next line it states that Apache stopped. But after I restarted the Apache it just stayed on starting Apache app.
jessica_lamb
 
Posts: 24
Joined: 07. May 2012 22:35
Operating System: Windows 7

Re: New To XAMPP and can't get started [Solved]

Postby Altrea » 10. May 2012 17:09

Does the status window of the new control panel v3 give you any more information right after starting the control panel and after trying to start the Apache and MySQL component?
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: New To XAMPP and can't get started [Solved]

Postby jessica_lamb » 10. May 2012 17:22

This is what the new control panel says.

9:45:21 AM [main] Initializing main
9:45:21 AM [main] Windows version: 6.1 (build 7601) - Service Pack 1
9:45:21 AM [main] Xampp version: 1.7.7
9:45:21 AM [main] Control center version: 3.0.2 [ Compiled: Jul 21th 2011 - build #1 ]
9:45:21 AM [main] Running as admin - good!
9:45:21 AM [main] Working with basedir: "c:\xampp\xampp\"
9:45:21 AM [main] Initializing moduls
9:45:21 AM [main] Starting check-timer
9:45:26 AM [apache] Starting apache app...
10:22:12 AM [mysql] Starting mysql app...
10:22:14 AM [mysql] Status change detected: running
10:22:15 AM [mysql] Status change detected: stopped
jessica_lamb
 
Posts: 24
Joined: 07. May 2012 22:35
Operating System: Windows 7

Re: New To XAMPP and can't get started [Solved]

Postby Altrea » 10. May 2012 17:28

jessica_lamb wrote:9:45:21 AM [main] Working with basedir: "c:\xampp\xampp\"

Just a guess:
Maybe the path correction routine of the setup_xampp.bat file has some problems with an XAMPP folder inside another XAMPP folder.
Please try to uninstall your XAMPP completely (inclusively deleting your xampp folder(s)) and reinstall it from a fresh installation file directly in your c:\ path, so that you only get one xampp directory.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: New To XAMPP and can't get started [Solved]

Postby jessica_lamb » 10. May 2012 17:34

I've uninstalled twice already and both times it installs a Xampp folder inside the original Xampp folder. It was downloading to my download folder and I changed it to the c:\ but it still installed 2 folders of Xampp
jessica_lamb
 
Posts: 24
Joined: 07. May 2012 22:35
Operating System: Windows 7

Re: New To XAMPP and can't get started [Solved]

Postby Altrea » 10. May 2012 17:46

On my computers that is not the case and was never :shock:
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: New To XAMPP and can't get started [Solved]

Postby jessica_lamb » 10. May 2012 18:48

Finally. The problem was coming from the fact that I was not installing the Install package. But now my next question is how do I upload files to the server? I know stupid question but this is a first time for everything with me
jessica_lamb
 
Posts: 24
Joined: 07. May 2012 22:35
Operating System: Windows 7

Re: New To XAMPP and can't get started [Solved]

Postby Altrea » 10. May 2012 18:54

Simply save them somewhere inside your C:\xampp\htdocs\ folder (or any subfolder in it exept the C:\xampp\htdocs\xampp\ folder).

Assumed you have a file test.php and save it in the folder C:\xampp\htdocs\mytestproject\ you can simply request it from your Apache with the URL http://localhost/mytestproject/test.php

generally speaking: http://localhost/ is pointing to your C:\xampp\htdocs\ folder.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Previous

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 109 guests