Prototype mismatch: sub main::strftime

2008-08-25 Thread Darragh Gammell
Hi I'm getting this error in my apache logs but I've no idea how to fix it. Any help would be much appreciated. [Tue Aug 26 10:07:55 2008] [error] [client ] Prototype mismatch: sub main::strftime: none vs ($\\@;$) at /usr/share/perl/5.8/Exporter.pm line 66., referer:

$m-session

2007-12-11 Thread Darragh Gammell
Does anyone know what $m-session pertains to. ie. Is it part of a mod_perl or mason package. I am attempting to run this command on a site using mod_perl2, Apache2 and Mason 1.37 but keep getting an error: Can't locate object method session via package HTML::Mason::Request::ApacheHandler at

Re: $m-session

2007-12-11 Thread Darragh Gammell
From the mason devel Manual we see: $m, the Mason request object, provides an analogous API for Mason. Almost all Mason features not activated by syntactic tags are accessed via $m methods. But looking under HTML::Mason::Request - Mason Request Class there is no reference to $m-session. This is

Can't locate object method session via package HTML::Mason::Request::ApacheHandler

2007-12-06 Thread Darragh Gammell
Hi My apologies if this is the second instance this query. I sent the same mail 3 days ago but have not seen it appear on the mailing listso here goes again. Ive recently tried moving a website from an old server which is having hardware issues to a recently purchased server. Old Server

Re: Can't locate object method session via package HTML::Mason::Request::ApacheHandler .

2007-12-05 Thread Darragh Gammell
Hi Ive recently tried moving a website from an old server which is having hardware issues to a recently purchased server. Old Server ran: Linux 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005 i686 GNU/Linux Mason 1.21 mod_perl and apache 1.3 I'm now trying to get the same website