View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
08386Bug reportsStatisticspublic2013-11-25 15:39
Reporterphilg Assigned Toc_schmitz  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
Product Version2.05+ 
Target Version2.05+Fixed in Version2.05+ 
Summary08386: blank page when try to export statistique of input text file
Description

the error is in the file application/helpers/admin/statistics_helper.php line 726 :
$nresult = Questions::model()->find('language=:language AND parent_qid=0 AND qid=:qid', array(':language'=>$language, ':qid'=>$qqid));

to resolve just replace Questions by Question like this :
$nresult = Question::model()->find('language=:language AND parent_qid=0 AND qid=:qid', array(':language'=>$language, ':qid'=>$qqid));

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
Browser
Database type & version
Server OS (if known)
Webserver software & version (if known)
PHP Version

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2013-11-21 11:56

administrator   ~27289

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

c_schmitz

c_schmitz

2013-11-25 15:39

administrator   ~27374

2.05RC7 released.

Related Changesets

LimeSurvey: 2.05 c2e0fe49

2013-11-21 10:56:29

c_schmitz

Details Diff
Fixed issue 08386: Blank page when try to export statistics of input text file Affected Issues
08386
mod - application/helpers/admin/activate_helper.php Diff File
mod - application/helpers/admin/import_helper.php Diff File
mod - application/helpers/admin/statistics_helper.php Diff File

Issue History

Date Modified Username Field Change
2013-11-19 14:06 philg New Issue
2013-11-19 14:08 DenisChenu Project Feature requests => Bug reports
2013-11-21 11:55 c_schmitz Assigned To => c_schmitz
2013-11-21 11:55 c_schmitz Status new => assigned
2013-11-21 11:55 c_schmitz Product Version => 2.05+
2013-11-21 11:56 c_schmitz Changeset attached => LimeSurvey 2.05 c2e0fe49
2013-11-21 11:56 c_schmitz Note Added: 27289
2013-11-21 11:56 c_schmitz Resolution open => fixed
2013-11-21 11:56 c_schmitz Status assigned => resolved
2013-11-21 11:56 c_schmitz Fixed in Version => 2.05+
2013-11-22 11:29 c_schmitz Target Version => 2.05+
2013-11-25 15:39 c_schmitz Note Added: 27374
2013-11-25 15:39 c_schmitz Status resolved => closed