Hello,
While deleting any email address from your horde address book if you come across the error '"No browseable address books".
Please follow these following steps and get the error rectified immediately within seconds.
Login to the particular server
Edit the file : Using your prefered command line editor
/usr/local/cpanel/base/horde/turba/config/sources.php
Look for a line of code that reads like:
Code:
'public' => false,
'readonly' => false,
'admin' => array(),
'export' => true
Most probably it should be the line no 132. Add 'browse' => true, to this section of code, so that it reads as:
Code:
'public' => false,
'readonly' => false,
'admin' => array(),
'browse' => true,
'export' => true
After makes the changes just save the file and then again login to your horde.
This works within seconds and all is fine with the horde address book

.
Regards,
Vallerie.