Ruby Forum Radiant CMS > cant install Reorder in 066

Posted by nurullah (Guest)
on 30.04.2008 09:18
(Received via mailing list)
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:in
`activate'
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.6/lib/radiant/extension.rb:34:in
`activate'
Posted by Sean Cribbs (seancribbs)
on 30.04.2008 15:10
(Received via mailing list)
Make sure you have "shards" extension installed and loaded first via
this environment.rb line:

config.extensions = [ :shards, :all ]

Sean
Posted by nurullah (Guest)
on 30.04.2008 16:58
(Received via mailing list)
fixed.

thank you, sean
Posted by Arik Jones (imakethings)
on 02.05.2008 03:06
Shards really should be baked into Radiant. Its become a standard in 
extension development and usage.
Posted by Sean Cribbs (seancribbs)
on 02.05.2008 04:30
(Received via mailing list)
Oh believe me, we're working on it.

Sean
Posted by Arik Jones (imakethings)
on 04.05.2008 14:46
Awesome!

Sean Cribbs wrote:
> Oh believe me, we're working on it.
> 
> Sean