Summary | unable to upload file to sqlhome |
Queue | Gollem |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | iron_hat (at) hotmail (dot) com |
Created | 09/17/2011 (5039 days ago) |
Due | |
Updated | 09/21/2011 (5035 days ago) |
Assigned | |
Resolved | 09/21/2011 (5035 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #10528: autocreate directory when writing file1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/86d7bda3557044e4dec7b03085c39af228b6f10d
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ unable to upload file to sqlhome
Type ⇒ Bug
State ⇒ Unconfirmed
a file due to the user's home directory not existing. This can be
fixed in lib/Gollem.php on line 402:
$gollem_vfs->write($dir, $name, $filename);
Should be changed to:
$gollem_vfs->write($dir, $name, $filename, true);
to make use of the folder autocreate option.