houseabsolute / HTML-Mason

High-performance, dynamic web site authoring system
https://metacpan.org/release/HTML-Mason/
Other
9 stars 18 forks source link

logger is not initialized #21

Open autarch opened 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #107001 (status was 'open')

Requestors:

From kes-kes@yandex.ru on 2015-09-10 11:39:50 :

Can't locate object method "log" via package "HTML::Mason::FakeApache" at /home/feelsafe/public_html/www/autohandler line 674.

for code $r->log-> which is work fine under request_class MasonX::Request::WithApacheSession

My application work now under HTML::Mason::PSGIHandler When I run under HTML::Mason::ApacheHandler all is fine

autarch commented 4 years ago

From drolsky@cpan.org (@autarch) on 2015-12-19 19:56:33 :

On Thu Sep 10 07:39:50 2015, kes-kes@yandex.ru wrote:

Can't locate object method "log" via package "HTML::Mason::FakeApache" at /home/feelsafe/public_html/www/autohandler line 674.

for code $r->log-> which is work fine under request_class MasonX::Request::WithApacheSession

My application work now under HTML::Mason::PSGIHandler When I run under HTML::Mason::ApacheHandler all is fine

Are you asking for FakeApache to implement a log method?

I don't really understand this bug report. Do you have some code demonstrating the problem?