Cannot create new surveys
(6 posts) (4 voices)-
I have the latest version of Survey installed and am using WP 2.8.3 (also tried on 2.7.1).
The problem is that when I select to create a new survey I get a message to insert [SURVEYS 9] into the post (or whatever the number is) and I can add a question, however when I select Manage Surverys I just see a message saying "No surveys found" so cannot edit. Any ideas?Posted 2 years ago # -
Hmm - I'm looking into this.Posted 2 years ago #
-
I am having the same issue, on the same version number. Any suggestions on what we can try?Posted 2 years ago #
-
Yep, i can't add or modify a survey now that i have updated the plugin :s i'm running 2.8.4 and the last plugin version.
I don't really understand why.
I'm going to try an older version of the plugin, it will maybe work.Posted 2 years ago # -
Has this been resolved? I just downloaded and installed the Surveys plugin and am having the same problem with WP 2.8. TIA.
After a little investigation it looks like the problem is that the surveys_survey.final_screen column is defined as NOT NULL and this column is not specified on the INSERT in survey_action.php. This is causing the INSERT to fail. Changing the column to NULL or changing the INSERT to specify a value both solve the problem.Posted 2 years ago # -
I tried: "After a little investigation it looks like the problem is that the surveys_survey.final_screen column is defined as NOT NULL and this column is not specified on the INSERT in survey_action.php. This is causing the INSERT to fail. Changing the column to NULL or changing the INSERT to specify a value both solve the problem. "
...but I still get 404s. Is there anything else I should check?
Thanks,
Andrew
Posted 2 years ago #
Reply
You must log in to post.