Opened 5 years ago
Closed 5 years ago
#1485053 closed Bugs (worksforme)
SQL issues (probably due to MDB2)
| Reported by: | roundcube-devel@… | Owned by: | |
|---|---|---|---|
| Priority: | 10 - Lowest | Milestone: | 0.2-alpha |
| Component: | Core functionality | Version: | git-master |
| Severity: | critical | Keywords: | |
| Cc: | dev@… |
Description
How it happens
A valid IMAP user tries to login in RC SVN rev1365 configured to use mdb2. The login fails with an "invalid password" error message, even when the password is correct (copy&paste :).
When it finally succeeds, there is at least another problem, because the default identity has not been created (and therefore the users cannot send mail unless they know enough and go to the settings to configure themselves a default identity... not good :-/)
Info
From what I gather, there are some SQL errors caused by using MDB2 (the same clean install, using the DB backend shows nonw of these errors).
In the file I am attaching, you can find:
- the console debug info (log=8, i.e., trace), where you can find the before-mentioned SQL errors.
- My RC database config values
- Info on my setup (of what I think might be relevant). Stuff such as a list of relevant packages, phpinfo, etc.
I hope this is enough to trace whatever is going on. If you need further info, do not hesitate to contact me by email, as I am more than willing to help.
Thanks!
- Javier Maestro -- roundcube-devel@…
Attachments (1)
Change History (2)
Changed 5 years ago by roundcube-devel@…
comment:1 Changed 5 years ago by alec
- Milestone changed from later to 0.1.2
- Resolution set to worksforme
- Status changed from new to closed
How looks the rest of DB config. There's no 'user_ids_seq' sequence in postgresql schema, so maybe there's a problem. Works for me.

Debug data and other relevant config info