false order in new categories

Found a bug? Tell us!!
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

false order in new categories

Post by stm999999999 »

hello,

with an some days old nightly I have a problem:

starting a new category i get "timestamp DESC" in the field Sortierung. But after saving the new category the DESC is away! :-(

I cannot save "timestamp DESC"! So I get oldest articles first in the category-view.
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: false order in new categories

Post by garvinhicking »

Hi!

Sounds like you used a verison of the categorytemplates plugin that only was available for a day in which the serendipity_categorytemplates.sort_order column was not created as varchar(255). Please change the type of that table column to varchar(255), the you should be able to save it properly.

Best 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/
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

worked - thanks!
Ciao, Stephan
Post Reply