Thread Problem mit Apache::Session::MySQL: MD5 stirbt (7 answers)
Opened by Gast at 2005-06-14 00:10

GwenDragon
 2005-06-14 12:46
#55457 #55457
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
Weitere Fehlermeldungen beim ersten Aufruf:
Quote
error: Object does not exist in the data store at /usr/local/share/perl/5.8.4/Apache/Session/Store/DBI.pm line 93.

context:
...
89:
90: my $results = $self->{materialize_sth}->fetchrow_arrayref;
91:
92: if (!(defined $results)) {
93: die "Object does not exist in the data store";
94: }
95:
96: $self->{materialize_sth}->finish;
97:
...
code stack: /usr/local/share/perl/5.8.4/Apache/Session/Store/DBI.pm:93
/usr/local/share/perl/5.8.4/Apache/Session.pm:496
/usr/local/share/perl/5.8.4/Apache/Session.pm:407
/var/www/devel.help-projekt.de/htdocs//Sessions.pm:12
/var/www/devel.help-projekt.de/htdocs/autohandler:139

View full thread Problem mit Apache::Session::MySQL: MD5 stirbt