View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09307 | Bug reports | Survey participants (Tokens) | public | 2014-10-16 22:55 | 2014-11-10 12:49 |
| Reporter | DLange | Assigned To | DenisChenu | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.05+ | ||||
| Fixed in Version | 2.05+ | ||||
| Summary | 09307: Calling a survey with a non-existing token leads to PHP Warning (debug=1) | ||||
| Description | Set debug=1 results in | ||||
| Steps To Reproduce | Set debug=1 | ||||
| Additional Information | PHP notice Trying to get property of non-object /var/www/application/controllers/survey/index.php(380) 368 } Stack Trace 42 App()->getClientScript()->render($buffer); | ||||
| Tags | No tags attached. | ||||
| Bug heat | 4 | ||||
| Complete LimeSurvey version number (& build) | 2.05+ (141003) | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | not applicable | ||||
| Server OS (if known) | not applicable | ||||
| Webserver software & version (if known) | n | ||||
| PHP Version | 5.4.4 | ||||
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14592 |
|
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14594 |
|
|
Version 2.05 Build 141110 released |
|
|
LimeSurvey: master 6294082e 2014-10-23 10:09 Details Diff |
Fixed issue 09307: Calling a survey with a non-existing token leads to PHP Warning (debug=1) Dev: $oToken can be null |
Affected Issues 09307 |
|
| mod - application/controllers/survey/index.php | Diff File | ||
|
LimeSurvey: 2.06 ed9003f6 2014-10-26 11:18 Details Diff |
Fixed issue 09307: Calling a survey with a non-existing token leads to PHP Warning (debug=1) Dev: $oToken can be null Dev: Fix some merging error (b5142e78a2d006a8b73b38347af4229b6a9027f6 child) |
Affected Issues 09307 |
|
| mod - application/controllers/survey/index.php | Diff File | ||
| mod - application/helpers/frontend_helper.php | Diff File | ||
| mod - application/helpers/surveytranslator_helper.php | Diff File | ||
| mod - application/views/admin/survey/editSurvey_view.php | Diff File | ||
| mod - application/views/admin/survey/subview/tabNotification_view.php | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-10-16 22:55 | DLange | New Issue | |
| 2014-10-23 09:47 | DenisChenu | Assigned To | => DenisChenu |
| 2014-10-23 09:47 | DenisChenu | Status | new => assigned |
| 2014-10-23 10:09 | DenisChenu | Changeset attached | => LimeSurvey master 6294082e |
| 2014-10-23 10:09 | DenisChenu | Note Added: 30856 | |
| 2014-10-23 10:09 | DenisChenu | Resolution | open => fixed |
| 2014-10-23 10:10 | DenisChenu | Status | assigned => resolved |
| 2014-10-23 10:10 | DenisChenu | Fixed in Version | => 2.05+ |
| 2014-10-26 11:18 | DenisChenu | Changeset attached | => LimeSurvey 2.06 ed9003f6 |
| 2014-10-26 11:18 | DenisChenu | Note Added: 30864 | |
| 2014-11-10 12:49 | c_schmitz | Note Added: 30934 | |
| 2014-11-10 12:49 | c_schmitz | Status | resolved => closed |
| 2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |