[Plugin: WP Survey And Quiz Tool] Quiz sometimes failing after details submission
-
Hello,
I have a version of the quiz tool currently live at https://telegraph.co.uk/quiz, which is great. Unfortunately, a large number of people are experiencing the same problem, which goes like this:
1. person fills in personal details form
2. click submit
3. instead of getting the first page of the quiz, they get the “quiz is not enabled” error message.This message is coming from includes/site/quiz.php, around line 53 (I’ve made a few changes so I’m not precisely sure). It’s being printed because
$_SESSION['wpsqt'][$quizName]['quiz_details']['status'] != 'enabled'
. This should have been populated in the first step, when$step
is0
.If you have any advice about how to debug this, I would really appreciate it!
Thanks,
J.
- The topic ‘[Plugin: WP Survey And Quiz Tool] Quiz sometimes failing after details submission’ is closed to new replies.