Project

General

Profile

error during execution of the limesurvey insert during campaign

Added by Massimiliano Antonini about 8 years ago

Hi. We found a problem while saving data during a survey. As you can see from the attached screenshot when the system tries to save survey answers into the database the following error appears:
@
Did not save

An unexpected error has occurred and your responses cannot be saved.

Try to submit again

INSERT INTO `lime_survey_33465`
(`33465X8X40`, `33465X8X41`, `33465X8X42`, `33465X8X43`, `33465X8X44`, `33465X8X45`,`lastpage`,`startlanguage`,`submitdate`) VALUES ('138', 'striker', '', '2561111111', '', 'Y',2, 'en', '2016-03-07 15:47:08')@

We noticed that it seems that goautodial doesn't create survey's table in the database. Although a record in the lime_surveys table is created with sid 33465 it seems that the appropriate table lime_survey_33465 is not.
Also,

We noticed there is a piece of code commented during creation of the limesurvey script. This piece of code refers to the list of campaigns which should appear at the bottom of the window during the wizard execution.

<!-- <div class='scripts-labels script-add-labels' ><strong>Choose Campaign:</strong></div>
<div class='scripts-values script-add-values'>
<select name="campaign_id" id="campaign_id" maxlength="30">
<option value=" ">None</option>
<option value="TESTCAMP">TESTCAMP - TEST CAMPAIGN</option>
<option value="10362758">10362758 - Survey Campaign - 2016-03-05</option>
<option value="84389598">84389598 - Survey Campaign - 2016-03-05</option>
<option value="65360745">65360745 - Outbound Campaign - 2016-03-05</option>
<option value="38942223">38942223 - Survey Campaign - 2016-03-05</option>
<option value="20462404">20462404 - Outbound Campaign - 2016-03-05</option>
<option value="50388241">50388241 - Campagna di prova</option>
<option value="70271752">70271752 - Campagna di prova 2</option>
</select>
</div> -->


Replies (1)

RE: error during execution of the limesurvey insert during campaign - Added by Demian Biscocho about 8 years ago

The Limesurvey integration with GOautodial 3.3 is broken as of now. Contributors for fixing it are welcome.

    (1-1/1)
    Go to top