Title: WordPress database error Table
Last modified: June 4, 2017

---

# WordPress database error Table

 *  Resolved [Rui Freitas](https://wordpress.org/support/users/rui-freitas/)
 * (@rui-freitas)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/)
 * Hi.
 * The plugin is permanently (several times a minute) writing in the error_log the
   following:
 * “WordPress database error Table ‘odiletan_bd.wpTP737maxbuttons_collections’ doesn’t
   exist for query select collection_id, collection_key, collection_value from wpTP737maxbuttons_collections
   where collection_key in (‘show_homepage’,’show_page’,’show_post’, ‘show_archive’)
   made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘
   wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/maxbuttons/
   maxbuttons.php’), maxButtonsPlugin->__construct, maxCollections::setupHooks”
 * Can you please help?
 * Thank you.
 * Rui Freitas

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9198953)
 * Hi Rui,
 * Something went wrong when creating a table in the database. You can try again
   by simply deactivating and then activing the plugin again. It should create the
   table then.
 *  Thread Starter [Rui Freitas](https://wordpress.org/support/users/rui-freitas/)
 * (@rui-freitas)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9198994)
 * Thank you Bas Schuiling.
 * I did it already and now once more but nothing changed.
 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9199059)
 * That’s odd. Any other errors or do you know if somehow WP is not allowed to create
   tables?
 * You can try to do add the table manually, if you have access to phpmyadmin or
   something like that.
 *     ```
       CREATE TABLE wpTP737maxbuttons_collections ( 
       					meta_id int(11) NOT NULL AUTO_INCREMENT, 
       					collection_id int(11) NOT NULL, 
       					collection_key varchar(255), 
       					collection_value text, 
       					PRIMARY KEY  (meta_id) ) 
       ```
   
 *  Thread Starter [Rui Freitas](https://wordpress.org/support/users/rui-freitas/)
 * (@rui-freitas)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9201691)
 * Hi Bas Schuiling.
 * I sent you an email with an attachment.
 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9204412)
 * So far I didn’t see any emails.
 * You can send an email to support [at] maxfoundry . com however.
 *  Thread Starter [Rui Freitas](https://wordpress.org/support/users/rui-freitas/)
 * (@rui-freitas)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9205731)
 * Sorry I was not here.
 * Email sent.
 * Thank you.
 *  Thread Starter [Rui Freitas](https://wordpress.org/support/users/rui-freitas/)
 * (@rui-freitas)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9209793)
 * Hi Bas Schuiling.
 * Do I need the API? If so, where or how can I get it?
 * Best regards,
    Rui Freitas
 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9211977)
 * No I don’t think the API has anything to do with it. You need to search for database
   issues with WP, try a database repair, something like that.
 * I’m afraid that’s very much outside the scope of the plugin and I can’t guess
   your situation exactly so my help is limited. You could try to ask your hoster
   about it.
 *  Plugin Author [maxfoundry](https://wordpress.org/support/users/maxfoundry/)
 * (@maxfoundry)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9229797)
 * [@rui-freitas](https://wordpress.org/support/users/rui-freitas/)
 * have we resolved this Rui? Sorry it’s outside our scope.
 * Bob

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘WordPress database error Table’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

## Tags

 * [api key](https://wordpress.org/support/topic-tag/api-key/)

 * 9 replies
 * 3 participants
 * Last reply from: [maxfoundry](https://wordpress.org/support/users/maxfoundry/)
 * Last activity: [8 years, 12 months ago](https://wordpress.org/support/topic/wordpress-database-error-table-5/#post-9229797)
 * Status: resolved