From: Chris W. <ch...@cw...> - 2003-07-23 12:40:18
|
And...@Be... wrote: > When starting up OI ( 1 x ) we always get this warning message: > > Using a hash as a reference is deprecated at > /opt/perl/lib/site_perl/5.8.0/SPOPS/HashFile.pm line 116. > > Is this harmless ? I did not see a problem with the file.. This only happens under 5.8. I'm not sure what the problem is, but I'm almost certain it's harmless. > Also, we sometimes get the following message displayed in the browser: > > Can't locate object method "error" via package "OpenInteract::Request" > at /opt/perl/lib/site_perl/5.8.0/OpenInteract/Request.pm line 123. > > We were not able to track down, when and why this is generated. Any ideas? This indicates that the request object wasn't built-up properly -- 'error' is an alias that gets created at apache child creation time. Check your server (not vhost) error log and for anything suspicious. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |