小编use*_*790的帖子

Magento:500内部服务器错误::后端>>系统>>工具>>备份

我们无法从magento 1.5版的"后端>>系统>>工具>>备份"菜单创建magento备份.当我们尝试在15到20分钟之后创建备份时,系统会返回错误消息:


Internal Server Error 
The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator, webmaster@choosemadeinusa.com and     
inform them of the time the error
occurred, and anything you might have done that may have caused the
error.

More information about this error may be available in the server error
log.
Run Code Online (Sandbox Code Playgroud)

此外,尝试使用ErrorDocument处理请求时遇到500内部服务器错误错误.

Apache/2.2.23(Unix)mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635服务器请访问www.choosemadeinusa.com端口443


我们已经应用了我们在magento论坛上发现的几乎所有解决方案,因为很多人以前都遇到过这个问题.我们应用的解决方案是:

  • 在"var"文件夹上将权限更改为777.
  • 将"var/backups"文件夹设为空.
  • 将ROOT index.php文件的权限更改为755.
  • 增加了PHP中的MAX TIME执行时间.
  • 增加了内存限制.
  • 将index.php文件替换为index.php.sample用于临时库.
  • 启用"日志设置"以查看正在生成的错误系统.检查附加的"system.log"以查看与maganto备份相关的任何错误?
  • 在"app/code/local/MageWorx/LinkExchange/Controller/Router.php"文件中用"explode"php函数替换"split"

但是,没有运气发现我们真的不清楚是什么问题.我们计划将magento版本从1.5升级到1.7,我们无法启动该过程b/c我们无法完成备份过程.

最糟糕的是系统返回错误消息"500内部服务器错误",然后我们重新加载后端的仪表板页面,它向我们显示绿色消息,表示"备份过程已完成",它还显示列表系统创建的备份.但是,我们确信这不是一个完整的备份,还是我们应该假设备份已经完成?

2013-02-07T16:54:15+00:00 …
Run Code Online (Sandbox Code Playgroud)

magento

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

magento ×1