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/
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
>
> 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
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
> 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,
>
> 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,
> > 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
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.
>