On Tue, 30 Aug 2005, Amit Kumar wrote:
Hi Friend,
I am in need of your help,
while connecting to my website i am getting these message in error log-file
Can't locate object method "log_error" via package "Apache::RequestRec" at
/usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1709.
There's a module, ModPerl::MethodLookup, that can help with
errors like this:
bash$ perl -MModPerl::MethodLookup -e print_method log_error
To use method 'log_error' add:
use Apache2::Log ();
--
best regards,
randy kobes