You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Alberto Mateos <al...@etsetb.upc.es> on 2000/10/26 08:55:58 UTC

Problem with Apache::Session::DBI

I should explain better:

Once, in one of my mod_perl files, I did this trying to delete all the
data from a session:

        tied(%session)->delete

I know is wrong.

Anyway since I did this I can't request any page from the server. I
removed the code from where it was.

The error I see in the logs is:

[error] Can't locate object method "populate" via package
"Apache::Session::DBI" at
/usr/lib/perl5/site_perl/5.005/Apache/Session.pm line 368.

Alberto.