View Issue Details

This bug affects 1 person(s).
 254
IDProjectCategoryView StatusLast Update
06915Bug reportsSecuritypublic2012-11-27 06:11
ReporterpfpDave Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary06915: Error 'Cannot modify header information' when editing group name
Description

When you edit a group name in 'Create/Edit User Groups', the error 'Cannot modify header information' is returned although the edit appears to happen.

Steps To Reproduce
  • Navigate to 'Create/Edit User Groups'
  • Select a group from the list of configured groups
  • Click 'Edit Current user group'
  • Click 'Update User Group' button
  • Error returned:
    Cannot modify header information - headers already sent by (output started at C:\limesurvey\framework\web\CController.php:794)

C:\limesurvey\application\core\Survey_Common_Action.php(204)

200 // Header
201 if(!isset($aData['display']['header']) || $aData['display']['header'] !== false)
202 {
203 // Send HTTP header
204 header("Content-type: text/html; charset=UTF-8"); // needed for correct UTF-8 encoding
205 Yii::app()->getController()->_getAdminHeader();
206 }

TagsNo tags attached.
Bug heat254
Complete LimeSurvey version number (& build)121115
I will donate to the project if issue is resolvedNo
BrowserIE8
Database type & versionSQL Express 2012
Server OS (if known)Server 2008
Webserver software & version (if known)IIS 7
PHP Version5.4.8

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2012-11-22 23:16

administrator   ~22437

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

pfpDave

pfpDave

2012-11-23 17:31

reporter   ~22461

This has resolved the issue for me, many thanks.

c_schmitz

c_schmitz

2012-11-24 00:11

administrator   ~22471

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

c_schmitz

c_schmitz

2012-11-27 06:11

administrator   ~22581

New 2.00+ build released.

Related Changesets

LimeSurvey: master f26a8d08

2012-11-22 22:15:56

c_schmitz

Details Diff
Fixed issue 06915: Error 'Cannot modify header information' when editing group name Affected Issues
06915
mod - application/controllers/admin/usergroups.php Diff File

LimeSurvey: 2.1 7c675d91

2012-11-23 23:01:11

c_schmitz

Details Diff
Fixed issue 06915: Error 'Cannot modify header information' when editing group name Affected Issues
06915
mod - application/controllers/admin/usergroups.php Diff File

Issue History

Date Modified Username Field Change
2012-11-21 15:49 pfpDave New Issue
2012-11-22 23:13 c_schmitz Assigned To => c_schmitz
2012-11-22 23:13 c_schmitz Status new => assigned
2012-11-22 23:16 c_schmitz Status assigned => resolved
2012-11-22 23:16 c_schmitz Fixed in Version => 2.00+
2012-11-22 23:16 c_schmitz Resolution open => fixed
2012-11-22 23:16 c_schmitz Changeset attached => LimeSurvey master f26a8d08
2012-11-22 23:16 c_schmitz Note Added: 22437
2012-11-23 17:31 pfpDave Note Added: 22461
2012-11-24 00:11 c_schmitz Changeset attached => LimeSurvey 2.1 7c675d91
2012-11-24 00:11 c_schmitz Note Added: 22471
2012-11-27 06:11 c_schmitz Note Added: 22581
2012-11-27 06:11 c_schmitz Status resolved => closed