Hello,

Looking at the following file using netbeans IDE, i got a syntax error highlighted on line 156, indicating unterminated string literal.

\includes\modules\pages\address_book_process\jscript_main.php

check_state(<?php echo (int)ENTRY_STATE_MIN_LENGTH . ', "' . ENTRY_STATE_ERROR . '", "' . ENTRY_STATE_ERROR_SELECT; ?>");

Looking at the code its apparent that the last " is too much. Removing it, removes the error.

Same error also existed in file

account_edit/jscript_form_check.php, although on a different line (don't know anymore which).

account_password/jscript_form_check.php also on line 156.

I presume that all those files have this error.