We use filemaker for the client, but when adding a request, we get an error not found in the field.
This is the code we use that serves for the values โโof $ _POST. (I know that I am using bulk assignment, but it is currently under testing)
$newRequest = $fm->newAddCommand('REGISTRATIE', $_POST); $return = $newRequest->execute();
When we print the results of $return , we get the following error without additional information.
Any idea what could be wrong?
Complete error log
http://pastebin.com/eqYHdDdT
source share