Kendall,
Around 0.6.2 or so, we added optimistic locking to all content models
(page, snippet, layout) to prevent multiple users from overwriting each
other's changes unknowingly. Make sure no one is logged into the admin
interface, and then do this in the console:
[Page, Snippet, Layout].each do |model|
model.update_all(:lock_version => 1)
end
See if that clears things up. Can you provide an example of where
<r:find> doesn't work?
Sean
Kendall Clark wrote:
Folks,
First, thanks for 0.6.9, which looks good. But we're finding two errors:
1. r:find doesn't work
2. Any change to any page returns:
"Page has been modified since it was last loaded. Changes cannot be
saved without potentially losing data."
I can't find any stacktraces or errors in our logs.
I ran the upgrade instructions as documented, i.e., "sudo rake
radiant:update" and "sudo rake production db:migrate" and neither
returned any errors. The db migration echoed the changes it made to
the schema w/out any errors. This is with Postgresql 8.2.3.
Any help would be greatly appreciated.
Cheers,
Kendall Clark
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant