Admin-Ahead Community

General Category => General Discussion => Topic started by: jominj on January 18, 2014, 02:38:37 am

Title: Wordpress error 'categories not found'
Post by: jominj 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.