Opened 5 years ago
Closed 5 years ago
#1485578 closed Bugs (fixed)
Addressbook lookup broken after r2081
| Reported by: | sverre | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-stable |
| Component: | Addressbook | Version: | git-master |
| Severity: | major | Keywords: | addressbook lookup |
| Cc: |
Description
Hi,
I've just updated from r2080 to r2086 and the address book lookups when replying or composing no longer seem to work. i.e. there is no drop down box from the to, cc and bcc fields when typing.
When composing a message pops up at the top saying 'searching' but when replying no message appears.
I simply replaced the exisiting files with the new ones and updated the database with the two new SQL statements.
Looking at the notes it would appear code was changed to allow LDAP lookups in r2081. I use the default table for addresses in a mysql db running on the same server. I don't use LDAP.
I'm not sure if there is a setting that I should have changed? I left this as it was in config/main.inc.php:
$rcmail_config['autocomplete_addressbooks'] = array('sql');
It wasn't clear if any other changes should have been made so I'm reporting this as a bug. As it is preventing address book lookups when sending email I'm also setting the priority quite high and severity to major. Hope this is okay?
Regards,
Sverre :-)
Change History (3)
comment:1 Changed 5 years ago by lommy
comment:2 Changed 5 years ago by alec
- Milestone set to 0.2-stable
- Owner set to thomasb
Confirmed. autocomplete action file lost?
comment:3 Changed 5 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Missing file added in [938e96a3]

Good evening,
I can confirm this bug. I am using revision 2086, in my database I have the newest mysql5 scheme and I have added the new configuration option to main.inc.php. In the logs/errors file there are no entries. I am not using LDAP, too.
Furthermore it is not possible to translation the "searching" message.
This bug should be fixed soon because it cuts Roundcube's functionality.
lommy