• I just installed WP-Surveys on WP 2.8.1.
    The install seemed to go fine but trying to create my first survey I get a DB error.

    WP-Surveys download page says it is compatible up to v2.7 but I’ve seen nothing so far about it NOT working with 2.8.

    So I’m just wondering if anyone else has the same issue or if anyone can help me diagnose the error below. I tried twice and each time I get the same error:

    WordPress database error Field 'survey_page_chain' doesn't have a default value for query INSERT INTO <code>ss01_surveys</code> (<code>survey_name</code>, <code>survey_describe</code>, <code>survey_open</code>) VALUES ('Test', 'Test', 1); made by do_action, call_user_func_array, manage_surveys, add_survey
Viewing 1 replies (of 1 total)
  • Thread Starter xyxoxy

    (@xyxoxy)

    Update:
    I’m uninstalling this plugin.
    I actually got past the previous error by allowing NULLS on that field… then hit two more of the same on other fields. Is it just me or why would you set NULL as the default value of a field that doesn’t allow NULLS?

    After those I hit an error where it looks like an empty string is being inserted into an identity field. I only really know MS SQL so I’m under the impression you just leave those fields out of your insert statement.

    Aside from it just not working… I’m mainly removing this plugin because I just realized it does not allow a free-form answer to a question. Didn’t realize that.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Surveys and 2.8?’ is closed to new replies.