clockspot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category creation problem after upgrading to 2.5.1I’m a little late to the party, but if you still need help, here’s my two cents –
I ran into this issue, and in my case, the problem was that WordPress’ database user didn’t have sufficient privileges to alter the structure of the database, so the upgrades weren’t quite going through.
So I gave the user structure-altering privileges (create, drop, alter, etc) and forced a database upgrade, and my previously missing categories came right back.
Forum: Fixing WordPress
In reply to: Blogroll problem after upgrading to 2.5.1I’m a little late to the party, but hopefully this will help:
I received the “could not insert term into the database” error, and it turned out WordPress’ database user didn’t have sufficient privileges to alter the structure of the table during an upgrade. So the upgrades weren’t quite going through. But after giving it enough privileges and forcing a database upgrade as above, it worked perfectly, and my previously missing data came back.
Forum: Fixing WordPress
In reply to: How to add a category?I had this problem and solved it today. As MichaelH suspected, it was an upgrade problem – it turned out my WordPress database user didn’t have enough privileges to complete the upgrades.
In my case, I hadn’t lost my categories; they were still in the old wp_categories table, which was supposed to have been replaced with the trio of wp_term tables somewhere along the line. The thing was, even though I had upgraded, WordPress hadn’t changed the database structure.
So I gave its database user privileges to alter the structure (create, drop, alter, etc) and forced a database upgrade as above, and it worked! My categories are once again listed in the admin panel and my posts still belong to them.
I hope that helps!
Forum: Fixing WordPress
In reply to: Could not insert term into the databaseI was having this issue, and it turned out the problem was that WordPress’s database user didn’t have sufficient privileges to do all the things WordPress needed to (mostly during upgrading, like creating and dropping tables).
After I gave the user enough privileges, I forced a database upgrade and my missing categories came right back.
Hope that helps!