|
At every turn, I get the error message: “Deployment FTP Error. Cannot chdir after login to:”
I successfully did my first time through connection and setup by chmod’ing my /{complete_path_to_magento_installation_dir}/downloader/ to 0777
a cache.cfg file got created in /downloader/
a connect.cfg file got created in /downloader/
I then chmod’ed /{complete_path_to_magento_installation_dir}/downloader/ back to 0755
My Magento Installation Absolute Path is: /home/abcde/public_html/magento/
My Host’s Document Root is: /home/abcde/public_html/
My Magento Connect Directories Live at: /home/abcde/public_html/magento/downloader/
Here are my settings:
Magento Connect Channel Protocol: Ftp
Preferred State: Stable
Use custom permissions: No
Deployment Type: FTP Connection
FTP Host: ftp://{mydomain.com}/
FTP Login: my ftp userid
FTP Password: my ftp password
Finally, when Installation Path: is set to (see list below) I get the error message(s):
Installation Path: {I left it blank} Error Message: Unable to read saved settings. Please check Installation Path of FTP Connection.
Installation Path: / Error Message: Unable to read saved settings. Please check Installation Path of FTP Connection.
Installation Path: /home/ Error Message: Deployment FTP Error. Cannot chdir after login to: /home/
Installation Path: /home/abcde/ Error Message: Deployment FTP Error. Cannot chdir after login to: /home/abcde/
Installation Path: /home/abcde/public_html/ Error Message: Deployment FTP Error. Cannot chdir after login to: /home/abcde/public_html/
Installation Path: /home/abcde/public_html/magento/ Error Message: Deployment FTP Error. Cannot chdir after login to: /home/abcde/public_html/magento/
Installation Path: /home/abcde/public_html/magento/downloader/ Error Message: Deployment FTP Error. Cannot chdir after login to: /home/abcde/public_html/magento/downloader/
Installation Path: magento Error Message: Deployment FTP Error. Cannot chdir after login to: /magento/
Does anyone know the secret to Magento Connect Settings?
Thanks.
|