6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2896] sources.php IMSP bug fix
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.._.. ,. .. . | | \./ |\/|| | | _|_ | | ||__|
Comment
> I am using Turba 2.0.4 with Horde 3.0.5 and Imp H3 4.0.4, I > configured Horde to use IMAP and store prefferences in IMSP. After I > installed Turba, and picked 'imsp' in the 'Name of client > addressbook' field. I also fixed typo at line 491: $GLOBASL instead > of $GLOBALS. > > > > The address book would not work (blank frame) and there would be the > following messages in the php_error_log: > > > > [28-Oct-2005 16:34:20] PHP Notice: Undefined index: imsp in > /opt/webmail/apache/htdocs/horde/turba/config/sources.php on line 490 > > [28-Oct-2005 16:34:20] PHP Notice: Undefined index: imsp in > /opt/webmail/apache/htdocs/horde/turba/config/sources.php on line 491 > > [28-Oct-2005 16:34:20] PHP Notice: Undefined index: imsp in > /opt/webmail/apache/htdocs/horde/turba/config/sources.php on line 492 > > > > What I discovered is: '$GLOBALS[conf][imsp]' is undefied, and that is > why the lines 490-492 in sources.php: > > 'server' => $GLOBALS['conf']['imsp']['server'], > > 'port' => $GLOBASL['conf']['imsp']['port'], > > 'auth_method' => $GLOBALS['conf']['imsp']['auth_method'], > > > > don't work properly, essentially leaving 'server', 'port', and > 'auth_method' empty. I have replaced them with: > > > > 'server' => $GLOBALS['prefs']->params['server'], > > 'port' => $GLOBALS['prefs']->params['port'], > > 'auth_method' => $GLOBALS['prefs']->params['auth_method'], > > > > and the IMSP address book started to work OK. > > Hope this helps. > > > > Alexander > > > > P.S. This issue was also mentioned in this mailing list message: > > > > Author: John Jacob > > Date: 2005-10-21 18:31 -400 > > To: turba > > Subject: [turba] Turba 2.0.4 undefined index > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers