Error checking the status of the xampp component [133278]?

These errors appear when you run the xampp control panel, anyone, what does it mean and how to resolve it?

+7
source share
6 answers

I moved the xampp directory to another location and ran setup_xampp.bat. This solved the problem for me.

+4
source

I installed from a zip file instead of windows installer and this solved my problem. A known error appears with the installer on Win 7 64 bit .

+2
source

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

In my Windows XP, the problem arose because of something else listening on port 80 . On my Win 7, I renamed the folder to another and ran setup_xampp.bat and solved it.

Renaming the folder back to its original name (C: \ XAMPP) and starting the installation caused the problem, so I left it with C: \ XAMPP2.

+2
source

Another solution is to put the path to the xampp folder in the node registry. The following is an .reg example.

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xampp] "Install_Dir"="C:\\xampp" 
+1
source

Just remove the "Install_Dir" key completely from the Windows registry [HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ xampp] and Xampp Control will start without an error message. Xamp Control then displays “No installation package” in the status window after starting.

+1
source

I have XAMPP on my USB device, and I think the problem is that you need to reinstall it by running setup_xampp.bat in the root folder.

Make sure you do not use fixed letters if they are on a removable device.

0
source

All Articles