• Hi all
    recently I met a problem, when access my wordpress application,in error.log always has a message:
    WordPress database error
    Table ‘XXX.wp_megatables’ doesn’t exist for query
    SELECT id,table_name FROM wp_megatables made by require, require_once, require_once, require_once, include, include

    who knows how to fix it. it is really strange.

    thanks in advance.

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • Megatables is not a standard table for WordPress, it is probably being called from a plugin that would use that table. When you do you can then contact that author of that plugin and ask them about it.

    So once you find out which plugin uses the ‘megatables’, premium pricing megatables plugin maybe?

    Thread Starter oktim

    (@oktim)

    thanks a lot, I am going to check the plugins.I will let you know after I check

    Thread Starter oktim

    (@oktim)

    I have deleted all of plug-ins in local machine. then I use PDT to debug it, when execute to the “template-loader.php” the line 6
    if ( defined(‘WP_USE_THEMES’) && WP_USE_THEMES ), then debugger exit automatically.

    But the site on web hosting works well. I don’t know what happened.

    I have no idea how your local machine is handling things.

    You just needed to find which of your plugins creates a megatable by that name, then contact the author of that plugin.

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

The topic ‘meet a error: Table "wp_megatables" doesn't exist’ is closed to new replies.