News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Login Probleme nach upgrade auf 2-0-14

Started by morle800, August 12, 2017, 08:28:56 AM

Previous topic - Next topic

morle800

Hallo zusammen

Wenn ich mich im Forum oben links einloggen möchte geht es nac dem Upgrade nicht mehr. Dann bekomme ich eine Fehlermeldung (siehe Screenshot)
Über den "Einloggen Button" funktioniert es.

Hat da jemand eine Lösung zu?

Danke  und Happy Weekend

morle800

Bitte löschen... Das Thema wurde schon behandelt...Sorry

morle800


Hexxer

Wo ist denn da die Lösung? Ich suche sie auch

TaraOFC

Ich suche ebenfalls die Lösung, kann sie unter dem Link ebenfalls nicht finden.

albertlast

Zu den problem gibt es möglicherweise zwei Lösungen:
Quote from: albertlast on October 29, 2017, 05:08:11 PM
Posible alternativ solution could be to go in LogInOut.php
in the function validatePasswordFlood (around line 678) and
look for the this three lines:
// Destroy any session or cookie data about this member, as they validated wrong.
require_once($sourcedir . '/Subs-Auth.php');
setLoginCookie(-3600, 0);


Change this to:
// Destroy any session or cookie data about this member, as they validated wrong.
// require_once($sourcedir . '/Subs-Auth.php');
// setLoginCookie(-3600, 0);


Oder
Quote from: Sir Osis of Liver on October 29, 2017, 03:47:10 PM
That's a bug that has affected a few forums, including one I worked on.  IIRC, it was running 2.0.14 in php 7.1.  The only solution I found was to disable session check in LogInOut.php -



// Are you guessing with a script?
// checkSession('post');
spamProtection('login');


Advertisement: