You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading patch for Magento CE 1.9.4.5 to OpenMage LTS v19.4.8
Steps to reproduce (*)
Run $ curl -fsSL https://migrate.openmage.org | sh import script via user while main server installation has other wget version
Expected result (*)
It should honor paths and not pick defaults
Actual result (*)
wget: unrecognized option '--no-hsts'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options._
Hi, as you may know, CentOS has older wget which makes openmagelts script not compatible.
I've installed wget as separate bin, but it seems there is no way to "force' a different path for script. Even if I install wget 1.21, OpenMage script does not honor user wget version. It relies on default paths. I did login as user on separate shell account, which gives correct version:
[xx@host ~/public_html]# wget --version
GNU Wget 1.21 built on linux-gnu.
But that does not matter to openmage. The script is simply relying on the system default paths for its dependencies, resulting in wget error since default centos version is 1.14.
The text was updated successfully, but these errors were encountered:
On the other hand it looks like CentOS may not actually require its own version of wget anyway so I have removed the version provided by CentOS and linked the default path (/bin/wget) to the newer version I installed manually in /opt.
The script is now working in that regard, but it's failing elsewhere when it applies patches to the Magento installation inside the public_html/ directory:
Detected that you have installed Magento Commuinity Edition 1.9.4.5
Performing dry-run patch...
error: patch failed: .htaccess:1
error: .htaccess: patch does not apply
error: .htaccess.sample: No such file or directory
warning: mage has type 100755, expected 100644
Unable to apply the patch. The following command failed:
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options._
Hi, as you may know, CentOS has older wget which makes openmagelts script not compatible.
I've installed wget as separate bin, but it seems there is no way to "force' a different path for script. Even if I install wget 1.21, OpenMage script does not honor user wget version. It relies on default paths. I did login as user on separate shell account, which gives correct version:
[xx@host ~/public_html]# wget --version
GNU Wget 1.21 built on linux-gnu.
But that does not matter to openmage. The script is simply relying on the system default paths for its dependencies, resulting in wget error since default centos version is 1.14.
The text was updated successfully, but these errors were encountered: