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
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
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:
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(), 'export' => true
Then just save the file and log back into Horde.Code:'public' => false, 'readonly' => false, 'admin' => array(), 'browse' => true, 'export' => true
It worked for me too!
thx.
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