Re: 2.0b8: MailFormTo and strange crashes

2002-11-07 Thread Neil Gunton
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

error document

2002-11-07 Thread Jordan Baker
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

Re: Global 'use strict' in 2.x

2002-11-07 Thread Neil Gunton
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

Re: Multiple xml inputfiles?

2002-11-07 Thread Gerald Richter
> 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

Re: 2.0b8: MailFormTo and strange crashes

2002-11-07 Thread Gerald Richter
> > 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

Re: Global 'use strict' in 2.x

2002-11-07 Thread Gerald Richter
> > > 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

Re: Display Blob from database

2002-11-07 Thread Wim Kerkhoff
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