[gollem] SQL Backend w/ Home and Root "Folder /home/<username> does not exist"

Jan Schneider jan at horde.org
Wed Dec 29 01:55:40 PST 2004


Zitat von Rob Rosenfeld <rob at rosenfeld.to>:

> I have recently installed horde 3.0 and gollem.  I'm having a problem.
> Using the the following as the contents of my
> horde/gollem/config/backend.php, I get the error anytime I try to upload
> a file:
>
> Folder /home/<username> does not exist
>
> The crumb trail indicates I'm in [Root]/<username>
>
> Do I need to create some directories in the SQL VFS?  I can create new
> directories and have tried creating /home and home in root, but that
> doesn't solve the problem.  I must be missing something simple, but
> can't figure it out.

That's the expected behaviour. Let's look at your configuration.

>     'root' => '/home',
>     'home' => '/home/' . Auth::getAuth(),

That means that all users' home directories are at /home/username, but they
see /home as their root. But /home doesn't exist in your VFS.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the gollem mailing list