• Resolved Rui Freitas

    (@rui-freitas)


    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

    (@basszje)

    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

    (@rui-freitas)

    Thank you Bas Schuiling.

    I did it already and now once more but nothing changed.

    Plugin Author Bas Schuiling

    (@basszje)

    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

    (@rui-freitas)

    Hi Bas Schuiling.

    I sent you an email with an attachment.

    Plugin Author Bas Schuiling

    (@basszje)

    So far I didn’t see any emails.

    You can send an email to support [at] maxfoundry . com however.

    Thread Starter Rui Freitas

    (@rui-freitas)

    Sorry I was not here.

    Email sent.

    Thank you.

    Thread Starter Rui Freitas

    (@rui-freitas)

    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

    (@basszje)

    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

    (@maxfoundry)

    @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.