From: Chris W. <ch...@cw...> - 2002-01-08 15:14:55
|
On Tue, 2002-01-08 at 10:02, Die...@Be... wrote: > Hi Chris, > > We're editing documents like this: > /Page/show/?location=/my/location;edit=1 > and we have the entry > 'page' => { > 'class' => 'OpenInteract::Handler::Page', > 'security' => 'yes', > } in our action.perl Hm, this is interesting. What version of OI are you using? In particular, what results if you run: $ perl -MOpenInteract::CommonHandler \ -e 'print OpenInteract::CommonHandler->VERSION' > so here is what oi_manage --website_dir=/mysite list_actions says: > (I guess something is not working ...) > > Running list_actions... > ========================= > > OpenInteract::Startup::require_module (336) >> --require error: > OpenInteract::Handler::Component : Can't locate > OpenInteract/Handler/Component.pm in @INC (@INC contains: > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 > /usr/lib/perl5/site_perl . /msn/oit) at (eval 38) line 3, <MOD> line 1. Ack, right. This is fixed in CVS. I'll put out a new OI version shortly (like tonight) that has this fix and a few other little items as well. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |