Categories never show entries

Found a bug? Tell us!!
Post Reply
vdboor
Posts: 1
Joined: Mon Nov 06, 2006 11:46 pm

Categories never show entries

Post by vdboor »

The categories at my blog remain empty. For example:

http://www.codingdomain.com/blog/catego ... pen-Source

At the sidebar, you can see there are entries listed in the categories.
I've updated to the latest version of serendipity, but the bug remains.
Do you have any idea what is causing this?
Last edited by vdboor on Fri Apr 09, 2010 3:16 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Categories never show entries

Post by garvinhicking »

Hi!

Most often this is a problem due to missing database columns.

Use a tool like phpMyAdmin to check your serendipity_categorytable and see if it has got the columns "parentid", "sort_order" and "hide_sub". If it is missing any of those, you didn't execute the s9y upgrade properly at some point.

We can help you to recreate the missing columns, but it would be important to know which upgrades you executed to gather all the column changes you will have missed. Or if you know some basic phpMyAdmin, check the file sql/db.sql and make sure that all columns mentioned there exist in your database.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply