Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in admin/controller/extension/installer.php #1196

Closed
mhcwebdesign opened this issue Feb 8, 2014 · 1 comment
Closed

Bug in admin/controller/extension/installer.php #1196

mhcwebdesign opened this issue Feb 8, 2014 · 1 comment

Comments

@mhcwebdesign
Copy link
Collaborator

In class 'ControllerExtensionInstaller' and method 'ftp', the line 282 should be like this:

$connection = ftp_connect($this->config->get('config_ftp_hostname'), $this->config->get('config_ftp_port'));

instead of

$connection = ftp_connect($this->config->get('config_ftp_host'), $this->config->get('config_ftp_port'));

Otherwise, it won't find the configured FTP host name!

@danielkerr
Copy link
Member

will be in the next commit.

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants