• c jhatg

    (@chrishanlonatg)


    Does anyone know what the code below means when trying to access the wp-admin page for https://www.blog.i-bidder.com/ ?

    Recent changes:
    – removed platinum seo pack
    – added the Yoast WordPress SEO Plugin

    As far as I’m aware it was working following that change.

    Then:
    – added the Breadcrumb NavXT plugin

    Following that, it has not been possible to log in.

    We have tried rolling the database back to a previous version from when it was working. (It is currently in it’s rolled back state) No success. Also tried disabling both the plugin and theme folders by renaming them. No success on that either.

    #!/usr/local/bin/php -q We're running this query: SELECT * FROM vhost_servers WHERE hostname = 'lin210.gridhost.co.uk' LIMIT 1 Table 'blogibid_new.vhost_servers' doesn't exist

    Any ideas on how to fix this and restore access to the backend?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.