2

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).

David Manners
27.3k9 gold badges78 silver badges220 bronze badges
asked Apr 21, 2015 at 9:56
0

4 Answers 4

3

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
answered Apr 21, 2015 at 10:03
5
  • sudo apt-get and sudo yum is a program? Commented 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 software Commented Apr 21, 2015 at 10:16
  • the server is not me , i just have ftp and cpanel...so how to install ~thank you !!! Commented Apr 21, 2015 at 10:23
  • it might be available via cpanel otherwise you will have to email your server provider about this Commented Apr 21, 2015 at 10:24
  • my hosting told me can not ssh..so how can i do thank you! Commented Apr 21, 2015 at 17:37
1
  1. 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/
  2. Upload to your webserver or development location, into public_html or your webroot folder. So in the same folder as app and skin.
  3. chmod +x *sh. For example:

    chmod +x PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015年02月10日-08-10-38.sh 
    
  4. run the files ./name.sh

    ./PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015年02月10日-08-10-38.sh 
    
  5. Remove the .sh files

  6. Commit the files to version control and deploy (if needed working locally)
  7. ???
  8. Profit
answered Apr 21, 2015 at 10:03
17
  • sorry, i dont understand what is chmod +x? can you tell me? thank you?is 654? Commented 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. Commented 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) Commented 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. Commented 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 SSH Commented Apr 21, 2015 at 10:18
0

Please refer the below mentioned URL for installing a patch for MAGENTO COMMUNITY EDITION. installing a patch guide. In this guide are very useful.

answered Nov 1, 2016 at 5:38
-2

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.

answered Apr 24, 2015 at 22:13
1
  • 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. Commented Apr 25, 2015 at 11:52

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.