I upgraded Radiant from 5.2 to 6 and I noticed that I wasn't able to save modified pages, snippets or layouts. Investigating a little I found that the rake db:migrate created new columns in the db without filling them with default values. In particular I saw that the lock_version is needed. I updated tables inserting numeric values in that column and everything went ok.
-- Francesco Lunelli Ymir s.r.l. Viale Verona 190/11 38100 Trento _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
