Hello,
i´ve this errors:
# warning: ftp_chdir() [function.ftp-chdir]: Invalid number of arguments. in /var/www/virtual/***/htdocs/sites/all/modules/plugin_manager/ftp.backend.inc on line 142.
# warning: ftp_chdir() [function.ftp-chdir]: Invalid number of arguments. in /var/www/virtual/***/htdocs/sites/all/modules/plugin_manager/ftp.backend.inc on line 145.
but the modules are installed.
Comments
Comment #1
derjochenmeyer commentedI can confirm this issue.
Comment #2
jabapyth commentedHmmm.... thats strange. Are you sure you're using version 1.4?
In both the cvs and 1.4 tarball, I see "ftp_chdir($connect,'');" at those lines, which is the correct number of arguments (And I've got a working install currently, with no such errors). Could It be a PHP version/configuration issue? Whats your PHP version?
Comment #3
harrybw commentedI am getting the same error:
warning: ftp_chdir() [function.ftp-chdir]: Invalid number of arguments in /var/www/web8/web/sites/all/modules/plugin_manager/ftp.backend.inc on line 145.
Using PHP 5.2.6-5
Comment #4
jabapyth commentedThis has now been fixed, and you should be able to get it in the CVS.
Comment #6
eigentor commentedWell, I get the same error...
Had the "Could not guess Drupal path" before and added a slash in front of the ftp path. Now it installed, but threw this error.
Comment #7
NickLitten commentedyes - i can confirm the same problem....
everything LOOKS like its installing ok when using plugin manager but I just get lots the same error message displayed....