[bugs] [Bug 1236] Changed - "Object not found" error after logging
in Horde
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu May 8 19:11:59 PDT 2003
http://bugs.horde.org/show_bug.cgi?id=1236
*** shadow/1236 Thu May 8 16:53:17 2003
--- shadow/1236.tmp.11698 Thu May 8 18:11:59 2003
***************
*** 3,10 ****
Version: 2.2 Stable
Platform: All Browsers
OS/Version: Linux
! Status: NEW
! Resolution:
Severity: normal
Priority: P2
Component: IMP
--- 3,10 ----
Version: 2.2 Stable
Platform: All Browsers
OS/Version: Linux
! Status: RESOLVED
! Resolution: FIXED
Severity: normal
Priority: P2
Component: IMP
***************
*** 90,92 ****
--- 90,100 ----
I'll dig into the code to try to figure out what the problem is. I'll let you
know any news.
Thanks.
+
+ ------- Additional Comments From leonardofogel at yahoo.com.br 05/08/03 18:11 -------
+ It is a Kronolith's bug. I've fixed it in the following way:
+ On file kronolith/lib/base.php, I deleted lines 48 and 49 and inserted:
+ header('Location: ' . Horde::url($registry->getParam
+ ('webroot', 'horde') . '/login.php?url=' . urlencode(Horde::selfUrl()), true));
+ on line 48. It works pretty good now.
+ Regards.
More information about the bugs
mailing list