Re: Stupid Execute problem

2004-11-29 Thread Dirk Jagdmann
I'm trying simple [- Execute('_ref.eo') -] In Embperl 2 you have to add a ';' in every statement in a [--] block and you have to omit it it [++] blocks. -- ---> doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org ---

Apache::SessionX problem

2004-11-29 Thread Michael Stepanov
Hi all, I've tried to use Embperl session mechanism but it works perfect on my local computer and gives me an error on production server: [Mon Nov 29 15:44:31 2004] [error] [12074]ERR: 24: Error in Perl code: Can't locate object method "generate_id" via package "Apache::SessionX" at /usr/lib/perl

Re: Stupid Execute problem

2004-11-29 Thread RobertCZ
Dirk Jagdmann wrote: I'm trying simple [- Execute('_ref.eo') -] In Embperl 2 you have to add a ';' in every statement in a [--] block and you have to omit it it [++] blocks. Thank you, I knew it would be something stupid - now it seems at least some of the problematic pages work again. - Robe

Re: Stupid Execute problem

2004-11-29 Thread RobertCZ
RobertCZ wrote: Dirk Jagdmann wrote: I'm trying simple [- Execute('_ref.eo') -] In Embperl 2 you have to add a ';' in every statement in a [--] block and you have to omit it it [++] blocks. Thank you, I knew it would be something stupid - now it seems at least some of the problematic pages wor