View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
05726Bug reportsSurvey takingpublic2012-03-14 21:08
Reporterc_schmitz Assigned ToTMSWhite  
PrioritynormalSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.92RC3 
Target Version1.92RC4Fixed in Version1.92RC4 
Summary05726: Notices when testing survey
Description

Survey imports fine now - on runtime it creates several notices though. I think it is because it is using a non-sequential question_order.

Notice: Undefined offset: 27 in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 3796

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 3863

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4363

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4366

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4382

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4422

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4423

Notice: Undefined index: in D:\web\xampp\htdocs\limesurvey_dev\classes\eval\LimeExpressionManager.php on line 4424

Steps To Reproduce

Import attached survey with LimeSurvey 1.92RC3 and test the survey.

Additional Information

Issue exists in _dev and _yii

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)12263
I will donate to the project if issue is resolvedNo
BrowserMozilla Firefox 9.0
Database type & versionmysql
Server OS (if known)Windows XP
Webserver software & version (if known)xampp
PHP Version5.3.8

Users monitoring this issue

There are no users monitoring this issue.

Activities

TMSWhite

TMSWhite

2012-02-03 20:09

reporter   ~17216

the core problem is that one of the questions (#21 - Matrix5Punkte) did not have any sub-questions, so no $fieldmap entry was created for it.

That is apparent when you try to activate the survey (which I should have tried first).

Options for Show Survey Logic are:
(1) Don't show the question at all - so won't say there are any errors
(2) Find a way to have it say there are errors.

For now, I'm going to keep Show Survey Logic as is so that doesn't show any errors until get to activate Survey. Later, we can improve Show Survey Logic

TMSWhite

TMSWhite

2012-02-03 20:16

reporter   ~17217

Fixed in revision 12331

c_schmitz

c_schmitz

2012-02-14 14:10

administrator   ~17424

1.92RC4 released

Related Changesets

LimeSurvey: Yii b04da88c

2012-02-03 11:20:25

TMSWhite

Details Diff
Fixed issue 05726: Notices when testing survey

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12332 b72ed6b6-b9f8-46b5-92b4-906544132732
Affected Issues
05726
mod - application/helpers/common_helper.php Diff File

Issue History

Date Modified Username Field Change
2012-01-31 09:55 c_schmitz New Issue
2012-01-31 09:55 c_schmitz Status new => assigned
2012-01-31 09:55 c_schmitz Assigned To => TMSWhite
2012-01-31 09:55 c_schmitz Issue generated from: 05658
2012-02-03 01:01 TMSWhite Target Version => 1.92RC4
2012-02-03 20:09 TMSWhite Note Added: 17216
2012-02-03 20:16 TMSWhite Note Added: 17217
2012-02-03 20:16 TMSWhite Status assigned => resolved
2012-02-03 20:16 TMSWhite Fixed in Version => 1.92RC4
2012-02-03 20:16 TMSWhite Resolution open => fixed
2012-02-14 14:10 c_schmitz Note Added: 17424
2012-02-14 14:10 c_schmitz Status resolved => closed
2012-03-14 21:08 TMSWhite Changeset attached => Import 2012-03-09 13:30:34 Yii b04da88c