Getting this error:
Fatal error: Uncaught Error: Call to a member function Execute()
In Row rendering event I have this
$iUser = $this->user_id->CurrentValue;
global $conn;
$sSqlWrk = “SELECT username, user_email FROM phpbb_users WHERE user_id = '”. $iUser . “'” ;
$rswrk = $conn->Execute($sSqlWrk);
How should that be done in V2020 ?
Btw: the document for migrating to 2019 has a bad link.
/Poul