Horde -No browseable address books

majoosh

Well-Known Member
Feb 18, 2006
97
0
156
India
Hi,


Am having problem with horde address book. when i delete a contact from the address book it says "No browseable address books".

I think this happens when cpanel is upgraded .

Somebody please help.:(

Thanks
Majoosh
 

sparek-3

Well-Known Member
Aug 10, 2002
2,183
285
388
cPanel Access Level
Root Administrator
Edit the file:

/usr/local/cpanel/base/horde/turba/config/sources.php

on the server with your favorite command line editor. Look for a line of code that reads like:

Code:
'public' => false,
'readonly' => false,
'admin' => array(),
'export' => true
Should be around line 132 I believe. Add 'browse' => true, to this section of code, so that it reads as:

Code:
'public' => false,
'readonly' => false,
'admin' => array(),
'browse' => true,
'export' => true
Then just save the file and log back into Horde.
 

cmyk

Registered
Jul 28, 2006
1
0
151
That fix doesn't really fix all the issues.
After applying the fix, the address book list shows, however, if you click the address book repeatedly, I get the search view again and then the list view... and so on. It seems to be random.
And often, when you select (ALL) from the alphabetical list, I get this:
"There are no browseable address books." (and of course there are, and even if a letter's list was empty, it still should show the empty listing).

This seems to be a bug introduced by cPanel and is not inherent in Horde.

Cheers,
Phil