|
From: Chris W. <ch...@cw...> - 2002-05-10 12:12:28
|
On Wed, 2002-05-08 at 20:25, Drew Taylor wrote: > OK, I've got the OI installed and the proxies setup. I've verified that the > modperl server is receiving the requests. But I'm getting an error. Here is > what is displayed in the browser: > > Can't locate object method "error" via package "OpenInteract::Request" > (perhaps you forgot to load "OpenInteract::Request"?) at > /usr/local/lib/perl5/site_perl/5.6.1/OpenInteract/Request.pm line 124. > > Below is what I see in the error log after turning on debugging. Ideas? > > OpenInteract::handler (34) >> > > ============================== > Request started: Wed May 8 20:19:30 2002 > path: ( /oi/ ) PID: (26202) > OpenInteract::setup_server_interface (128) >> Server hostname set to > home.drewtaylor.com > OpenInteract::setup_server_interface (131) >> Request coming from 192.168.1.100 > OpenInteract::parse_uri (176) >> Original path: (/oi/) > OpenInteract::parse_uri (180) >> Modified path by removing (/oi): (/) > OpenInteract::parse_uri (184) >> Items in the path: > OpenInteract::parse_uri (197) >> Action found from URL: > OpenInteract::parse_uri (204) >> Original path/query string set to: / > OpenInteract::Request::lookup_conductor (225) >> Find conductor for action () > OpenInteract::Request::lookup_action (254) >> Find action corresponding to () > OpenInteract::Request::lookup_action (275) >> Found action info for () > OpenInteract::find_action_handler (216) >> Conductor not found; displaying > oops page. > --EXITED WITH ERROR from main handler eval block > Error: 0 This is strange -- the fact that the 'error' message doesn't exist in OpenInteract::Request means that the aliases weren't properly setup during server startup. Do you see any messages in your server (versus this virtualhost) error log? Also: are you trying to run this under a different root directory? For example, running everything under /oi/? I don't think this is supported yet.... Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |