View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
16169Bug reportsInstallationpublic2020-04-28 10:12
Reporterritapas Assigned Toollehar  
PrioritynoneSeveritytweak 
Status closedResolutionfixed 
Product Version4.1.18 
Summary16169: Missing comma in generated config.php file
Description

The automatically generated config.php file has this section:

             'session' => array (
                    'sessionName'=>'LS-ZXOIOSPQSGOTEKWM'
                    // Uncomment the following lines if you need table-based sessions.
                    // Note: Table-based sessions are currently not supported on MSSQL server.
                    // 'class' => 'application.core.web.DbHttpSession',
                    // 'connectionID' => 'db',
                    // 'sessionTableName' => '{{sessions}}',
             ),

However, if you uncomment the lines under the note, there would be a missing comma between the 'sessionName' definition and the 'class' one

Steps To Reproduce

Install and configure Limesurvey CE

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)limesurvey4.1.18+200416
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmariadb-5.5.64-1
Server OS (if known)Centos 7
Webserver software & version (if known)
PHP Versionrh-php73

Users monitoring this issue

There are no users monitoring this issue.

Activities

ollehar1

ollehar1

2020-04-22 10:57

reporter   ~57307

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

lime_release_bot

lime_release_bot

2020-04-28 10:12

administrator   ~57420

Fixed in Release 4.2.0+200422

Related Changesets

LimeSurvey: master 8ef2d275

2020-04-22 10:57:37

ollehar1

Details Diff
Fixed issue 16169: Missing comma in generated config.php file Affected Issues
16169
mod - application/controllers/InstallerController.php Diff File

Issue History

Date Modified Username Field Change
2020-04-22 09:15 ritapas New Issue
2020-04-22 10:57 ollehar1 Changeset attached => LimeSurvey master 8ef2d275
2020-04-22 10:57 ollehar1 Note Added: 57307
2020-04-22 11:03 ollehar Assigned To => ollehar
2020-04-22 11:03 ollehar Status new => resolved
2020-04-22 11:03 ollehar Resolution open => fixed
2020-04-28 10:12 lime_release_bot Note Added: 57420
2020-04-28 10:12 lime_release_bot Status resolved => closed