| 
      
      
      From: Chris W. <ch...@cw...> - 2002-01-08 14:49:38
      
     | 
| On Tue, 2002-01-08 at 09:09, Die...@Be... wrote:
> Dear OI-Users,
> 
> we got some troubles using the new package base_page-0.58!
> After the successful installation of this package, we tried to select
> the URL 'Create a new document' (http://mywebsite/Page/create/?) in the
> Document Info Box.
> After that, we've got the following message:
> Index not found Directory index not found for /page/create
> Editing a document is working!
When you edit a document, do you use the URL?
   /Page/show/?location=/my/location;edit=1
or:
  /my/location?edit=1
If you use the latter, you probably don't have an action setup in the
action table to catch the 'page' requests. Your action table for the
base_page package in:
  $WEBSITE_DIR/pkg/base_page-0.58/conf/action.perl
Should have an entry like this:
 'page' => {
     'class'           => 'OpenInteract::Handler::Page',
     'security'        => 'yes',
 },
If you *do* have an entry like that, then please post the results of:
  $ oi_manage --website_dir=$WEBSITE_DIR list_actions
to the list.
Chris
-- 
Chris Winters (ch...@cw...)
Building enterprise-capable snack solutions since 1988.
 |