Viewing 3 replies - 1 through 3 (of 3 total)
  • Evan Herman

    (@eherman24)

    The error message is stating that its looking for a table within a database that doesn’t exist. And that table is integral to WordPress running properly.

    Open up wp_config.php and place this line of code somewhere:

    define('WP_ALLOW_REPAIR', true);

    Reload a page, and it should ask if you want to repair the database. Hit yes, and hopefully that will repair the issue.

    Evan

    Thread Starter c jhatg

    (@chrishanlonatg)

    The code has been added but I’m not getting any repair options.

    I’ve tried reloading pages and also visiting /wp-admin/maint/repair.php but still no repair options.

    Thread Starter c jhatg

    (@chrishanlonatg)

    Any further help would be appreciated as I have still not managed to get to the repair functions based on adding the line above to the wp_config.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White page of death with error message’ is closed to new replies.