cancel
Showing results for 
Search instead for 
Did you mean: 

Installazione patch sulla sicurezza ufficiali

Installazione patch sulla sicurezza ufficiali

Salve,

 

vorrei sapere come installare le patch ufficiali, ho provato a fare delle prove e a cercare in rete ma le notizie sono molto varie e non ho una buona conoscenza del SSH

 

Grazie mille

2 REPLIES 2

Re: Installazione patch sulla sicurezza ufficiali

Ho trovato questo script molto utile a me é servito, facile da usare:

 

  1. Use an FTP client to upload the specific patch to the root of your Magento folder.
  2. Create a PHP file called applypatch.php that will run the patch for you, and upload it to the root of your Magento folder. Make sure to use the right patch name here, if you don't use the patch for version 1.8.x-1.9.x

 

<?php
print("<PRE>");
passthru("/bin/bash PATCH_SUPEE-5344_CE_1.8.0.0_v1.sh");
print("</PRE>");
?>

 

  1. Visit the file at http://your.domain.com/applypatch.php, and check if the output looks as expected.
Front End Developer - Magento experience
E-commerce Chile
Perla Simeone

Re: Installazione patch sulla sicurezza ufficiali

TI basta scaricare le due patch (1533 e 5344) e posizionarle nella root di magento.

 

Poi apri il terminale ti connetti sul tuo server e ti posizioni sulla cartella di root.

 

Infine per eseguire i file scrivi sh ./nomefile.sh o semplicemente ./nomefile.sh

Va fatto per entrambi i file e questi devono avere ovviamente i permessi di esecuzione.

 

 

------------------ [ Antonio Carboni ] ------------------Hosting Magenio
Problema risolto? Clicca Accept as Solution!