使用 XAMPP / Magento 电子商务平台的 Windows 2008R2 服务器上的 php5ts.dll 错误
这让我抓狂。 Magento 不会提供 Windows 背景支持,而且我没有 XAMPP 知识。
我正在 Windows 2008R2(64 位)服务器上运行 XAMPP Win32 1.7.4 VC6,并使用 Magento Professional 版本 1.10.0.1。
我的网站已经运行了 3 个多月,没有出现任何问题。然后,完全出乎意料的是,Apache 开始每隔 5-10 秒崩溃一次 - php5ts.dll 模块中的错误导致 Windows shell 中出现内存异常。该服务被终止,然后立即由 Windows 重新启动(作为自动重新启动服务)。
以下是事件查看器的输出:
错误应用程序名称:httpd.exe,版本:2.2.17.0,时间戳:0x4cbbe9e8 错误模块名称:php5ts.dll,版本:5.3.5.0,时间戳:0x4d26013e 异常代码:0xc00000fd 故障偏移:0x00172a76 错误进程 ID:0x18a04 错误的应用程序启动时间:0x01cc83d88b9af0a8 错误应用程序路径: C:\Users\Administrator\xampp\apache\bin\httpd.exe 错误模块路径: C:\Users\Administrator\xampp\php\php5ts.dll 报告 ID:17d7c3eb-efcd-11e0-b478-002590507612
我已经尝试了在互联网上找到的所有内容 - 替换 DLL、EXE、使用依赖项遍历器查看丢失的库以及将文件从一个文件夹移动到另一个文件夹,我很困惑卡住 !
还有其他人在 2008 年遇到过 XAMPP 的这个问题并找到了解决方案吗?
This has been driving me nuts. Magento won't offer support on a Windows background and I don't have the XAMPP knowledge.
I am running XAMPP Win32 1.7.4 VC6 on a Windows 2008R2 (64bit) server with the Magento Professional ver 1.10.0.1.
I have had the site running now for over 3 months with no problems. Then completely out of the blue Apache started crashing every 5-10 seconds - with an error in the php5ts.dll module causing a memory exception in the Windows shell. The service is terminated and then immediately restarted by Windows (as an automatic restart service).
Here is the output from the Event Viewer:
Faulting application name: httpd.exe, version: 2.2.17.0, time stamp: 0x4cbbe9e8
Faulting module name: php5ts.dll, version: 5.3.5.0, time stamp: 0x4d26013e
Exception code: 0xc00000fd
Fault offset: 0x00172a76
Faulting process id: 0x18a04
Faulting application start time: 0x01cc83d88b9af0a8
Faulting application path: C:\Users\Administrator\xampp\apache\bin\httpd.exe
Faulting module path: C:\Users\Administrator\xampp\php\php5ts.dll
Report Id: 17d7c3eb-efcd-11e0-b478-002590507612
I have tried everything I have found on the internet - replacing DLL, EXE, using dependency walker to look at missing libraries and moving files from one folder to another and I'm confused and stuck !
Has anyone else had this issue with XAMPP on 2008 and found a resolution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这篇文章。似乎 magento 在某个地方有无限递归。尝试禁用第 3 方模块(如果有)。如果没有帮助 - 尝试更改 PHP 版本和/或将 magento 更新到 1.11 版本。
Look at this article. Seems like magento got infinite recursion somewhere. Try disable 3rd party modules (if you have any). If it doesn't help - try change PHP version and/or update magento to 1.11 version.