Project

General

Profile

Login page stuck on "Please Wait"

Added by Saud Iqbal over 6 years ago

After typing username and password I get "Please Wait..." forever, if I refresh the page I can see the file manager. I am using PHP 7.

This is what I get if I view the source
<b>Deprecated</b>: Methods with the same name as their class will not be constructors in a future version of PHP; PasswordHash has a deprecated constructor in <b>/var/www/.........../PasswordHash.php</b> on line <b>27</b><br />


Replies (6)

RE: Login page stuck on "Please Wait" - Added by Milorad Dudukovic over 6 years ago

I got the same Problem.

I use PHP Version 7.0.20-nmm1
I try it with FireFox and the I-Explorer

RE: Login page stuck on "Please Wait" - Added by Saud Iqbal over 6 years ago

I had to fix this using temporary patch.

Edit /libraries/PasswordHash.php

Add
public function __construct() {
// Constructor's functionality here, if you have any.
}

after
var $random_state;

RE: Login page stuck on "Please Wait" - Added by Rene Thiele almost 6 years ago

Hello,

I got the same Problem and i can't download the PasswordHash.php from this Forum. Is there any never methods to get the Problem solved? If not, does anybody load the edited PasswordHash.php on another Hoster so i can download it from there?

THX
Rene

RE: Login page stuck on "Please Wait" - Added by Rene Thiele almost 6 years ago

Oh thank you. Now it runs like it should.

    (1-6/6)