• This displays at the top of my website:

    WordPress database error: [Table ‘seattyz69d7bd.wp_terms’ doesn’t exist]
    SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’) AND tr.object_id IN (73, 71, 70, 69, 68, 67, 65, 64, 63, 62) ORDER BY t.name ASC

    My Category section states this:

    WordPress database error: [Table ‘seattyz69d7bd.wp_terms’ doesn’t exist]
    SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘category’) ORDER BY t.name ASC
    * No categories

    And finally I am not able to login to the control panel. I receive a 500 Internal Service Error. So I cannot enter my admin tools to make any changes or disable plugins.

    What can I do?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Did you run the upgrade.php file?
    Sounds as if the WP files are for 2.3.1 but the database hasn’t been updated…

    Thread Starter st0rmshadow

    (@st0rmshadow)

    When I go to the upgrade.php URL I get the same Internal Error 500 code. ??

    Probably need to expand memory allocated to PHP.

    Talk to your host please.

    Two methods for increasing the amount of memory a PHP script may consume

    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 8M try 16M:
    memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

    If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 16M

    Thread Starter st0rmshadow

    (@st0rmshadow)

    MichaelH,

    Thanks for the help, but neither fix worked. What file do I need to save in order to keep my posts? They still are online < https://blog.seattle-duiattorney.com/ >. Do I need to start over from scratch and someone add my database to a newly install WP version? Is there anyway to revert back?

    Did you talk to your host about the PHP memory? Also ask them to look at the logs for errors.

    All your WordPress data is in your MySQL database–that’s the database you made a backup of before you started the upgrade.

    Resource:
    WordPress Backups

    Thread Starter st0rmshadow

    (@st0rmshadow)

    Yes. Making a DB backup would have been a grand idea. It was late in the day and slipped my mind. Since the posts are still online does that mean the DB can still be backed up?

    Yes you can still backup. They (your tables) are still there. Backing_Up_Your_Database also has solutions.

    Thread Starter st0rmshadow

    (@st0rmshadow)

    MichaelH and moshu,

    Thanks for your help. I was able to resolve the issues with my hosting company, and my blog is back in business. Thanks again for the advice and quick responses!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2.31 Upgrade – Can’t Access Control Panel – Cats Gone’ is closed to new replies.