Page 1 of 1

false order in new categories

Posted: Tue Mar 20, 2007 10:32 pm
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.

Re: false order in new categories

Posted: Wed Mar 21, 2007 10:57 am
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

Posted: Wed Mar 21, 2007 1:41 pm
by stm999999999
worked - thanks!