View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
11179Bug reportsUser / Groups / Rolespublic2016-06-13 12:27
Reporteramendez82 Assigned Toc_schmitz  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Summary11179: Internal Server Error
Description

AdminController cannot find the requested view "/admin/participants/participantsPanel".

An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.

Thank you.

2016-05-12 22:00:16

Steps To Reproduce

Go admin panel -> configuration -> Users -> Central participant database/panel

Additional Information

Builds 160504, 160506, 160512

TagsNo tags attached.
Attached Files
Bug heat8
Complete LimeSurvey version number (& build)Version 2.50+ Build 160512
I will donate to the project if issue is resolvedNo
Browserchrome, firefox
Database type & version5.5.39
Server OS (if known)mac capitan 10.11.4
Webserver software & version (if known)XAMPP
PHP Version5.4.31

Users monitoring this issue

There are no users monitoring this issue.

Activities

ollehar

ollehar

2016-05-12 23:15

administrator   ~38528

Cannot reproduce. But my URL is: admin/participants/sa/displayParticipants

DenisChenu

DenisChenu

2016-05-13 08:30

developer   ~38531

Please send image in image format not with this awfull docx.

LouisGac

LouisGac

2016-05-13 10:22

developer   ~38533

thank you for reporting.
I confirm that the problem probably come from your installation.
I guess you don't have all the needed file in your server.

c_schmitz

c_schmitz

2016-05-26 10:09

administrator   ~38921

Please try using the latest build and report if you still have the problem.

LouisGac

LouisGac

2016-06-03 13:37

developer   ~39159

so? should we close this bug?

LouisGac

LouisGac

2016-06-07 17:11

developer   ~39300

Result of grep -R 'participantsPanel' :
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', $sScript), $aData);
controllers/admin/participantsaction.php: * Loads the view 'participantsPanel'
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'summary'), $aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'importCSV'),$aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'displayParticipants'), $aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'blacklist'), $aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'userControl'), $aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'viewAttribute'), $aData);
controllers/admin/participantsaction.php: $this->_renderWrappedTemplate('participants', array('participantsPanel', 'uploadSummary'),array('aAttributes' => ParticipantAttributeName::model()->getAllAttributes()));

So it's ok.

c_schmitz

c_schmitz

2016-06-13 12:27

administrator   ~39491

Version 2.50 Build 160613 released

Issue History

Date Modified Username Field Change
2016-05-12 22:20 amendez82 New Issue
2016-05-12 22:20 amendez82 File Added: BugServerErrorLimeSurvey.docx
2016-05-12 23:15 ollehar Note Added: 38528
2016-05-13 08:30 DenisChenu Note Added: 38531
2016-05-13 10:22 LouisGac Note Added: 38533
2016-05-26 10:09 c_schmitz Note Added: 38921
2016-05-26 10:09 c_schmitz Assigned To => c_schmitz
2016-05-26 10:09 c_schmitz Status new => feedback
2016-06-03 13:37 LouisGac Note Added: 39159
2016-06-03 13:37 LouisGac Status feedback => acknowledged
2016-06-07 17:11 LouisGac Note Added: 39300
2016-06-07 17:11 LouisGac Status acknowledged => resolved
2016-06-07 17:11 LouisGac Resolution open => fixed
2016-06-13 12:27 c_schmitz Note Added: 39491
2016-06-13 12:27 c_schmitz Status resolved => closed
2019-11-01 17:26 c_schmitz Category User/User groups => User / Groups / Roles