Filter error in 5.94 version

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Filter error in 5.94 version

Post by Alisson » 2021-02-27 22:50

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.

Alisson
Veteran Member
Posts: 81
Joined: 2017-02-25 20:32

Re: Filter error in 5.94 version

Post by Alisson » 2021-03-06 20:55

I believe this is compatibility problem, as this is only happening with php 8.
It works fine with PHP versions below 8.

Post Reply