Jordi Cabot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing CategoriesHi @99tharun I’m sorry but I have no other suggestion.
Nobody is having the same problem or has any possible suggestion?
Forum: Fixing WordPress
In reply to: Missing CategoriesProblem fixed. I don’t know why/how but the wp_terms table had the Name attribute in uppercase. This was not a problem to update the name value but was making it not visible when retrieving it. Changed to lowercase and now it works perfectly.
Forum: Fixing WordPress
In reply to: Missing CategoriesFirst of all, thanks for trying to help me!
The URL of my site is codegenerationcenter.com
Let me summarize my problem. The page to list/edit categories: https://codegenerationcenter.com/wp-admin/edit-tags.php?taxonomy=category
shows the “slug” and “description” fields of all categories but not the name that appears as if it was an empty string. Same happens if I edit a category. The edit form shows all fields filled except the name one that it’s empty (even if I remove the slug and write a name for the category, the name will be copied to the slug but the name field will show empty again afterwards).Surprisingly, I’ve checked the database and the table wp_terms show the name as correctly stored.
Maybe as cascade effect, I’m unable to assign the default category in settings->writing since no dropdown list is empty. I have the same poblem with post tags. Maybe unrelated but could this also affect the loop functions? In the home page only one blog post is shown.
I’m running wordpress 3.1.3 in Linux.
Forum: Fixing WordPress
In reply to: Missing CategoriesDone as well (I was running 3.1.2 so as part of the process I updated to 3.1.3). Unfortunately, this has not fixed the problem.
Forum: Fixing WordPress
In reply to: Missing CategoriesDone but still same problem. Very strange.
Forum: Fixing WordPress
In reply to: Missing CategoriesSimilar problem here. The page: https://codegenerationcenter.com/wp-admin/edit-tags.php?taxonomy=category
shows the slug and description of all categories but not the name (though in the database, table wp_terms show the name as correctly stored).I’m unable to assign categories to blog posts. I’m also unable to assign the default category in settings->writing since no name is shown.
The same happens with the post tags
Could this also affect the loop functions? In the home page only one blog post is shown.
I’d really appreciate some help!