Ticket #1485053 (closed Bugs: worksforme)

Opened 8 months ago

Last modified 8 months ago

SQL issues (probably due to MDB2)

Reported by: roundcube-devel@… Owned by:
Priority: 10 - Lowest Milestone: 0.2-alpha
Component: Core functionality Version: svn-trunk
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!


J. Javier Maestro -- roundcube-devel@…

Attachments

Bug_Report (47.4 kB) - added by roundcube-devel@… 8 months ago.
Debug data and other relevant config info

Change History

Changed 8 months ago by roundcube-devel@…

Debug data and other relevant config info

Changed 8 months ago by alec

  • status changed from new to closed
  • resolution set to worksforme
  • milestone changed from later to 0.1.2

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.

Note: See TracTickets for help on using tickets.