We ( have ) to use filemaker for a customer but we get a field not found error when adding the request.
This is the code we're using which is serving the $_POST values. (I know that I'm using mass assignment but this is currently in a testing phase)
$newRequest = $fm->newAddCommand('REGISTRATIE', $_POST);
$return = $newRequest->execute();
When we print the results of $return
we get the following error without further information.
Any idea what might be wrong?
tabel::naam
– Ehtelehud