Hello, I just found a bug in line 2 ( or I should say zen-cart found it ) where the comment header wasn't properly escaped.
The correction is simple.
line 2 reads
Code:
/*
then lines 3-21 all start with
Code:
//
you need to change line 21 so that it reads
Code:
// */
.
This must be done in the CORE echeck.php file because if you change it in an overide folder it for some reason doesn't change the error output in the backend. Thought someone should know.