Re: [Mason] CGI::Session not working with Mason

2008-01-10 Thread Perrin Harkins
On Jan 10, 2008 4:09 AM, Cina, Pavel (external) <[EMAIL PROTECTED]> wrote: > the problem with loading of CGI::Session I have solved by preloading of CGI > module (PerlModule CGI) directly by the start of apache server in http.conf. Okay, that means you have a permissions problem. When apache sta

Re: [Mason] CGI::Session not working with Mason

2008-01-10 Thread Cina, Pavel (external)
S); Cheers Pavel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perrin Harkins Sent: Tuesday, January 08, 2008 6:36 PM To: Cina, Pavel (external) Cc: mason-users@lists.sourceforge.net Subject: Re: [Mason] CGI::Session not working with Mason On Jan 8,

Re: [Mason] CGI::Session not working with Mason

2008-01-08 Thread Perrin Harkins
On Jan 8, 2008 4:59 AM, Cina, Pavel (external) <[EMAIL PROTECTED]> wrote: > I don't think that this is a problem of the path. That is what your error message is saying. It could be a permissions problem preventing the path from being read by your apache server. > I have read somewhere in interne

Re: [Mason] CGI::Session not working with Mason

2008-01-08 Thread Raymond Wan
Hi Pavel, I guess I shouldn't be the person to reply since I'm not much of a Mason expert, however, what you mention sounds a little like a question I asked last year. Take a look at this message and the thread it belongs to to see if it helps you any. http://marc.info/?l=mason&m=11815870030

Re: [Mason] CGI::Session not working with Mason

2008-01-08 Thread Cina, Pavel (external)
pdate 1. CGI::Session 4.20 Cheers Pavel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perrin Harkins Sent: Thursday, December 20, 2007 9:10 PM To: Cina, Pavel (external) Cc: mason-users@lists.sourceforge.net Subject: Re: [Mason] CGI::Session not worki

Re: [Mason] CGI::Session not working with Mason

2007-12-20 Thread Perrin Harkins
On Dec 20, 2007 7:53 AM, Cina, Pavel (external) <[EMAIL PROTECTED]> wrote: > Error during compilation of /srv/www/htdocs/mason/bad_session.html: > Can't locate CGI/Session.pm in @INC The error message says it's not in your @INC. Print out your @INC and see what it is and what adjustments you nee

[Mason] CGI::Session not working with Mason

2007-12-20 Thread Cina, Pavel (external)
Hello, I'm new to mason and I have a question: Why I can't use CGI::Session while using the Mason? When I call 'use CGI::Session;' in a mason page, I will get error message: Error during compilation of /srv/www/htdocs/mason/bad_session.html: Can't locate CGI/Session.pm in @INC But when I use C