This complaint is probably familiar but I'll detail it again anyway"
On our MantisBT installation, a failure webpage is loaded when a form submission fails to validate. (A required field may not have been completed. Or a session times out and an "invalid security token" failure is reported.) The page suggests correcting the problem with the form data after returning to the form.
Code: Select all
Please use the "Back" button in your web browser to return to the previous pageI an old (and ugly) workaround for the "invalid security token" but not the 'required field' problem:
> You can disable session validation by adding the following line to file
Code: Select all
config_inc.phpCode: Select all
Code: Select allCode: Select all
$g_session_validation = OFF;