Thanks, I'll check our config!
ravs
On Wed, Dec 12, 2012 at 1:14 AM, A.L.E.C alec@alec.pl wrote:
On 12/11/2012 11:16 PM, Reymer Antonio Vargas Solano wrote:
What means the next line?
[11-Dec-2012 16:10:08] PHP Warning: strtolower() expects parameter 1 to be string, array given in
../roundcubemail-0.8.4/program/include/rcmail.php
on line 423
public function get_address_book($id, $writeable = false) { $contacts = null; $ldap_config = (array)$this->config->get('ldap_public'); // The next line is the numer 423 $abook_type = strtolower($this->config->get('address_book_type'));
This means that configuration option 'address_book_type' should be set to a string not an array. Fix your config.
-- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net]
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
--