我昨天尝试使用Supee 5344补丁更新magento,并在运行sh命令时出现以下错误。
127: not found
127: not found
0: not found
检查补丁是否可以成功应用/恢复...
patch: unrecognized option `--dry-run'
Usage: /usr/bin/patch [options] [origfile [patchfile]] [+ [options]
[origfile]]...
Options:
[-cCeEflnNRsStuv] [-b backup-ext] [-B backup-prefix] [-d directory]
[-D symbol] [-F max-fuzz] [-i patchfile] [-o out-file] [-p[strip-count]]
[-r rej-name] [-V {numbered,existing,simple}] [--check] [--context]
[--prefix=backup-prefix] [--suffix=backup-ext] [--ifdef=symbol]
[--directory=directory] [--ed] [--fuzz=max-fuzz] [--force] [--batch]
[--ignore-whitespace] [--forward] [--reverse] [--output=out-file]
[--strip[=strip-count]] [--normal] [--reject-file=rej-name] [--skip]
[--remove-empty-files] [--quiet] [--silent] [--unified] [--version]
[--version-control={numbered,existing,simple}] [--index-first]
ERROR: Patch can't be applied/reverted successfully.
有人能帮我弄清楚我需要解决这个问题吗?有没有办法手动实现补丁?
史蒂夫
答案 0 :(得分:3)
这是一个链接,用于检查Shoplift错误https://shoplift.byte.nl/
答案 1 :(得分:0)
我会仔细检查您正在应用的补丁是Magento版本的正确补丁。
找出您正在使用的Magento版本的最简单方法是以管理员身份登录,它会在页脚中告诉您。获得此版本后,请转到Magento下载页面,找到正确版本的magento的正确补丁文件。
答案 2 :(得分:0)
根据输出,系统上的补丁二进制文件没有--dry-run选项(看起来安装了一些BSD OS,而不是linux)。您的补丁二进制文件似乎提供了--check选项,因此您可以通过编辑PATCH_SUPEE-1533_EE_1.13.x_v1-2015-02-10-08-18-32.sh文件并替换它来使用它而不是--dry-run --dr-run选项,带--check。
另一种选择可能是根本不使用补丁,只需从http://magentary.com/kb/apply-supee-5344-and-supee-1533-without-ssh/上传所有修补过的文件
要验证修补程序是否已成功安装,您可以使用https://shoplift.byte.nl/服务。
答案 3 :(得分:0)
前几天我刚刚遇到了完全相同的错误 - 为我修复的是在正确的目录中移动执行补丁(取决于你的Magento网站的设置方式。
最初,我试图将其从/var/www/site-name
中删除 - 它需要位于/var/www/site-name/magento
。
此处还有其他问题排查步骤:http://devdocs.magento.com/guides/m1x/other/ht_install-patches.html#trouble