Pour ceux qui ont un accès shell, rapide script à l'arrache avec les indications de @Eolia (testé uniquement sur CentOS) :
#!/bin/bash cd $1 if type curl 2>/dev/null; then curl -o patch122.php https://area51.enter-solutions.com/snippets/122/raw else wget -O patch122.php https://area51.enter-solutions.com/snippets/122/raw fi php patch122.php rm $1../cache/class_index.php
Pour exec (avec un utilisateur qui a les bons droits) :
./patch122.sh /chemin/admin/prestashop/
en remplaçant l'argument "/chemin/admin/prestashop/" par le chemin complet vers votre dossier admin (n'oubliez pas le "/" à la fin).
Et normalement c'est good