1. EuSP Error
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 571 views
- Last edited Dec 20, 2005
I get this when running eusp.exe like this 'eusp.exe test.htm' .\strtok.e:245 in function parse() type_check failure, <no-name> is -1 <no-name> = -1 <no-name> = {38'&'} <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> <no-name> = <no value> ... called from eusp.ex:1 Global & Local Variables -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/
2. Re: EuSP Error
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 19, 2005
- 565 views
- Last edited Dec 20, 2005
Hi, I knew you would find this error! I found it just after I uploaded - but it doesn't happen under a server environment. It is a minor bug that can be sorted quickly, but theres no point in doin it striaght away! You can get around it by running the following batch file instead. SET QUERY_STRING = " " eusp.exe test.htm SET QUERY_STRING Obviously, when running under a server environment it is set automatically. Alex
3. Re: EuSP Error
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 555 views
- Last edited Dec 20, 2005
Alex Chamberlain wrote: > > SET QUERY_STRING = " " > eusp.exe test.htm > SET QUERY_STRING That didn't fix it. :/ -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/
4. Re: EuSP Error
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 19, 2005
- 554 views
- Last edited Dec 20, 2005
Set it to sum rubbish value - ie not White Space???
5. Re: EuSP Error
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 556 views
- Last edited Dec 20, 2005
It prints this: Content-type: text/html .\strtok.e:245 in function parse() type_check failure, <no-name> is -1 ... called from eusp.ex:1 -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/
6. Re: EuSP Error
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 19, 2005
- 558 views
- Last edited Dec 20, 2005
SET QUERY_STRING="hi" eusp.exe test.htm SET QUERY_STRING This works - only one space on top line! Erm ... and I never used PostgreSQL, but i have used mysql on and off in PHP - obvious choice! Alex
7. Re: EuSP Error
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 551 views
- Last edited Dec 20, 2005
Alex Chamberlain wrote: > > SET QUERY_STRING="hi" > eusp.exe test.htm > SET QUERY_STRING > > This works - only one space on top line! Erm ... and I never used PostgreSQL, > but i have used mysql on and off in PHP - obvious choice! Okay, worked for me that time when I took out the spaces around the '=' sign. -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/