Gerald Richter <[EMAIL PROTECTED]> wrote:
> >
> > This one still happens with the cvs version.
>
> Does it change anything if you add a
>
> Embperl_Session_Handler_Class no
>
> to your httpd.conf ?
No, I already had that...
I will forward my httpd.conf to you privately (don't want that "out
I'm trying to use Apache/mod_perl and ErrorDocument.
With what I have right now if I try to execute the script I see the
contents of my base.epl but neither the file I called (which has
deliberate syntax errors in it) or the servererror.epl file.
Currently I've got:
ErrorDocument 500 /servererro
Gerald Richter <[EMAIL PROTECTED]> wrote:
> Does it work if you say
>
> [$var $dummy $]
No, that has no effect. Interestingly, I also noticed that
[$ varx $dummy $]
produced no error message!
To make sure it was really recompiling, I changed something in the output, and
that change appeare
> In JSP you can do this:
>
>
> <%= ServletCaller.get("getcalendarXML",props)
> %>
> <%= ServletCaller.get("getprogram",props) %>
>
>
>
Do
Execute ({inputfile => 'my.xml', recipe => 'EmbperlLibXSLT',
xsltstylesheet => 'posts.xsl'})
and my.xml
>
> This one still happens with the cvs version.
Does it change anything if you add a
Embperl_Session_Handler_Class no
to your httpd.conf ?
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webs
>
> > Using [$var$] without any variables, should force strict in all parts of
the
> > page
>
> In my Core.epl, this results in an error:
>
Does it work if you say
[$var $dummy $]
?
Gerald
-
Gerald Richterecos electronic communi
Kee Hinckley wrote:
At 5:36 PM -0800 11/4/02, Andrew Lim wrote:
I need to do this thing pretty soon for my new project.
I still don't get this instruction.
Specially how to "SPIT out" image from DB and while() part.
Can you give us more detailed explanation?
Not really, since I don't know w