View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
06104Bug reportsSurvey takingpublic2012-05-28 15:12
ReporterFred Assigned ToDenisChenu  
PrioritynormalSeverityblock 
Status closedResolutionfixed 
Product Version2.00RC1 
Fixed in Version2.00RC2 
Summary06104: Can't submit a survey
Description

Since RC1, LS is crashing when pressing submit. Says undefined index: datestamp

Steps To Reproduce

Tried with a few different surveys, including date stamped and non-datestamped

Additional Information

PHP notice

Undefined index: datestamp

/Users/fred/Dropbox/MAMP/htdocs/limesurvey/application/helpers/expressions/em_manager_helper.php(3446)

3434 }
3435 }
3436 }
3437 }
3438 if ($bQuotaMatched)
3439 {
3440 check_quota('enforce',$this->sid); // will create a page and quit.
3441 }
3442 else
3443 {
3444 if ($finished) {
3445 $sQuery = 'UPDATE '.$this->surveyOptions['tablename'] . " SET "
3446 .dbQuoteID('submitdate') . "=" . dbQuoteAll($_SESSION['datestamp'])
3447 ." WHERE ID=".$_SESSION[$this->sessid]['srid'];
3448 dbExecuteAssoc($sQuery); // Checked
3449 }
3450 }
3451
3452 }
3453 if (($this->debugLevel & LEM_DEBUG_VALIDATION_SUMMARY) == LEM_DEBUG_VALIDATION_SUMMARY) {
3454 $message .= $query;
3455 }
3456 }
3457 return $message;
3458 }

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)000000
I will donate to the project if issue is resolvedNo
BrowserChrome, Safari
Database type & versionMySQL 5.5.9
Server OS (if known)Mac OS Lion
Webserver software & version (if known)Apache 2.2.17
PHP Version5.3.6

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2012-05-16 19:03

developer   ~18788

Think this one do the job : http://git.io/pNyL9A

Fred

Fred

2012-05-16 22:12

reporter   ~18801

Ok thanks. I synced from Github and now it is working I think

c_schmitz

c_schmitz

2012-05-28 15:12

administrator   ~18955

Version 2.00RC2 released.

Issue History

Date Modified Username Field Change
2012-05-16 17:06 Fred New Issue
2012-05-16 19:03 DenisChenu Note Added: 18788
2012-05-16 22:12 Fred Note Added: 18801
2012-05-17 09:10 c_schmitz Status new => resolved
2012-05-17 09:10 c_schmitz Fixed in Version => 2.00RC2
2012-05-17 09:10 c_schmitz Resolution open => fixed
2012-05-17 09:10 c_schmitz Assigned To => c_schmitz
2012-05-17 10:09 DenisChenu Assigned To c_schmitz => DenisChenu
2012-05-17 10:09 DenisChenu Status resolved => assigned
2012-05-17 10:09 DenisChenu Status assigned => resolved
2012-05-28 15:12 c_schmitz Note Added: 18955
2012-05-28 15:12 c_schmitz Status resolved => closed