Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Wordpress error 'categories not found'  (Read 2611 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Wordpress error 'categories not found'
« on: January 18, 2014, 02:38:37 am »
We may get an error like 'Categories not found' error while accessing wordpress site.

Let's see how we can fix this issue.

1. Login to mysql using the credentials
2. run the following command:
Code: [Select]
UPDATE wp_term_taxonomy,wp_terms SET wp_term_taxonomy.description =wp_terms.name WHERE wp_term_taxonomy.term_id = wp_terms.term_id3. This will automatically fill the description field in wp_term_taxonomy with the right content from wp_terms table and will fix the error.

Now we can access the wordpress site without any issue.