The following bug has been ASSIGNED. ====================================================================== http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000069 ====================================================================== Reported By: va1210 Assigned To: ilja ====================================================================== Project: DBMail Bug ID: 69 Category: Authentication layer Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 22-Aug-04 18:18 CEST Last Modified: 23-Aug-04 10:54 CEST ====================================================================== Summary: Error in MySQL InnoDB-Migration script Description: The foreign key reference in the InnoDB-migration script for MySQL has an error in the "alter messageblks table"-section. The line REFERENCES physmessage_id (id) Should in fact say
REFERENCES dbmail_physmessage (id) The reference error makes it impossible for mails to be inserted into the database as the reference always returns an error. ====================================================================== Bug History Date Modified Username Field Change ====================================================================== 22-Aug-04 18:18va1210 New Bug 23-Aug-04 10:54ilja Assigned To => ilja 23-Aug-04 10:54ilja Status new => assigned ======================================================================