View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
10583Bug reportsLabel setspublic2016-02-25 17:18
Reporteraqualam Assigned Toc_schmitz  
PriorityhighSeveritytext 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary10583: Do not support PHP 5.3.14, since the project use square brackets.
Description

When I create a new survey, I save/ import/copy a survey, it cannot correctly save. I trace the error is: there is a square brackets in the file "application/models/QuestionGroup.php" line 75,

public function attributeLabels()
{
--> return [
'language' => gt('Language'),
'group_name' => gt('Group name')
];
}


when I change it into:

public function attributeLabels()
{
return array(
'group_name' => gt('Group name'),'language' => gt('Language')
);

}

The project works, BUT can not save CHINESE WORDS.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)250plus-build16022
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMSSQL 2008
Server OS (if known)centos 6
Webserver software & version (if known)Apache2
PHP Version5.3.14

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2016-02-25 11:13

administrator   ~35695

This will be fixed in the next build. Sorry for the inconvenience.

aqualam

aqualam

2016-02-25 11:58

reporter   ~35699

The project could not pass and save CHINESE WORDS.

c_schmitz

c_schmitz

2016-02-25 12:02

administrator   ~35700

If this is a separate issue, please open a new bug report and details how to reproduce it.

c_schmitz

c_schmitz

2016-02-25 17:18

administrator   ~35727

2.50+ Build 160225 released

Issue History

Date Modified Username Field Change
2016-02-25 10:57 aqualam New Issue
2016-02-25 11:13 c_schmitz Note Added: 35695
2016-02-25 11:13 c_schmitz Status new => resolved
2016-02-25 11:13 c_schmitz Fixed in Version => 2.5
2016-02-25 11:13 c_schmitz Resolution open => fixed
2016-02-25 11:13 c_schmitz Assigned To => c_schmitz
2016-02-25 11:58 aqualam Note Added: 35699
2016-02-25 11:58 aqualam Status resolved => feedback
2016-02-25 11:58 aqualam Resolution fixed => reopened
2016-02-25 12:02 c_schmitz Note Added: 35700
2016-02-25 12:02 c_schmitz Status feedback => resolved
2016-02-25 12:02 c_schmitz Resolution reopened => fixed
2016-02-25 17:18 c_schmitz Note Added: 35727
2016-02-25 17:18 c_schmitz Status resolved => closed