Active
Project:
Plugin Manager
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 17:47 UTC
Updated:
6 Jul 2009 at 19:11 UTC
Jump to comment: Most recent file
Trying to install content_taxonomy I get:
A drupal install was automatically located on ftp at public_html/xxx/sites/all/modules.
Unable to upload content_taxonomy
Unable to install content_taxonomy
so ftp_put($connect, "$ftp_path/$file", $extract_dir . $file, FTP_BINARY) failed. mkdir succeeds, so does extraction and deletion. I can see the list of extracted files. Maybe it's because it tries to upload a whole directory.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ftp.backend.inc_.patch | 582 bytes | tomotomo |
Comments
Comment #1
tomotomo commentedAmong other things, here's the main fix that finally made it work: