[Tickets #8615] Re: Can't create new Address Books

bugs at horde.org bugs at horde.org
Thu Oct 1 14:51:43 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8615
------------------------------------------------------------------------------
  Ticket             | 8615
  Updated By         | scaramuzza at essedici.it
  Summary            | Can't create new Address Books
  Queue              | Turba
  Version            | 2.3.2
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


scaramuzza at essedici.it (2009-10-01 10:51) wrote:

uhm...

Administration/Setup/Horde/Logging/Logging  
Settings:$conf[log][priority] = PEAR_LOG_DEBUG
Administration/Setup/Horde/General/PHP Settings:$conf[debug_level] = E_ALL

horde-webmail-1.2.4/lib/Horde/Notification.php:
...
172:        if (is_a($event, 'PEAR_Error')) {
173:            if (!isset($type)) {
174:                $type = 'horde.error';
175:            }
176: var_dump($event);
177: // fscara added 20091001
178:           Horde::logMessage($event, __FILE__, __LINE__, PEAR_LOG_DEBUG);
179:        }
...

after having tried the creation of a new address book i gor the same  
error, no particular output on the web page or in the page source and  
horde.log:
Oct 01 15:41:19 HORDE [debug] [turba] Hook _horde_hook_share_init in  
application horde not called. [pid 18257 on line 1713 of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde.php"]
Oct 01 15:41:19 HORDE [debug] [turba] DB Error: not found [pid 18257  
on line 178 of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde/Notification.php"]
Oct 01 15:41:19 HORDE [debug] [turba] Max memory usage: 2359296 bytes  
[pid 18257 on line 339 of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde/Registry.php"]
Oct 01 15:41:19 HORDE [debug] [turba] Hook _horde_hook_share_init in  
application horde not called. [pid 6777 on line 1713 of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde.php"]
Oct 01 15:41:19 HORDE [debug] [turba] SQL query by  
Horde_Alarm_sql::_list(): SELECT alarm_id, alarm_uid, alarm_start,  
alarm_end, alarm_methods, alarm_params, alarm_title, alarm_text,  
alarm_snooze, alarm_internal FROM horde_alarms WHERE alarm_dismissed =  
0 AND ((alarm_snooze IS NULL AND alarm_start <= ?) OR alarm_snooze <=  
?) AND (alarm_end IS NULL OR alarm_end >= ?) AND (alarm_uid = ? OR  
alarm_uid = ?) ORDER BY alarm_start, alarm_end [pid 6777 on line 148  
of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde/Alarm/sql.php"]
Oct 01 15:41:19 HORDE [debug] [turba] Max memory usage: 2097152 bytes  
[pid 6777 on line 339 of  
"/home/server/www/htdocs/horde-webmail-1.2.4/lib/Horde/Registry.php"]


I see no var_dump() output but in php_error.log i got:

[01-Oct-2009 15:41:19] PHP Notice:  Undefined variable: conf in  
/home/server/www/htdocs/horde-webmail-1.2.4/turba/config/sources.php  
on line 141

     f.






More information about the bugs mailing list