[bugs] [Bug 1275] New - Turba's notice when not logged in

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Jun 4 06:59:41 PDT 2003


http://bugs.horde.org/show_bug.cgi?id=1275

*** shadow/1275	Wed Jun  4 10:59:41 2003
--- shadow/1275.tmp.31446	Wed Jun  4 10:59:41 2003
***************
*** 0 ****
--- 1,34 ----
+ Bug#: 1275
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: All Browsers
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: trivial
+ Priority: P2
+ Component: Turba
+ Area: BUILD
+ AssignedTo: chuck at horde.org                            
+ ReportedBy: leonardofogel at yahoo.com.br               
+ URL: 
+ Summary: Turba's notice when not logged in
+ 
+ Hi,
+ If:
+ - Turba is configured to access a "personal addressbook" on LDAP;
+ - Someone click on the 'Address Book' icon before logging in Horde;
+ They will get a bad error message:
+ 
+ Notice: Undefined offset: 1 in /var/www/html/horde/turba/config/sources.php on 
+ line 57
+ 
+ Warning: Cannot add header information - headers already sent by (output 
+ started at /var/www/html/horde/turba/config/sources.php:57) 
+ in /var/www/html/horde/turba/lib/base.php on line 62
+ 
+ 
+ source.php on line 55-57 is:
+ $uid = Auth::getAuth();
+ preg_match('/(^.*)@/', $uid, $uid);
+ $uid = $uid[1];


More information about the bugs mailing list