embperl bug

2020-01-07 Thread Ruben Safir
Hello I've been trying to compile embperl and I had it working at one point and then I tried to all an ssl certificate with openssl and I can not get it to work again. I can't get around this error message Error in Perl code: Can't call method "app" on an undefined value at /usr/local/lib/perl5/

Re: Embperl bug: syntax parametr in Execute not working

2004-11-24 Thread RobertCZ
Gerald Richter wrote: when I put [$ Syntax EmbperlBlocks $] in the executed file, it works as expected but when I try to set syntax in base file as a parametr in Execute call, Embperl fails with Endtag '/table' doesn't match starttag 'tr' I tested syntax => 'Text', it d

RE: Embperl bug: syntax parametr in Execute not working

2004-11-24 Thread Gerald Richter
> > when I put [$ Syntax EmbperlBlocks $] in the executed file, > it works as expected but when I try to set syntax in base > file as a parametr in Execute call, Embperl fails with > > Endtag '/table' doesn't match starttag 'tr' > > I tested syntax => 'Text', it does the same thin

Embperl bug: syntax parametr in Execute not working

2004-11-24 Thread RobertCZ
Hello, when I put [$ Syntax EmbperlBlocks $] in the executed file, it works as expected but when I try to set syntax in base file as a parametr in Execute call, Embperl fails with Endtag '/table' doesn't match starttag 'tr' I tested syntax => 'Text', it does the same thing. - Robert b

Re: Different values for SELECTs with same name (was: Embperl BUG report)

2001-10-02 Thread Gerald Richter
> sorry i didn't have a chance to track this down further and fix it, > but if you have a chance maybe you could do so... > > in 1.3.3, certain changes to the %fdat hash break parsing of selects in html forms. > > i'm attaching a simple piece of embperl that tickles the bug. > That's not a bug,

RE: MailFormTo (was: embperl bug?)

2000-07-14 Thread Gerald Richter
> > Yes, that is correct. but the fact whether or not you actually use this > variable does not appear to affect the 'bug'. > > The problem lies in the fact that the mailserver is expecting a > "MAIL" command. As long as that one is not send (and it isn't since > embperl does't even get that far,

RE: MailFormTo (was: embperl bug?)

2000-07-10 Thread Remco Brink
> > was working today on the standard MailFormTo utility function, when I ran > > into a problem trying to get the emails sent succesfully. > > > > When connecting to a Qmail or SendMail MTA, mail will not be accepted > > by the server because of missing parts in the way Embperl.pm uses > > Net::S

RE: MailFormTo (was: embperl bug?)

2000-07-06 Thread Gerald Richter
Hi, > > was working today on the standard MailFormTo utility function, when I ran > into a problem trying to get the emails sent succesfully. > > When connecting to a Qmail or SendMail MTA, mail will not be accepted > by the server because of missing parts in the way Embperl.pm uses > Net::SMTP. >