How to install PATCH UPDATE 1533 5344 .sh ?? my english is not good Please give me a simple approach in here
why can not install?
Error! Some required system tools, that are utilized in this sh script, are not installed: Tool(s) "patch" is(are) missed, please install it(them).
4 Answers 4
So the reason for your error is that your system does not have the module "patch" installed.
This can be done via one of the following commands.
sudo apt-get install patch
sudo yum install patch
-
sudo apt-get and sudo yum is a program?andy– andy2015年04月21日 10:15:22 +00:00Commented Apr 21, 2015 at 10:15
-
it deppends on what type of linux system you are using, debain uses apt-get and centos uses yum to install softwareDavid Manners– David Manners2015年04月21日 10:16:14 +00:00Commented Apr 21, 2015 at 10:16
-
the server is not me , i just have ftp and cpanel...so how to install ~thank you !!!andy– andy2015年04月21日 10:23:59 +00:00Commented Apr 21, 2015 at 10:23
-
it might be available via cpanel otherwise you will have to email your server provider about thisDavid Manners– David Manners2015年04月21日 10:24:35 +00:00Commented Apr 21, 2015 at 10:24
-
my hosting told me can not ssh..so how can i do thank you!andy– andy2015年04月21日 17:37:37 +00:00Commented Apr 21, 2015 at 17:37
- Download the two Patch Update .sh files. Make sure to get the right file for your installed version of Magento. The download location is here: https://www.magentocommerce.com/products/downloads/magento/
- Upload to your webserver or development location, into public_html or your webroot folder. So in the same folder as app and skin.
chmod +x *sh. For example:
chmod +x PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015年02月10日-08-10-38.shrun the files ./name.sh
./PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015年02月10日-08-10-38.shRemove the .sh files
- Commit the files to version control and deploy (if needed working locally)
- ???
- Profit
-
sorry, i dont understand what is chmod +x? can you tell me? thank you?is 654?andy– andy2015年04月21日 10:10:19 +00:00Commented Apr 21, 2015 at 10:10
-
chmod +x is a SSH/Command line command to change the permissions of the file. So that you may run the file as a executable.Barry Carlyon– Barry Carlyon2015年04月21日 10:10:47 +00:00Commented Apr 21, 2015 at 10:10
-
ok..but where is chmod +x? how to find it..(sorry,my english is not good so if have pic show to me is good)andy– andy2015年04月21日 10:14:52 +00:00Commented Apr 21, 2015 at 10:14
-
You need to upload the patch files to your webroot and then SSH to that location and run from there. Or apply locally and deploy your shop.Barry Carlyon– Barry Carlyon2015年04月21日 10:16:35 +00:00Commented Apr 21, 2015 at 10:16
-
i already upload the PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015年02月10日-08-10-38.sh patch files to my webroot . but i dont understand where is SSHandy– andy2015年04月21日 10:18:38 +00:00Commented Apr 21, 2015 at 10:18
Please refer the below mentioned URL for installing a patch for MAGENTO COMMUNITY EDITION. installing a patch guide. In this guide are very useful.
It requires you to do put some linux code commands under PUTTY or SHH after you upload the files to the correct folder in FTP.
It's truly more than a bit complicated for new site administrators.
-
Well I think there was enough explanation in comments answer above yours. The question-giver didn't had any way to access his server by ssh. The explanation how to do it without ssh has been given.versedi– versedi2015年04月25日 11:52:06 +00:00Commented Apr 25, 2015 at 11:52