ciao a tutti ho il problema che se clicco su magento connect mi appare Error: Please check for sufficient write file permissions
ho trovato questa soluzione ma non trovo le cartelle che si indicano sul sito dove le trovo???
grazie in anticipo
“Moving a store from one server to another server, you’re bound to have small issues. While 99% of the configuration is stored in app/etc/local, there are other bits and pieces that are more spread out. For example, I noticed that there’s no central ‘Are all file permissions OK?’ screen in Magento Commerce and at times the system is pretty secretive when it comes to error messages.
For example, after moving a store from a linux to a BSD (essentially a different WWW user id), Magento Connect just died with “Error: Please check for sufficient write file permissions”.
Of course it did not disclose what exactly it failed in the process. Anyhow — debugging in downloader/Maged/Controller.php (Maged_Controller::isWritable()), here’s a list of files and directories that need to be made writable so Magento Connect gets to work:
/path/to/your/magento-install
/path/to/your/magento-install/downloader
/path/to/your/magento-install/downloader/config.ini
/path/to/your/magento-install/downloader/pearlib/config.ini
/path/to/your/magento-install/downloader/pearlib/pear.ini
/path/to/your/magento-install/downloader/pearlib/php
Who knows — maybe the secrecy is for security reasons or whatever. In the end the list above is incredibly helpful, when you realized that the linked entry from the knowledge base is missing half of them and/or does not list the relevant parts for Magento Connect there. “
ho cambiato tutti i permessi della cartella Downloader ma nulla l’errore rimane cosa posso fare???
ti prego aiutami...perchè non riesco ad aggiornare magento altrimenti ;(
uhm forse è legato sull’hosting. Tempo fa sul forum internazionale ho visto che alcuni risolvevano forzando il codice con qualche modifica. Prova a cercare là e vai a questo punto a tentativi con i suggerimenti che trovi scritti (ce ne sono diversi).
Altrimenti prova a contattare il tuo fornitore hosting e chiedere spiegazioni.
PS: a volte alcuni hosting hanno delle limitazioni particolari. Se utilizzi cpanel, prova a dare i permessi da una opzione particolare del cpanel (permissions manager mi pare si chiami). Questa opzione dovrebbe darti i permessi per un breve periodo di tempo.