ale75vi Posted August 4, 2014 Share Posted August 4, 2014 Salve a tutti, devo aggiornare prestashop alla 1.6.0.9 con 1 clic per aggiornare ma dopo aver scaricato il file prestashop.zip mi segna questo errore: zip->extractTo(): unable to use /home/mysite/public_html/adm/autoupgrade/latest as extract destination. ho portato i permessi di latest a 777 ma niente!! qualche idea?! Link to comment Share on other sites More sharing options...
Daniel_WM Posted August 6, 2014 Share Posted August 6, 2014 prova a scaricare il file di prestashop in formato zip e caricarlo direttamente nella cartella di installazione /home/mysite/public_html/adm/autoupgrade/latest , poi fai il setup di oneclick upgrade per farlo installare direttamente da quella cartella. Link to comment Share on other sites More sharing options...
ale75vi Posted August 7, 2014 Author Share Posted August 7, 2014 Bella idea!! Proviamo !! Link to comment Share on other sites More sharing options...
ale75vi Posted August 7, 2014 Author Share Posted August 7, 2014 niente da fare... tutto come prima... cosa posso fare? Link to comment Share on other sites More sharing options...
Daniel_WM Posted August 7, 2014 Share Posted August 7, 2014 Che errore ti scrive? Link to comment Share on other sites More sharing options...
ale75vi Posted August 7, 2014 Author Share Posted August 7, 2014 Stesso zip->extractTo(): unable to use /home/mysite/public_html/adm/autoupgrade/latest as extract destination. Link to comment Share on other sites More sharing options...
Daniel_WM Posted August 7, 2014 Share Posted August 7, 2014 Ciao, prova a creare un file php nella cartella latest e inserisci questo piccolo script per decomprimere, e lo richiami dal browser <?php $zip = new ZipArchive; $res = $zip->open('nome_file_prestashop.zip'); if ($res === TRUE) { $zip->extractTo('/home/mysite/public_html/adm/autoupgrade/latest/'); $zip->close(); echo 'eseguito!'; } else { echo 'errore!'; } ?> Se non funziona nemmeno cosi, significa che cè un problema nel tuo hosting Link to comment Share on other sites More sharing options...
ale75vi Posted August 7, 2014 Author Share Posted August 7, 2014 Ho provato... mi dice eseguito..ma se aggiorno con 1ck stesso errore... Grazie Daniel per il tuo aiuto... Link to comment Share on other sites More sharing options...
Daniel_WM Posted August 7, 2014 Share Posted August 7, 2014 Allora è un problema dell'hosting, ma senza alcun tipo di accesso più di questo non posso fare. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now