[ic] How to eliminate: Safe: syntax error

Jordan M. Adler jordan at endpoint.com
Tue Mar 4 16:26:06 EST 2008


On Tue, 04 Mar 2008 15:38:09 -0500
DB <DB at M-and-D.com> wrote:
> 11.22.33.44 GTfhErNI:11.22.33.44 - [03/March/2008:09:54:26 -0500]
> store /cgi-bin/store/process Safe: syntax error at (eval 588) line 1,
> near "; =="
>  >
>  >  == 1
>  >

> [elsif type=explicit compare="[calc][data table=transactions
> col=pending key=[loop-code]] == 1[/calc]"]

> [if type=explicit compare="[calc][data table=transactions
> col=complete key=[loop-code]] == 1[/calc]"]

Check these columns in the database for NULLs and strings
that are empty or contain spaces only (/^\s*$/).  The [calc] tag both interpolates and reparses by default. 

Also, the [calc] tags in the compare parameter are superflous, and
it would be good style and less confusing to remove them.

-- 
Thanks,

Jordan M. Adler
End Point Corporation
jordan at endpoint.com


More information about the interchange-users mailing list