View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
12737Bug reportsAuthenticationpublic2019-01-18 17:27
Reporterboldt Assigned ToLouisGac 
PrioritynoneSeverityblock 
Status closedResolutionunable to reproduce 
Product Version2.70.x 
Summary12737: Cannot redeclare class +ExpressionManager
Description

We get the follwoing error with an enabled LDAP configuration, when a users logs in the first time:

Fatal error: Cannot redeclare class +ExpressionManager in /var/www/html/limesurvey/application/helpers/expressions/em_core_helper.php on line 30

Debugging showed me, that the file em_core_helper.php is loaded twice. Thus the following line is called twice (approx line 320 in ./framework/YiiBase.php):

require($path.'.php');

Our current workaround is to change this line to

require_once($path.'.php');

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)2.70.0+170921
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmysql
Server OS (if known)Ubuntu
Webserver software & version (if known)Apache
PHP VersionPHP

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2018-05-23 11:36

developer   ~47750

can you confirm this bug still happen in LS3?

Issue History

Date Modified Username Field Change
2017-09-29 15:40 boldt New Issue
2018-05-23 11:36 LouisGac Assigned To => LouisGac
2018-05-23 11:36 LouisGac Status new => feedback
2018-05-23 11:36 LouisGac Note Added: 47750
2019-01-18 17:27 LouisGac Status feedback => closed
2019-01-18 17:27 LouisGac Resolution open => unable to reproduce