View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09897Bug reportsInstallationpublic2015-11-10 12:28
Reporterapmuthu Assigned Toc_schmitz  
PrioritynormalSeveritycrash 
Status closedResolutionfixed 
Product Version2.06+ 
Fixed in Version2.06+ 
Summary09897: Bug 09775 overload of namespace variables
Description

In 2.06+ Build 150824 PHP 5.3.3 was made the minimum requirement.
https://github.com/apmuthu/LimeSurvey/commit/aa9efc23d5d8febe500a11bdb4acc916e5433c8c

In the last file index.php in the above commit, there is a change from double backslash to single back slash in the penultimate autoload item in line 186.
$loader->addNamespace('ls\pluginmanager', DIR . '/application/libraries/PluginManager');
instead of the earlier:
$loader->addNamespace('ls\pluginmanager', DIR . '/application/libraries/PluginManager');

Alias "ls.pluginmanager" is actually invalid. There is a LS folder and a PluginManager folder but not one under the other.

Steps To Reproduce

Tested out in todays GitHub master as well.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)88606adc5c
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL 5.1
Server OS (if known)WinXP SP3
Webserver software & version (if known)XAMPP 1.7.7
PHP VersionPHP 5.3.1

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2015-09-30 14:42

administrator   ~33257

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

c_schmitz

c_schmitz

2015-09-30 14:45

administrator   ~33258

Thanks, good catch.

apmuthu

apmuthu

2015-09-30 16:49

reporter   ~33263

The master branch fix URL is:
https://github.com/LimeSurvey/LimeSurvey/commit/c5d649e597277f1139ce99f0a0101c510f95daa3

Related Changesets

LimeSurvey: master c5d649e5

2015-09-30 12:42:41

c_schmitz

Details Diff
Fixed issue 09897: Overload of namespace variables Affected Issues
09897
mod - index.php Diff File

Issue History

Date Modified Username Field Change
2015-09-17 09:36 apmuthu New Issue
2015-09-30 14:42 c_schmitz Assigned To => c_schmitz
2015-09-30 14:42 c_schmitz Status new => assigned
2015-09-30 14:42 c_schmitz Changeset attached => LimeSurvey master c5d649e5
2015-09-30 14:42 c_schmitz Note Added: 33257
2015-09-30 14:42 c_schmitz Resolution open => fixed
2015-09-30 14:45 c_schmitz Note Added: 33258
2015-09-30 14:45 c_schmitz Status assigned => resolved
2015-09-30 14:45 c_schmitz Fixed in Version => 2.06+
2015-09-30 16:49 apmuthu Note Added: 33263
2015-11-10 12:28 c_schmitz Status resolved => closed