Status Check Failure

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

Re: Status Check Failure [3]

Postby chaseswork » 30. July 2011 16:44

I had this same Status Check Failure [3] and the solution to the problem (for me) was fixed by removing any spaces in the DocumentRoot and Directory within my
httpd-vhosts.conf file. Remove spaces in file names or replace wtih "-" or "_"
Example:

Code: Select all
<VirtualHost *:80>
   DocumentRoot C:\File Location\
   ServerName sweeps
   <Directory "C:\File Location\">
      Options Indexes
      AllowOverride All
      Order allow,deny
      Allow from all
   </Directory>
</VirtualHost>


Issue was corrected when i updated file and v-hosts file to:

Code: Select all
<VirtualHost *:80>
   DocumentRoot C:\File_Location\
   ServerName sweeps
   <Directory "C:\File_Location\">
      Options Indexes
      AllowOverride All
      Order allow,deny
      Allow from all
   </Directory>
</VirtualHost>
chaseswork
 
Posts: 1
Joined: 30. July 2011 16:33

Re: Status Check Failure [3]

Postby marcolopes » 30. August 2011 07:40

Windows 7 64 Bits

Edit the registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xampp]

change Key

"Install_Dir" to "C:/xampp"
marcolopes
 
Posts: 1
Joined: 30. August 2011 07:19

Re: Status Check Failure [3]

Postby JonB » 30. August 2011 14:02

mumken:

YOU CANNOT CHANGE THE PHP VERSION IN XAMPP - period!

read this:
http://bravo.newnetenterprises.com/word ... stallation

I don't care what any/some site says. In XAMPP, =Apache and PHP are co-compiles.

Good Luck
:shock:



ytsf
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Status Check Failure [3]

Postby Tonny » 16. September 2011 08:33

I have the same problem with XAMPP on Win7 x64, but it is possible to "bypass" this problem in XAMPP, by running manually Apache server and MySQL server from Services.
Control Panel\All Control Panel Items\Administrative Tools\Services.
Tonny
 
Posts: 1
Joined: 16. September 2011 08:09

Re: Status Check Failure

Postby Brianjvo » 02. October 2011 23:01

Starcomsis solution worked. Alright back to business. :mrgreen:
viewtopic.php?p=174507#p174507
Brianjvo
 
Posts: 1
Joined: 02. October 2011 22:54

Re: Status Check Failure [3]

Postby hackattack142 » 05. October 2011 05:35

Tonny wrote:I have the same problem with XAMPP on Win7 x64, but it is possible to "bypass" this problem in XAMPP, by running manually Apache server and MySQL server from Services.
Control Panel\All Control Panel Items\Administrative Tools\Services.


Have you tried the new Control Panel v3 (viewtopic.php?f=16&t=46743) (it is included in XAMPP versions higher than 1.7.4 and called "xampp-control-3-beta.exe") and/or a newer version of XAMPP (1.7.7 is the latest as of right now)?
Last edited by hackattack142 on 07. October 2011 01:39, edited 1 time in total.
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

Previous

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 98 guests

cron