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
Post
by sp » Mon May 31, 2010 4:36 pm
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: 2628 Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:
Post
by maschoff » Tue Jun 01, 2010 8:53 am
Which version of OpenEMM do you use?
OpenEMM Maintainer
sp
Posts: 21 Joined: Mon Apr 12, 2010 2:04 pm
Post
by sp » Tue Jun 01, 2010 6:13 pm
Fresh 6.0.1 which got the schema from the file accompanying the release.
maschoff
Site Admin
Posts: 2628 Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:
Post
by maschoff » Wed Jun 02, 2010 9:56 am
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 » Wed Jun 02, 2010 10:02 am
Thank you.