- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
/var/www/html/limesurvey/application/helpers/frontend_helper.php(821) foreach ($_SESSION['survey_'.$surveyid]['insertarray'] as $value) 820 { 821 $email .= "$value: {$_SESSION['survey_'.$surveyid][$value]}\n"; 822 } var/www/html/limesurvey/application/helpers/expressions/em_manager_helper.php(5202): submitfailed("") 5201 $message .= $this->gT("Unable to insert record into survey table"); // TODO - add SQL error? 5202 echo submitfailed(''); // TODO - report SQL error? /var/www/html/limesurvey/application/helpers/expressions/em_manager_helper.php(5504): LimeExpressionManager->_UpdateValuesInDatabase(array(), false) /var/www/html/limesurvey/application/controllers/survey/index.php(579): SurveyRuntimeHelper->ru /var/www/html/limesurvey/application/helpers/SurveyRuntimeHelper.php(342): LimeExpressionManager::NavigateForwards()
michaelve wrote: In the meantime I found the solution to the error.
In the process of updating the database the sequences were not updated. The survey and survey timings contained 300 responses; the sequence values were much lower. By restarting the sequences at 301 the survey runs again.