Cant install Reorder in 066

give this error:

$ rake production db:migrate:extensions --trace
(in /var/www/radiant)
** Invoke production (first_time)
** Execute production
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method page' for #<Radiant::AdminUI:0x2b95090c4210> /var/www/radiant/vendor/extensions/reorder/reorder_extension.rb:19:inactivate’
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.6/lib/radiant/extension.rb:34:in
`activate’

Make sure you have “shards” extension installed and loaded first via
this environment.rb line:

config.extensions = [ :shards, :all ]

Sean

fixed.

thank you, sean

Oh believe me, we’re working on it.

Sean

Shards really should be baked into Radiant. Its become a standard in
extension development and usage.

Awesome!

Sean C. wrote:

Oh believe me, we’re working on it.

Sean