View Issue Details

This bug affects 1 person(s).
 14
IDProjectCategoryView StatusLast Update
07278Bug reportsSurvey participants (Tokens)public2013-02-13 22:11
Reporterfairsay Assigned Toc_schmitz  
PriorityimmediateSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary07278: Completing survey from pre-existing token fails on final submit
Description

I have a survey where there are a bunch of participants in the token table (and have been over many upgrades of limesurvey). Recently, when these people tried to complete a partially completed survey it would fail on final submit.

I've set this to 'major' and priority 'immediate' since anyone upgrading while running existing surveys using tokens will find their participants can't complet the survey. However I have solved the problem (at least it seems that way not being a developer!)

Additional Information

On setting debug level to 2, the error indicated that the 'usesrow' variable in the application/helpers/frontend_helper.php file couldn't be found.

On investigation, a recent update of application/helpers/frontend_helper.php has resulted in this variable being renamed to 'oTokenInformation' but once instance of 'usesrow' remained.

to fix, simply replace the one remaining instance of 'usesrow' with 'oTokenInformation' and the problem seems to be resolved.

TagsNo tags attached.
Bug heat14
Complete LimeSurvey version number (& build)130206
I will donate to the project if issue is resolvedNo
BrowserSafari, Chrome
Database type & versionMYSQL 5
Server OS (if known)Linux
Webserver software & version (if known)Apache
PHP Version5.3

Relationships

has duplicate 07291 closedc_schmitz Submitting Survey Problems 

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2013-02-07 21:17

administrator   ~23992

Thank you - good catch!

c_schmitz

c_schmitz

2013-02-07 21:17

administrator   ~23993

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11579

fairsay

fairsay

2013-02-07 21:31

reporter   ~23995

My pleasure! I just wish I was more apt at fixing bugs and coding.

c_schmitz

c_schmitz

2013-02-07 22:45

administrator   ~24008

Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11599

c_schmitz

c_schmitz

2013-02-13 22:11

administrator   ~24057

New build 130213 released.

Related Changesets

LimeSurvey: master 3b6102cc

2013-02-07 20:17:23

c_schmitz

Details Diff
Fixed issue 07278: Completing survey from pre-existing token fails on final submit Affected Issues
07278
mod - application/helpers/frontend_helper.php Diff File

LimeSurvey: 2.1 95807075

2013-02-07 21:44:34

c_schmitz

Details Diff
Fixed issue 07278: Completing survey from pre-existing token fails on final submit Affected Issues
07278
mod - application/helpers/frontend_helper.php Diff File

Issue History

Date Modified Username Field Change
2013-02-07 15:26 fairsay New Issue
2013-02-07 21:17 c_schmitz Assigned To => c_schmitz
2013-02-07 21:17 c_schmitz Status new => assigned
2013-02-07 21:17 c_schmitz Note Added: 23992
2013-02-07 21:17 c_schmitz Status assigned => resolved
2013-02-07 21:17 c_schmitz Fixed in Version => 2.00+
2013-02-07 21:17 c_schmitz Resolution open => fixed
2013-02-07 21:17 c_schmitz Changeset attached => LimeSurvey master 3b6102cc
2013-02-07 21:17 c_schmitz Note Added: 23993
2013-02-07 21:31 fairsay Note Added: 23995
2013-02-07 22:45 c_schmitz Changeset attached => LimeSurvey 2.1 95807075
2013-02-07 22:45 c_schmitz Note Added: 24008
2013-02-12 22:55 c_schmitz Relationship added has duplicate 07291
2013-02-13 22:11 c_schmitz Note Added: 24057
2013-02-13 22:11 c_schmitz Status resolved => closed
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)