View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
10318Bug reportsInstallationpublic2016-02-10 21:03
Reporterlowprofile Assigned ToLouisGac 
PriorityurgentSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.50.x 
Summary10318: admin login page is blank on new install
Description

After installing vanilla version of 2.5 the admin page is blank
from the forums it seems that you need to modify the location of logos?
Could this be fixed properly please

Steps To Reproduce

Install 2.5 stable

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)310116
I will donate to the project if issue is resolvedNo
Browserany
Database type & versionmysql
Server OS (if known)redhat
Webserver software & version (if known)apache
PHP Version5.3.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2016-02-05 19:03

administrator   ~34640

I doubt that - 310116 is not a real build.
Can you please update to the latest 2.5 version and see if that resolves your issue?

lowprofile

lowprofile

2016-02-05 20:15

reporter   ~34644

version is 250plus-build160204

error on admin page is
unreachable code after return statement
admin_core.js:366:4
function init_gecko_select_hack() {
return true;
var selects = document.getElementsByTagName("SELECT");
for(i=0; i<selects.length; i++)
selects.item(i).addEventListener("keyup", ev_gecko_select_keyup_ev, false);
return true;
}

LouisGac

LouisGac

2016-02-08 20:05

developer   ~34752

https://github.com/LimeSurvey/LimeSurvey/commit/588472539bbe4b1785417741f7a09d4730377eef

LouisGac

LouisGac

2016-02-08 20:06

developer   ~34753

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

c_schmitz

c_schmitz

2016-02-10 21:03

administrator   ~34864

2.5 Build 160210 released

Related Changesets

LimeSurvey: master 58847253

2016-02-08 20:04

LouisGac


Details Diff
Fixed issue 10318: removed gecko hack Affected Issues
10318
mod - scripts/admin/admin_core.js Diff File

Issue History

Date Modified Username Field Change
2016-02-05 18:21 lowprofile New Issue
2016-02-05 19:03 c_schmitz Note Added: 34640
2016-02-05 19:03 c_schmitz Assigned To => LouisGac
2016-02-05 19:03 c_schmitz Status new => feedback
2016-02-05 20:15 lowprofile Note Added: 34644
2016-02-05 20:15 lowprofile Status feedback => assigned
2016-02-08 20:05 LouisGac Note Added: 34752
2016-02-08 20:06 LouisGac Status assigned => resolved
2016-02-08 20:06 LouisGac Resolution open => fixed
2016-02-08 20:06 LouisGac Changeset attached => LimeSurvey master 58847253
2016-02-08 20:06 LouisGac Note Added: 34753
2016-02-10 21:03 c_schmitz Note Added: 34864
2016-02-10 21:03 c_schmitz Status resolved => closed