>
> [Wed Mar 28 13:09:46 2001] [error] Can't locate object method
"getinitialid"
> via package "HTML::Embperl::Session" at
> /opt/perl5.004_04/lib/site_perl/HTML/Embperl.pm line 1798, <GEN9> chunk
31.
>

This is a bug in 1.3.1. It is corrected in the current CVS version. I append
you a mail which contains a patch to fix it

Gerald
----- Original Message -----
From: "Gerald Richter" <[EMAIL PROTECTED]>
To: "Sun Choi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 5:15 PM
Subject: Re: HTML::Embperl::Req::SetSessionCookie generates error


> Hi,
>
> thanks for the addtional infos. I just checked it out and you are right.
> It's an bug in 1.3.1. Try to change line 1797 and 1798 in Embperl.pm from
>
>         my $id     = $udat -> getid ;
>         my $initialid     = $udat -> getinitialid ;
>
> to
>
>         my ($initialid, $id, $modified)     = $udat -> getids ;


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