dave
dave

Reputation: 15459

xampp component status check failure [133278]?

this errors pops up when executing xampp control panel, anyone what it means and how to resolve it?

Upvotes: 7

Views: 10881

Answers (6)

DannyB
DannyB

Reputation: 14776

I had the same problem on two different computers (XP and Win 7 32 bit), with varying error numbers.

On my Windows XP the problem was due to something else listening on port 80. On my Win 7, I renamed the folder to something else and ran setup_xampp.bat and it solved it.

Renaming the folder back to the original name (C:\XAMPP) and running the setup brought the problem back, so I ended up leaving it C:\XAMPP2.

Upvotes: 2

woolfie
woolfie

Reputation: 11

Just remove Key "Install_Dir" completely from Windows Registry [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xampp] and Xampp Control will start without error message. Xamp Control then shows "No installer package found" in status window after start.

Upvotes: 1

Kerlyk
Kerlyk

Reputation: 11

Another solution is to put the path to the xampp folder into the registry node. Below is the .reg example.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xampp]
"Install_Dir"="C:\\xampp"

Upvotes: 1

Leukipp
Leukipp

Reputation: 590

I moved the xampp directory to a different place and run setup_xampp.bat. That solved the problem for me.

Upvotes: 4

thaddeusmt
thaddeusmt

Reputation: 15600

I installed from the ZIP file instead of the Windows Installer, and this resolved my issue. Appears to be a known bug with the Installer on Win 7 64 bit.

Upvotes: 2

Benny
Benny

Reputation: 1254

I have XAMPP on my USB and I think the problem is that you have to relotact it by running the setup_xampp.bat file in the root folder.

Make sure you do you not use fixed letters if it is on a removable device.

Upvotes: 0

Related Questions