Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento Connect FTP Settings

When I am configuring the settings for Magento Connect I get the following error:

    Deployment FTP Error. Local file doesn't exist:
    Settings has not been loaded. Used default settings
    Config file does not exists please save Settings

The details I use are:

ftp.mysite.com.au
myftpusername
myftppassword
install path: public/www/shop (advise by web host to use this)

Magento sits in a folder called /shop

Any help. I have looked on this site and the Magento forums and have not found a solution.

like image 577
Tim Avatar asked Sep 13 '11 23:09

Tim


1 Answers

Set the chmod of the "downloader" directory temporary to 777 (and revert it back afterwards), so that magento-connect can write the connect.cfg file.

like image 167
AlexFr. Avatar answered Sep 20 '22 05:09

AlexFr.