- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2015
02:51 AM
05-06-2015
02:51 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2015
12:51 PM
05-06-2015
12:51 PM
Re: Installazione patch sulla sicurezza ufficiali
Ho trovato questo script molto utile a me é servito, facile da usare:
- Use an FTP client to upload the specific patch to the root of your Magento folder.
- 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>"); ?>
- Visit the file at http://your.domain.com/applypatch.php, and check if the output looks as expected.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2015
05:11 PM
05-08-2015
05:11 PM
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!
Problema risolto? Clicca Accept as Solution!