Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Uri Guttman
> "MC" == Mimi Cafe writes: MC> yes, probably the space was the cause of the issue. I did not MC> notice it untill I went back to change the quotes. hopefully you have learned a lesson about quoting strings. but you haven't about quoting emails. my entire email was quoted below your repl

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Mimi Cafe
yes, probably the space was the cause of the issue. I did not notice it untill I went back to change the quotes. Mimi On 19 April 2010 19:16, Uri Guttman wrote: > > "MC" == Mimi Cafe writes: > > MC> Hmm, the single quotes did help. I am used to double quotes as > MC> they make me feel I

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Uri Guttman
> "MC" == Mimi Cafe writes: MC> Hmm, the single quotes did help. I am used to double quotes as MC> they make me feel I am properly quoting, but now I have learnt the MC> hard way. there is no reason single vs double quotes would make any difference as there was no interpolation going o

RE: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Mimi Cafe
Subject: AW: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL Owen wrote: > On Mon, 19 Apr 2010 00:14:44 +0100 > Mimi Cafe wrote: > > > I get following error when trying to open a session using > > Apache::Session::M

AW: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Thomas Bätzler
Owen wrote: > On Mon, 19 Apr 2010 00:14:44 +0100 > Mimi Cafe wrote: > > > I get following error when trying to open a session using > > Apache::Session::MySQL. > > > > > > > > Here is what I have > > > > > > > > 38 tie %session, " Apache::Session::MySQL", undef,{ There is leading whitespa

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Owen
> 39 Handle => $dbh, > > 40 LockHandle => $dbh > > 41 }; > > > > > > Could not create new session: Can't locate object method "TIEHASH" via > package " Apache::Session::MySQL" at /var/www/cgi-bin/L

Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-18 Thread Mimi Cafe
w session: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL" at /var/www/cgi-bin/Lib/Session.pm line 38. Could not create new session: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL" at /var/www/cgi-bin/lib/Session.pm line 38

Re: Can't locate object method "TIEHASH" via package "Apache::Session::MySQL"

2006-01-31 Thread The Ghost
Are you sure that a. the module is installed in a directory that is in @INC and b. that you are using the module (ie use Apache::Session::MySQL;). Given that fact that it worked before, but not now I would assume that it is a module installation problem, not a code problem. a yes b oddly enoug

Re: Can't locate object method "TIEHASH" via package "Apache::Session::MySQL"

2006-01-31 Thread Chas Owens
On 1/31/06, The Ghost <[EMAIL PROTECTED]> wrote: > All the sudden I'm having problems with this module. Ever since I > switched servers. > > # perl -v > > This is perl, v5.8.7 built for i386-freebsd-64int > > Apache::Session is up to date (1.80). > Apache::Session::MySQL is up to date (1.01). > DB

Can't locate object method "TIEHASH" via package "Apache::Session::MySQL"

2006-01-31 Thread The Ghost
All the sudden I'm having problems with this module. Ever since I switched servers. # perl -v This is perl, v5.8.7 built for i386-freebsd-64int Apache::Session is up to date (1.80). Apache::Session::MySQL is up to date (1.01). DBD::mysql is up to date (3.0002). oh, my code: eval {