I'm having the same problem as the original poster, where I will be directed to the Survey List Page when I click "next" or "submit".
However, I was able to have the original copy of the active survey work successfully by notifying me of mandatory questions, redirecting to my defined end page, and sending the results to my email.
It's since been deleted, but until today, the active survey would notify me if I hadn't filled out all of the mandatory questions (I never attempted to send complete answers), so I assumed everything was fine. Today, it started redirecting to the Survey List. I can't recall anything I've done that would cause this to fail since the last time I tested it.
I've followed the steps from this thread:
1. I turned on the debug mode. No errors are reported.
2. Here's the survey URL and $rooturl:
eyetechofgreen.com/survey/$rooturl = "http://{$_SERVER['HTTP_HOST']}/survey";
3. I didn't use any conditions on the survey
4. I created a simple two question survey called "Test" that's currently active. Same problem.
5. My surveys are in two different modes: "all-in-one" and "question-by-question". Same problem.
6. No errors are listed in the server log.
7. I don't have any problems logging into the admin screen.
8. I created a phpinfo.php file. It's located at:
eyetechofgreen.com/survey/phpinfo.php
One thing to note is that the Survey List Page uses the default template. I've created a custom template for my survey, but I've used the default template for the "test" survey.
I've tested on Safari and Firefox with the same results.
Any suggestions?
Thanks in advance for your help.