[Tickets #2896] RESOLVED: sources.php IMSP bug fix
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Oct 31 19:16:43 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=2896
-----------------------------------------------------------------------
Ticket | 2896
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | sources.php IMSP bug fix
Queue | Turba
Version | 2.0.4
-State | Unconfirmed
+State | Bogus
-Priority | 2. Medium
+Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2005-10-31 19:16) wrote:
> 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.
This typo has already been fixed in CVS.
> What I discovered is: '$GLOBALS[conf][imsp]' is undefied, and that is
> why the lines 490-492 in sources.php:
It is undefined because you are not using 3.1 version of Horde. Perhaps I
should make it clearer in sources.php where it notes you need to configure
those values to suit your needs.
The values you are assigning are not correct. Check you log, you still see
'undefined property' errors. The only reason they are working is because
the IMSP code in the horde framework is assigning default values for you
that happen to work for your installation. (You are running IMSP on the same
machine as horde (localhost), on the standard port with plaintext
authentication). The spelling error in the example configuration is what
gave you the 'white screen'.
More information about the bugs
mailing list