Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Installation Problem: asking for password, but no form to fill #1046

Closed
kulmjens opened this issue Dec 2, 2016 · 1 comment
Closed

Installation Problem: asking for password, but no form to fill #1046

kulmjens opened this issue Dec 2, 2016 · 1 comment

Comments

@kulmjens
Copy link
Contributor

kulmjens commented Dec 2, 2016

Hi there,

I ran an installation of Evo 1.2 and chose the "advanced upgrade" option. As I was finished setting the correct database collation and clicked to go to the the next step, a javascript alter poped up and told me that I had to enter the admin password to proceed. But there was no field to fill in anything.
The chrome devtools displayed a javascript error that "Slider2" is undefined.

In the file "install/actions/tpl_connection.html" I commented out line 230 and 235.

...
//if(installMode==0 && document.getElementById('AUH')) {
  Slider2 = new Fx.Slide('AUH', {duration:477});//transition:Fx.Sine.easeOut,
  Slider2.hide();
  $('AUH').style.display = 'block';
  $('AUH').style.backgroundColor = '#ffff00';
//}
...

After that I ran through the whole install process again, and this time the admin form showed up. I filled in the existing admin user and was able to finish the installation.
I don't think it's the right solution for the problem, because in my case it didn't overwrite the existing admin user's password...

@Deesen
Copy link
Contributor

Deesen commented Dec 3, 2016

Definetly an issue, thanks for reporting!

Deesen added a commit to Deesen/evolution that referenced this issue Dec 3, 2016
Deesen added a commit to Deesen/evolution that referenced this issue Dec 3, 2016
@Dmi3yy Dmi3yy closed this as completed Dec 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants