Re: Parsing '=' in quotes

2001-04-26 Thread Ian Van Der Poel
Gerald, Thank you. The new version 2.0b3_dev-3 fixed the problem for me. Regards IAN >>> "Gerald Richter" <[EMAIL PROTECTED]> 04/27 4:44 pm >>> >Below is a test page. I have cut down to basics and removed all the EMBPERL. Basically all I did was upgrade to version 2.0b2 without changing >anyt

Re: Parsing '=' in quotes

2001-04-26 Thread Gerald Richter
>Below is a test page. I have cut down to basics and removed all the EMBPERL. Basically all I did was upgrade to version 2.0b2 without changing >anything else. I am not sure what else could be causing this:- The problem is fix now and the new version is in the CVS. I send you a tarball as privat

Re: 2.0b3 problems

2001-04-26 Thread Gerald Richter
> > > [- Execute ($somefile) -] > > > (Blank line at top of file) now goes into an endless loop whereas: > fixed in the CVS Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserv

Re: Parsing '=' in quotes

2001-04-26 Thread Ian Van Der Poel
Gerald, Below is a test page. I have cut down to basics and removed all the EMBPERL. Basically all I did was upgrade to version 2.0b2 without changing anything else. I am not sure what else could be causing this:- Integrated Titles System Enter Plan Reference:   Ho

Re: Parsing '=' in quotes

2001-04-26 Thread Gerald Richter
>I am testing version 2.0b2 and I am getting an error with the following: > >onChange="javascript:this.value=this.value.toUpperCase();" > >This line appears in the HTML page as > >onChange="javascript:this. value="this" .value.toUpperCase();" I don't get this here. It works correct for me. Can

Parsing '=' in quotes

2001-04-26 Thread Ian Van Der Poel
I am testing version 2.0b2 and I am getting an error with the following: onChange="javascript:this.value=this.value.toUpperCase();" This line appears in the HTML page as onChange="javascript:this. value="this" .value.toUpperCase();" The above works fine with version 1.3 I am using the followi

RE: 2.0b3 problems

2001-04-26 Thread Jonny Cavell
Hi, [- Execute ($somefile) -] (Blank line at top of file) now goes into an endless loop whereas: [- Execute ($somefile) -] Now works fine! Thanks Jonny J>-Original Message- J>From: Gerald Richter [mailto:[EMAIL PROTECTED]] J>Sent: Thursday, April 26, 2001 2

Chaining Handlers

2001-04-26 Thread Roediger Stephan
Hi, I've tried to get Apache::OutputChain working - no success. My intention was to do sth. like . In the mentioned file are Embperl statements included. After doing Apache::SSIChain, Embperl statements should be executed. But the Embperl handler does only recognize Embperl statements in structur

Re: 2.0b3 problems

2001-04-26 Thread Gerald Richter
Hi, I have resolved most of the problems (and a few more). I send a new version to Mike. Anybodyelse can get the corrected version from the CVS (use branch Embperl2c). Here is what I have done: > Putting > > [- # foo -] > > in a file works under embperl 1.3, but under this version > gives an err

Re: Hello, world! on Apache/Windows

2001-04-26 Thread Gerald Richter
> I have succesfuly installed Embperl, but when I try to run 'Hello, world' > EmbperlObject example, i get Dr.Watson (application execution error - > instruction on adres xxx has refferenced 0x0009). After seting Embperl to > flush logfile I saw this error: > > [252]MEM: Load d:/inetpub/wwwroot/em

RE: embperl 2.0b3_dev - weird problem

2001-04-26 Thread Jonny Cavell
Other issues found when using embperl 2.0b3_dev: * POD Seems to need to be put within embperl comments * Calling Execute inside HTML tags does not work properly * Line counting sometimes seems to go awry - errors often reported on lines beyond the end of a file * Unsure what this error means: ERR

RE: embperl 2.0b3_dev and [- on first line

2001-04-26 Thread Michael Stevens
This seems to be the source of the problem I just posted about (subject "2.0b3 again"). Michael > -Original Message- > From: Michael Smith > Sent: Thursday, April 26, 2001 11:16 AM > To: '[EMAIL PROTECTED]' > Subject: embperl 2.0b3_dev and [- on first line > > > Hi Gerald - and anyone

yet another 2.0b3 problem

2001-04-26 Thread Michael Stevens
Hi. I've got some code: --cut here-- [$ foreach $item (qw(a b c d e f g h )) $] [- print OUT $item -] [$ endforeach $] --cut here-- which under embperl 1.3 produces the following html: --cut here-- a b c d e f g h --cut here-- But under the 2.0b3 we're running, it produces: --

Re: 2.0b3 problems

2001-04-26 Thread Gerald Richter
Hi, I currently working on all that issuses you send me. Some of them may already solved in my development version here by some fixes I made today morning. The others I hope to sort out this afternoon, so you will get an update later or today morning. Gerald ---

embperl 2.0b3_dev and [- on first line

2001-04-26 Thread Michael Smith
Hi Gerald - and anyone else using embperl 2.0 We've found out that a [- on the first line of an epl file seems to be ignored. So that for example this file: -- [- Execute('x.epl') -] -- gives no output, whereas this file -- [- Execute('x.epl') -] -- gives the output you would expect. I gue

RE: 2.0b3 again

2001-04-26 Thread Michael Stevens
In fact, testing more, this seems to also work if header.epl is completely empty. > -Original Message- > From: Michael Stevens > Sent: Thursday, April 26, 2001 11:02 AM > To: '[EMAIL PROTECTED]' > Subject: 2.0b3 again > > > Hi. > > I've got two files. > > One contains: > > [- chdi

2.0b3 again

2001-04-26 Thread Michael Stevens
Hi. I've got two files. One contains: [- chdir "/export/home/michaels/public_html/"; -] [- Execute('header.epl'); -] foo and header.epl contains: [+ $param[0] +] [+ $param[0] +] This used to work under embperl 1.3, but under 2.0b3 gives the following error: [13385]

Hello, world! on Apache/Windows

2001-04-26 Thread Lukas Zapletal
I have succesfuly installed Embperl, but when I try to run 'Hello, world' EmbperlObject example, i get Dr.Watson (application execution error - instruction on adres xxx has refferenced 0x0009). After seting Embperl to flush logfile I saw this error: [252]MEM: Load d:/inetpub/wwwroot/embperl/base.

Re: Permission denied - logfile

2001-04-26 Thread Gerald Richter
> I configured Embperl on Windows/Apache 1.3 to save log in the apache > directory and I get error: > > [178]ERR: 25: Line 1: Error > [178]ERR: 26: Line 1: Logfile D:/Inetpub/wwwroot/embperl/logs open error: > Permission denied > > Where can I set permissions in Apache? > You have to set the

Permission denied - logfile

2001-04-26 Thread Lukas Zapletal
I configured Embperl on Windows/Apache 1.3 to save log in the apache directory and I get error: [178]ERR: 25: Line 1: Error [178]ERR: 26: Line 1: Logfile D:/Inetpub/wwwroot/embperl/logs open error: Permission denied Where can I set permissions in Apache? My httpd.conf: PerlSetEnv EMBPERL_ESC