【发布时间】:2014-12-04 14:57:09
【问题描述】:
我正在使用从 Magento 下载产品的系统,然后它可以发布到 eBay 等。但是,当我开始同步过程时,它正在访问 Magento(API 连接已验证并正常工作),它会抛出一个内部服务器错误。错误日志显示:
[Thu Dec 04 14:25:15 2014] [warn] [client IPADDRESS] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Thu Dec 04 14:25:15 2014] [error] [client IPADDRESS] Premature end of script headers: index.php
有人告诉我这是服务器错误,但无法找出原因或解决方法。任何提示将不胜感激。
【问题讨论】:
-
你确定这是错误日志吗?对我来说,它看起来像一个 Apache 访问日志
-
@Andy - 哎呀,你是对的,现在更新到错误日志......对此感到抱歉
-
再次运行脚本,得到了这个
[Thu Dec 04 15:03:48 2014] [warn] [client IP ADDRESS] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/vhosts/aztek.co.uk/httpdocs/lib/Varien/Object.php on line 117
标签: php magento internal-server-error