Hi all,
I'm getting the following error when trying to update records:
"Warning: Header may not contain more than a single header, new line detected. in [...] dataface/actions/edit.php on line 167"
The error refers to the following:
/*
*
* Redirect the user to the appropriate record.
*
*/
header("Location: $link");
exit;
Can anyone steer me in the right direction to fix this?
Thank you!