xampp component status check failure [133278]?

久未见 提交于 2019-12-07 01:34:38

问题


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


回答1:


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




回答2:


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.




回答3:


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.




回答4:


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"



回答5:


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.




回答6:


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.



来源:https://stackoverflow.com/questions/4910300/xampp-component-status-check-failure-133278

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!