Title: WordPress database error: [Table &#039;XXX.wp_sabre_table doesn&#039;t exist]
Last modified: August 20, 2016

---

# WordPress database error: [Table 'XXX.wp_sabre_table doesn't exist]

 *  [TCS-Admin](https://wordpress.org/support/users/tcs-admin/)
 * (@tcs-admin)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-database-error-table-xxxwp_sabre_table-doesnt-exist/)
 * I’ve been pulling my hair all day & can’t figure out why this isn’t working. 
   I’ve installed the SABRE plugin, and it’s been blocking all attempts at registration.
   I look at the database & the wp_sabre_table doesn’t exist. I see a few other 
   people get this error, and create the database table manually. Still no dice.
 * So I export one of the SQL queries & try it to enter it manually in mysql. That
   works fine.
 * > INSERT INTO `wp_sabre_table` SET `user_IP` = ‘66.65.41.132’, `first_mod` = ‘
   > 2012-12-27 21:21:42’, `last_mod` = ‘2012-12-27 21:21:42’, `letter` = ‘R’
 * This is where things get weirder. I add this
 * >  $wpdb->show_errors = TRUE;
   >  $wpdb->suppress_errors = FALSE;
 * into the code about line 150 (before that sql query gets executed)
 * And I get this:
 * > WordPress database error: [Table ‘xyz_abc.wp_sabre_table’ doesn’t exist]
 * No here is the interesting thing: My database name isn’t xyz_abc! It’s close 
   to the database name, but not what’s in my config.php (let’s say that’s def).
 * I’m totally stumped here. Not sure what to do next…
 * Any help would be appreciated.
 * WP 3.5
    SABRE 1.2.2 [http://wordpress.org/extend/plugins/sabre/](http://wordpress.org/extend/plugins/sabre/)

The topic ‘WordPress database error: [Table 'XXX.wp_sabre_table doesn't exist]’ 
is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [TCS-Admin](https://wordpress.org/support/users/tcs-admin/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-database-error-table-xxxwp_sabre_table-doesnt-exist/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
