daily gadgets, computers, and electronic news
06/08
2008

How To Fix Wordpress 2.6 Missing Categories Almost Instantly

Sponsored Links

I usually wait a month or two before upgrading my blogs to the new version of Wordpress, but I kinda hook with the cool Turbo function, and so upgraded some of mine to Wordpress 2.6. And that was a big mistake! Apparently, Wordpress 2.6 comes with a very annoying bug — it can make your whole categories and tags AWOL. They are still there, but you just can’t see them. Pretty cool bug, isn’t it?

Thankfully, David Chumps already has the solution for this. You can read his detail instruction for fixing the bugs over here. However, the first step which involved editing database using PHPMyAdmin is kinda tedious, so I tried to figure out the right SQL query to do the job. And here it goes:

UPDATE wp_term_taxonomy,wp_terms SET wp_term_taxonomy.description = wp_terms.name WHERE wp_term_taxonomy.term_id = wp_terms.term_id

This query will automatically fill the description field in wp_term_taxonomy with the right content from wp_terms table. It does save a LOT of time, especially if you have a LOT of categories and tags (I have over a hundred in one of my blog).

Note that in some condition, the content of wp_term table is also messed up, so you won’t be able to use the query above and you must modify wp_term_taxonomy manually like suggested by David. In my case, 20% of the affected blogs have the table messed up.

Hope it helps.

How To Fix Wordpress 2.6 Missing Categories Almost Instantly is written by cosa and posted under WordPress , , , , , . If you like it, you might consider subscribing to our feed or receive our latest posts via email. Or else, you could also bookmark it to your favourite social bookmark sites. Further information about this article can be found .
Pssst! Most people are coming to this page searching for: wordpress categories missing,wordpress missing categories,wordpress 2.6 categories,wordpress category missing,categories missing in 2.6,category missing wordpress,wordpress 2.6 missing categories,wordpress,categories missing wordpress,fix wordpress 2.6 missing categories,missing categories wordpress,wordpress 2.6 category set,category field in wordpress 2.6 database,wordpress categories are missing,wordpress 2.6 categories missing,missing categories,wordpress avatars missing,wordpress 2.6 bugs,wordpress fix categoreis,categories wordpress 2.6,category archives wordpress 2.6,wordpress upgrade 2.6 terms wp_terms -2,categories and tags messed up in wordpress,wordpress Fix Missing Categories,ym plugin untuk wordpress 2.6,wordpress 2.6 all category names missing,wordpress 2.6 can\'t see categories,modify Category wordpress 2.6,archives for a category wordpress 2.6,wordpress 2.6 "categories missing" links,wordpress 2.6 images category page,wordpress categories missing 2.6,2.6 upgrade+missing tags,wordpress 2.6 category missing,categories missing after wordpress upgrade,wordpress upgrade categories missing,wordpress 2.6 upgrade missing categories,wordpress 2.6 fix categories,categories and tags are missing wordpress,category names missing wordpress,easy fix wordpress missing categories,missing categories after 2.6,wp_terms category,download firefox 2.6,wordpress category table +2.6,wordpress 2.6 missng category fix,How To Fix Wordpress 2.6 Missing Categories Almost Instantly,wordpress upgrade +categories missing,query category archives in wordpress,wordpress 2.6 categories changing,

1 Comment (leave yours)

  1. 1

    [...] are so many people faced the same problem and they have solutions also. Funponsel.com gave a quick solution to fix the [...]

Leave a comment