Page 1 of 1

Missing table (world_mailing_backend_log_tbl) errors in logs

Posted: Mon May 31, 2010 4:36 pm
by sp
Should I be worried about this:

Code: Select all

Unable to insert record into world_mailing_backend_log_tbl: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openemm.world_mailing_backend_log_tbl' doesn't exist
Is the table missing or is some code referencing a table which has a new name?

Posted: Tue Jun 01, 2010 8:53 am
by maschoff
Which version of OpenEMM do you use?

Posted: Tue Jun 01, 2010 6:13 pm
by sp
Fresh 6.0.1 which got the schema from the file accompanying the release.

Posted: Wed Jun 02, 2010 9:56 am
by maschoff
world_mailing_backend_log_tbl is not needed. The error message is generated by old code and can be ignored.

Posted: Wed Jun 02, 2010 10:02 am
by sp
Thank you.