This topic is locked
[SOLVED]

 Login Failed after Phprunner upgrade

9/17/2019 03:50:55
PHPRunner General questions
S
sadisticmagician author

Hello,

after update PHPrunner vers. 10.2 - 33576

without any change all access will failed.
I found this difference at row 40 > login.php
$params["tName"] = GLOBAL_PAGES;
Works if I change code like this (old version):
$params["tName"] = $cLoginTable;
thanks

Sergey Kornilov admin 9/17/2019

This is a bug n PHPRunner 10.2 when happens when you use 'Data Encryption' instead of 'Password Hashing' on a password field. We'll fix it in version 10.3.

S
sadisticmagician author 9/18/2019



This is a bug n PHPRunner 10.2 when happens when you use 'Data Encryption' instead of 'Password Hashing' on a password field. We'll fix it in version 10.3.


Ok, but now how can I fix it? my example above is a good way?
thanks

S
sadisticmagician author 9/19/2019



Ok, but now how can I fix it? my example above is a good way?
thanks


Marked solved without a solution?

Sergey Kornilov admin 9/19/2019

I guess you didn't understand. There are three solutions.

  1. Make the code change just like you did. It will fix the issue.
  2. Use the recommended Password Hashing instead of Data Encryption
  3. Do nothing and wait till PHPRunne 10.3.