[imp] Address book not displayed when composing email.

Bruno Costacurta techie at costacurta.org
Thu Jan 24 18:16:32 UTC 2013


>> From my composing email windows there is no display of the address book,
>> neither any way to open or access it.
>
> There is. Click on the "To" label/link.
>

 From the window opened via the "To" unfortunately no data at all are  
displayed.
Neither directly, neither via Search.
However the debug output in the horde log (hereafter) looks OK, same  
for the SQL itself (as correct data as found when executed manually on  
the server).

Could this be linked to the following bug impacting the composing  
email windows ?

http://bugs.horde.org/ticket/10913

Bye,
Bruno

...
DEBUG: HORDE [turba] SQL  (0.0002s)
	SELECT object_id, object_type, owner_id, object_members,
	  object_firstname, object_lastname, object_email FROM turba_objects
	  WHERE (owner_id = 'bruno') [pid 8048 on line 806 of  
"/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:53:44+01:00 DEBUG: HORDE [turba] SQL  (0.0021s)
	SHOW FIELDS FROM `turba_objects` [pid 8048 on line 806 of  
"/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [imp] Max memory usage:  
10223616 bytes [pid 8048 on line 543 of  
"/usr/share/php/Horde/Registry.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE Horde_Registry: retrieved app  
with cache ID  
horde_registry|app|1357854013|7ac06862469ae45c441d362b39839745 [pid  
8048 on line 1970 of "/usr/share/php/Horde/Registry.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [imp] Load config file  
(nls.php; app: horde) [pid 8048 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [imp] Load config file  
(conf.php; app: imp) [pid 8048 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE Horde_Registry: retrieved app  
with cache ID  
horde_registry|app|1357854013|7ac06862469ae45c441d362b39839745 [pid  
3485 on line 1970 of "/usr/share/php/Horde/Registry.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [imp] Load config file  
(nls.php; app: horde) [pid 3485 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [imp] Load config file  
(conf.php; app: imp) [pid 3485 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [horde] Max memory usage:  
6029312 bytes [pid 8048 on line 543 of  
"/usr/share/php/Horde/Registry.php"]
2013-01-24T18:53:45+01:00 DEBUG: HORDE [horde] Max memory usage:  
5242880 bytes [pid 3485 on line 543 of  
"/usr/share/php/Horde/Registry.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE Horde_Registry: retrieved app  
with cache ID  
horde_registry|app|1357854013|7ac06862469ae45c441d362b39839745 [pid  
11468 on line 1970 of "/usr/share/php/Horde/Registry.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [imp] Load config file  
(nls.php; app: horde) [pid 11468 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [imp] Load config file  
(conf.php; app: imp) [pid 11468 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] Load config file  
(conf.php; app: turba) [pid 11468 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] Load config file  
(attributes.php; app: turba) [pid 11468 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] Load config file  
(backends.php; app: turba) [pid 11468 on line 476 of  
"/usr/share/php/Horde.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] SQL  (0.0001s)
	SELECT * FROM turba_sharesng_users WHERE user_uid = 'bruno' AND
	  (perm_4 = 1) [pid 11468 on line 806 of  
"/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] SQL  (0.0001s)
	SELECT g.group_uid AS group_uid, g.group_name AS group_name FROM
	  horde_groups g, horde_groups_members m WHERE m.user_uid = 'bruno' AND
	  g.group_uid = m.group_uid ORDER BY g.group_name [pid 11468 on line  
806 of "/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] SQL  (0.0001s)
	SELECT DISTINCT * FROM turba_sharesng s WHERE share_owner = 'bruno' OR
	  perm_creator_4 = 1 OR perm_default_4 = 1 ORDER BY share_id ASC [pid  
11468 on line 806 of "/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] SQL  (0.0001s)
	SELECT object_id, object_type, owner_id, object_members,
	  object_firstname, object_lastname, object_email FROM turba_objects
	  WHERE (owner_id = 'bruno' AND (LOWER(object_workemail) LIKE
	  LOWER('%Techie%') OR LOWER(object_homeemail) LIKE  
LOWER('%Techie%'))) [pid 11468 on line 806 of  
"/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [turba] SQL  (0.0021s)
	SHOW FIELDS FROM `turba_objects` [pid 11468 on line 806 of  
"/usr/share/php/Horde/Db/Adapter/Base.php"]
2013-01-24T18:54:23+01:00 DEBUG: HORDE [imp] Max memory usage: 9961472  
bytes [pid 11468 on line 543 of "/usr/share/php/Horde/Registry.php"]
...

Bye,
Bruno

-- 
Linux Counter # 353844
https://linuxcounter.net/user/353844.html



More information about the imp mailing list