Page 1 of 1

Filter error in 5.94 version

Posted: 2021-02-27 22:50
by Alisson
Hi guys,

I'm having a problem using the filter option for my table.
It was working fine, before the latest 5.94 update.

In the Filtered field option, if I select a lookup field as the option for the filters it does not work, going straight to a page with this error:
Fatal error: Uncaught TypeError: mysqli_fetch_array(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\teste\db.php:53 Stack trace: #0 C:\xampp\htdocs\teste\db.php(53): mysqli_fetch_array(false, 3) #1 C:\xampp\htdocs\teste\datalist.php(540): db_fetch_array(false) #2 C:\xampp\htdocs\teste\vehicles_view.php(329): DataList->Render() #3 {main} thrown in C:\xampp\htdocs\teste\db.php on line 53
It's this a bug.

Thank you.

Re: Filter error in 5.94 version

Posted: 2021-03-06 20:55
by Alisson
I believe this is compatibility problem, as this is only happening with php 8.
It works fine with PHP versions below 8.