[Tickets #13035] Re: PHP ERROR: Invalid argument supplied for foreach() at login
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Mar 11 20:42:59 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13035
------------------------------------------------------------------------------
Ticket | 13035
Updated By | aria at bsc.gwu.edu
Summary | PHP ERROR: Invalid argument supplied for foreach() at
| login
Queue | Horde Groupware Webmail Edition
Version | 5.1.4
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
aria at bsc.gwu.edu (2014-03-11 20:42) wrote:
> What *do* you have in your backends.local.php?
In my gollem backends.local.php, I have:
$backends['ftp']['disabled'] = true;
$backends['file'] = array(
// Disabled by default
'disabled' => false,
'name' => 'Virtual Home Directories',
'driver' => 'file',
'hordeauth' => true,
'params' => array(
// The base location under which the user home directories live.
'vfsroot' => '/data/gollem/Horde_Gollem_Home/',
// The default permissions to set for newly created folders and files.
// 'permissions' => '750'
),
'loginparams' => array(),
'root' => '/' . $GLOBALS['registry']->getAuth(),
'home' => '/' . $GLOBALS['registry']->getAuth(),
'createhome' => true,
// 'filter' => '^regex$',
'quota' => '100 MB',
'shares' => false,
'attributes' => array(
'type',
'name',
'edit',
'download',
'modified',
'size',
)
);
More information about the bugs
mailing list