Well, that's what I think I've done: I opened the file rsobj.php and changed, on line 12
$ this-> Debug = false;
to
$ this-> Debug = true;
And the result has been the same: when clicking the submit button of my form, the application window remains blank with the message:
There is an error in your SQL syntax.
Thank you