#1488369 closed Bugs (invalid)

ldap autocompletion

Reported by: jc Owned by:
Priority: 5 Milestone: 0.7.2
Component: Addressbook Version: 0.7.1
Severity: normal Keywords:
Cc:

Description

Hello,

First I want to thanks and congratulate: I'm à roundcube User for few years and I do really enjoy using it.

So the facts.

Today I decide to upgrade my roundcube version (from 0.5 to 0.7.1).
Everything is fine except the autocompletion : when I fill the « TO » field composing a new message I get a nice "ERROR : SERVICE CURRENTLY NOT AVAILABLE"

I focus I use Ldap server to store all my contacts.
Accessing contacts to AddressBook? icon is working fine but the autocompletion doesn't work anymore (before with the old roundcube version (v0.5), autocompletion worked perfectly)

I switch to debug level in main.inc.php : $rcmail_configdebug_level? = 4
The errors file (in the logs directory) gives me :

[26-Feb-2012 17:39:34 +0100]: PHP Error: Addressbook source (ldap) not found! in /var/wws/roundcubemail-0.7.1/program/include/rcmail.php on line 450 (POST /mail/?_task=mail&_action=autocomplete?_task=&_action=)

Do I detect a new bug or I miss something in the new config.

I want to tell after I detect this problem I decide to prepare a new "main.inc.php" file from scratch using the dist file to ensure I did not miss something new.

Hope my ticket brings something really new.
Regards.
JC

Change History (3)

comment:1 Changed 15 months ago by alec

  • Milestone changed from later to 0.7.2

Show your config. Disable all plugins. Don't use debug_level=4.

comment:2 Changed 15 months ago by jc

OK.
You can find my config here :
http://dl.dropbox.com/u/23298537/main.inc.php

I've already tested with all plugins disabled (it's the first thing i did in fact) : no improvement

I switch back to debug_level=1

comment:3 Changed 15 months ago by alec

  • Resolution set to invalid
  • Status changed from new to closed
$rcmail_config['autocomplete_addressbooks'] = array('ldap');

This is wrong. The array should contain books IDs (e.g. Aygalenq1') not 'ldap'.

Note: See TracTickets for help on using tickets.