This topic is locked
[SOLVED]

 "after successful login" -> $data["column_name""]; not working

11/13/2020 08:56:57
PHPRunner General questions
T
tataml author

Hi, After Successful Login Event, at Phprunner 10.5, isn´t retrieving values using $data["xxxx"];
Here an example for the column id_user" (or any other column), don´t retrieve.

$_SESSION["id_user2"] = $data["id_user"];
If I set to anything else as:

$_SESSION["id_user2"] = $username;

It works perfectly.
I tried erasing the output folder and doing the full build, changing the server, but nothing works. At 10.2 Phprunewr the $data works.
Thank you in advance for your time and attention.

Sergey Kornilov admin 11/13/2020

We will solve this issue in 10.5 soon.
Make sure you contact support directly with all possible bugs.

T
tataml author 11/13/2020



We will solve this issue in 10.5 soon.
Make sure you contact support directly with all possible bugs.


Thank you so much, I will report it. You guys ROCKs!!!