xampp 组件状态检查失败 [133278]?
执行xampp控制面板时弹出此错误,有人知道这意味着什么以及如何解决它吗?
this errors pops up when executing xampp control panel, anyone what it means and how to resolve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我将 xampp 目录移至其他位置并运行 setup_xampp.bat。这为我解决了问题。
I moved the xampp directory to a different place and run setup_xampp.bat. That solved the problem for me.
我从 ZIP 文件而不是 Windows Installer 进行安装,这解决了我的问题。似乎是 Win 7 64 位上安装程序的已知错误。
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.
我在两台不同的计算机(XP 和 Win 7 32 位)上遇到了同样的问题,错误号各不相同。
在我的 Windows XP 上,问题是由于 其他东西在端口 80 上侦听。
在我的 Win 7 上,我将该文件夹重命名为其他名称并运行 setup_xampp.bat 并解决了该问题。
将文件夹重命名回原来的名称 (C:\XAMPP) 并运行安装程序又会出现问题,因此我最终将其保留为 C:\XAMPP2。
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.
另一种解决方案是将xampp文件夹的路径放入注册表节点。
以下是 .reg 示例。
Another solution is to put the path to the xampp folder into the registry node.
Below is the .reg example.
只需从 Windows 注册表 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xampp] 中完全删除键“Install_Dir”,Xampp Control 将启动且不会出现错误消息。 Xamp Control 启动后在状态窗口中显示“未找到安装程序包”。
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.
我的 USB 上有 XAMPP,我认为问题是您必须通过运行根文件夹中的 setup_xampp.bat 文件来重新处理它。
如果它位于可移动设备上,请确保不使用固定字母。
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.