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.
>

The message is correct, but you shouldn't see it because it is wrapped in an
eval and the errormessage is set the nothing in the next line.

The line is a workaround for a problem with Apache::Session::Store::File.

Where do you see this message? In only in your error log or do you get a 500
Internal Server error page?

I also use Mysql for session handling and don't get this error. You may try
to delete the line 370 in HTML::Embperl::Session to solve the problem, but
it would like to understand the reason.

Gerald

P.S. As Angus wrote you should load Apache::Session before HTML::Embperl,
otherwise Embperl cannot determinate the correct version.

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to