Missing table (world_mailing_backend_log_tbl) errors in logs

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

Missing table (world_mailing_backend_log_tbl) errors in logs

Post 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?
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Which version of OpenEMM do you use?
OpenEMM Maintainer
sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

Post by sp »

Fresh 6.0.1 which got the schema from the file accompanying the release.
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

world_mailing_backend_log_tbl is not needed. The error message is generated by old code and can be ignored.
OpenEMM Maintainer
sp
Posts: 21
Joined: Mon Apr 12, 2010 2:04 pm

Post by sp »

Thank you.
Post Reply