1. EuSP Error

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/

new topic     » topic index » view message » categorize

2. Re: EuSP Error

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: EuSP Error

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/

new topic     » goto parent     » topic index » view message » categorize

4. Re: EuSP Error

Set it to sum rubbish value - ie not White Space???

new topic     » goto parent     » topic index » view message » categorize

5. Re: EuSP Error

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/

new topic     » goto parent     » topic index » view message » categorize

6. Re: EuSP Error

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

new topic     » goto parent     » topic index » view message » categorize

7. Re: EuSP Error

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/

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu