[gollem] gollem not working with groupware webmail 5.1.3
Narendra Mehta
Narendra.Mehta at sce.carleton.ca
Tue Feb 18 19:14:34 UTC 2014
Horde Goupware Webmail 5.1.3 with Gollem =->FTP backend enabled,
clicking on File Manager brings back the gollem login screen.
I have horde 3.3.13 with imp 4.3.11 and gollem 1.1.2 working for several
years with Gollem file manager configured with internal ftp server. No
problem with this version.
I dumped the Horde 3.3.13 database and imported it with a new name
horde5. I used this database for Horde Groupware Webmail 5.1.3 install.
IMP works fine. With ftp enabled in Gollem backends.php, it takes a
long time to login to Horde/Imp. After the user authenticates with
imap, clicking on Other->File Manager, the user is shown the login
screen again with URL referring to the app=gollem. In the old version
of Horde/Gollem, in the backends['ftp'] array, I had defined 'name' =>
"SCE FTP server" and this was shown to the user instead of "File
Manager". In Horde 5 install, this string is not shown. Before
modifying backends.php directly, I had created backends.local.php with
the following:
<?php
$backends['ftp']['disabled'] = false;
$backends['ftp']['hordeauth'] = true;
$backends['ftp']['name'] = 'SCE FTP server';
$backends['ftp']['params']['hostspec'] = 'ftpserver';
However, configuring Horde in DEBUG mode, the backends.local was never
read so I modified backends.php directly All files in gollem/config are
read/write for the apache user. And the DEBUG log does show that the
file backends.php is read. I also generated conf.php for gollem though
web interface. Some relevant lines from lof file.
2014-02-14T14:20:09-05:00 DEBUG: HORDE [gollem] Load config file
(conf.php; app: gollem) [pid 22568 on line 402 of
"/usr/share/pear/Horde.php"]
2014-02-14T14:20:09-05:00 DEBUG: HORDE [gollem] Load config file
(prefs.php; app: gollem) [pid 22568 on line 402 of
"/usr/share/pear/Horde.php"]
2014-02-14T14:20:09-05:00 DEBUG: HORDE [gollem] SQL (0.0002s)
SELECT pref_name, pref_value FROM horde_prefs WHERE pref_uid =
'ntest' AND pref_scope = 'gollem' [pid 22568 on line 558 of
"/usr/share/pear/Horde/Db/Adapter/Base.php"]
2014-02-14T14:20:09-05:00 DEBUG: HORDE [gollem] Load config file
(backends.php; app: gollem) [pid 22568 on line 402 of
"/usr/share/pear/Horde.php"]
Does gollem table need updating, since I exported from Horde 3 and
imported it into Horde 5? I have not used permissions.
Thanks.
Narendra
More information about the gollem
mailing list