Question ID not set
Permalink
Sometimes my users (valid users, not spam) are seeing this error;
I can find where it happens, but why does it happen?
The code seems simple enough;
But I need to understand further what this is and why it is here?
Thanks
Oops, something is wrong with the form you posted (it doesn't have a question set id).
I can find where it happens, but why does it happen?
The code seems simple enough;
//question set id $qsID=intval($_POST['qsID']); if($qsID==0) throw new Exception(t("Oops, something is wrong with the form you posted (it doesn't have a question set id)."));
But I need to understand further what this is and why it is here?
Thanks
I checked this on a form I have and it reads like this:
Not sure though what might cause this to have a zero value. You might try rebuilding the form or part of it and see if that changes the qsID value.