• I’ve just tried to install Sabre 1.2.0 (http://wordpress.org/extend/plugins/sabre/) but I get the following errors:

    WordPress database error: [Table ‘databasename.wp_sabre_table’ doesn’t exist]
    DELETE FROM wp_sabre_table WHERE last_mod < DATE_SUB(‘2011-03-16 14:06:47’, INTERVAL 20 DAY) AND status not in (‘ok’,’to confirm’)

    WordPress database error: [Table ‘databasename.wp_sabre_table’ doesn’t exist]
    SELECT COUNT(*) FROM wp_sabre_table WHERE status= ‘ko’ AND last_mod > ‘1970-01-01 00:00:00’

    WordPress database error: [Table ‘databasename.wp_sabre_table’ doesn’t exist]
    SELECT COUNT(*) FROM wp_sabre_table WHERE status= ‘ok’ AND last_mod > ‘1970-01-01 00:00:00’

    WordPress database error: [Table ‘databasename.wp_sabre_table’ doesn’t exist]
    SELECT COUNT(*) FROM wp_sabre_table WHERE status= ‘to confirm’ AND last_mod > ‘1970-01-01 00:00:00’

    WordPress database error: [Table ‘databasename.wp_sabre_table’ doesn’t exist]
    SELECT COUNT(*) FROM wp_sabre_table WHERE status = ‘to confirm’

    Presumably I shouldn’t use the plugin in this site. Any idea what the problem might be?

  • The topic ‘[Plugin: Sabre] Database errors installing on 3.1’ is closed to new replies.