11-30-2017, 12:41 AM
after upgrading to 4.3.8 to fix the notifications issue, the login page didn't work anymore and an error was displayed that said
I had a look at line 169 and it was looking for the variable twofa in the settings table. I added a column for twofa (tinyint) to the settings table and the login works again.
and I know I needed to run users/update.php to fix the problem...but I couldn't run the file without being logged in
Code:
Notice: Undefined property: stdClass::$twofa in C:\wamp\www\test\users\login.php on line 169
I had a look at line 169 and it was looking for the variable twofa in the settings table. I added a column for twofa (tinyint) to the settings table and the login works again.
and I know I needed to run users/update.php to fix the problem...but I couldn't run the file without being logged in