Page 1 of 1

FTP Settings

Posted: Fri Aug 07, 2015 10:15 am
by pewe
In store settings I have setup the ftp and used public_html/shop as the root as this is the directory OC is installed in..

However when I try to install an extension that is setup using ftp I get this error
===================
<b>Warning</b>: ftp_chdir() [<a href='function.ftp-chdir'>function.ftp-chdir</a>]: Can't change directory to public_html/shop/: No such file or directory in <b>/home/u846982487/public_html/shop/admin/controller/extension/installer.php</b> on line <b>299</b>{"error":"Could not set root directory as "}
====================

Can anyone advise on the problem.

Thanks

Re: FTP Settings

Posted: Sat Aug 08, 2015 12:08 am
by pewe
Solved it.

The instructions are incorrect.
There needs to be a "/" in front of the directory location - "public_html".

Re: FTP Settings

Posted: Thu Nov 05, 2015 6:45 am
by justasiam
I am having the same problem.

However, my FTP Settings are set in the Settings panel.

FTP Host: 40f.225.myftpupload.com
FTP Port: 21
FTP Username: The same one I use when designing the website
FTP Password: The same one I use when designing the website
FTP Root: /
Enable FTP: Yes

The problem I am having is when I use the Extension Installer to Upload an Extension, I get the error: Could not connect as 40f.225.myftpupload.com:21.

Any ideas?