[ic] one store gone nuts - Different, anyway.

docelic docelic at deleuze.hcoop.net
Sun Sep 9 16:03:59 EDT 2007


On Sun, Sep 09, 2007 at 03:38:53PM -0400, Glenn McCalley wrote:
> 
> Now!  Something New!
> Each order placed fails the first time through on "Place Order" at checkout 
> with
> There were errors in your last submission:
> 
>  (Customer record creation): There was an error adding you to the customer 
> table.
> 
> icdebug file shows the following:
> Number found where operator expected at (eval 1003) line 2, near "1
>                              1"
>                 (Missing operatore before
>                              1?)

Hey Glenn, take a look at the error log. If the query was passed to the
DB, but it failed, then you'd see the actual query contents and could
spot which field was not quoted, or had no value or similar problem..

If the query was not passed to the DB (i.e. the error happens before
that), then you should be able to get at least some more context info
from debug+error logs to find out the exact location of the problem.

If you can't get that, then try looking in the code for something
that could, after improper interpolation, end up being:

"1
1"

(At least the '1\n1' is what you seem to have pasted as icdebug error).

-doc



More information about the interchange-users mailing list