Hi,
I updated Apache::Session from 1.0x to 1.53, changed the config files
and now get errors:
Can't locate object method "close" via package
"Apache::Session::Store::MySQL" at
/usr/local/lib/perl5/site_perl/5.6.0/i686-linux/HTML/Embperl/Session.pm
line 370.
I am using embperl 1.3b6 (I hope so ;) ) on mod_perl/1.23
i HTML::Embperl sais:
INST_VERSION 49.46.51.98.53
It seems that there some diffrent versions have a conflict?
My start-up.pl contains:
BEGIN
{
$ENV{EMBPERL_SESSION_CLASSES} = "MySQL MySQL";
$ENV{EMBPERL_SESSION_ARGS} = "DataSource=dbi:mysql:session
UserName=session
Password=i-dont-tell-u
LockDataSource=dbi:mysql:session
LockUserName=session
LockPassword=who-knows?";
};
use HTML::Embperl;
With a different httpd I also use
$ENV{EMBPERL_COOKIE_EXPIRES} = "+1y";
and this also doesn't work.
So my idea was: there are old HTML::Embperl-Files / Part of the module?
But HTML::Embperl::Session is also up to date and line 370 is part of
the 1.5x-Session handling code ...
I installed all with the CPAN-Module.
any hints?
Thanx and Ciao
Alvar
--
Alvar C.H. Freude | [EMAIL PROTECTED]
Demo: http://www.online-demonstration.org/ | Mach mit!
Blast-DE: http://www.assoziations-blaster.de/ | Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/ | Blast/english
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]