Just want to know if Frapi really set to throw error for undeclared variables?
<?xml version="1.0" encoding="UTF-8"?>
<response>
<errors> <error code="PHP Notice error">
<message>Undefined index: errormessage (Error Number: 8), (File: /var/www/file.php at line 127)</message>
<name>PHP Notice error</name>
<at></at>
</error>
</errors>
</response>
I tried to add this on AllFiles.php
ini_set('display_startup_errors', FALSE);
ini_set('display_errors', FALSE);
Any ideas?
Regards,
Louie