[Tickets #10528] unable to upload file to sqlhome

bugs at horde.org bugs at horde.org
Sat Sep 17 03:15:38 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10528
------------------------------------------------------------------------------
  Ticket             | 10528
  Created By         | iron_hat at hotmail.com
  Summary            | unable to upload file to sqlhome
  Queue              | Gollem
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


iron_hat at hotmail.com (2011-09-17 03:15) wrote:

When a user first uses the sqlhome backend, it is impossible to upload  
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.





More information about the bugs mailing list