> Ah, I have it now :) > > Jul 13 17:20:05 flecha dbmail-util[14628]: [0x9809b08] Error:[db] > db_query(+351): SQLException: > Jul 13 17:20:05 flecha dbmail-util[14628]: [0x9809b08] Error:[db] > db_query(+352): failed query [SELECT mb.messageblk_idnr FROM > dbmail_messageblks mb LEFT JOIN dbmail_physmessage pm ON > mb.physmessage_id = pm.id WHERE pm.id IS NULL]
Ok, nothing to worry about. Since in this test machine, I used the "create_tables.mysql" file, there's no dbmaiç_messageblks table. -- mysql> SELECT mb.messageblk_idnr FROM dbmail_messageblks mb LEFT JOIN dbmail_physmessage pm ON mb.physmessage_id = pm.id WHERE pm.id IS NULL; ERROR 1146 (42S02): Table 'dbmail.dbmail_messageblks' doesn't exist mysql> -- Since the new 2.4x version will rely on the new message format this isn't needed anymore. I believe this can be removed, no? _______________________________________________ Dbmail-dev mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
