What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Sql filter throw error on no match

k439

New member
Joined
Dec 9, 2021
Messages
10
Reaction score
0
Points
1
Location
Texas
My sql filter works fine if matching records are found. If there are no matching records, I get the following errors.
Warning: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line2773
Warning
: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line7307
Warning
: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line 15696

Fatal error
: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php:16019 Stack trace: #0 C:\xampp\htdocs\xCrud_1.7.27\xcrud\themes\default\xcrud_list_view.php(86): Xcrud->render_grid_body('tr', 'td') #1 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(7436): include('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2787): Xcrud->_render_list() #3 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2754): Xcrud->render_custom_datagrid() #4 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2604): Xcrud->render_custom_query_task() #5 C:\xampp\htdocs\FlightProject\search_flights_wanted_xcrud.php(147): Xcrud->render() #6 {main} thrown inC:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line 16019
 

DaDo

Administrator
Staff member
Joined
Dec 1, 2021
Messages
108
Reaction score
23
Points
18
My sql filter works fine if matching records are found. If there are no matching records, I get the following errors.
Warning: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line2773
Warning
: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line7307
Warning
: foreach() argument must be of type array|object, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line 15696

Fatal error
: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php:16019 Stack trace: #0 C:\xampp\htdocs\xCrud_1.7.27\xcrud\themes\default\xcrud_list_view.php(86): Xcrud->render_grid_body('tr', 'td') #1 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(7436): include('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2787): Xcrud->_render_list() #3 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2754): Xcrud->render_custom_datagrid() #4 C:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php(2604): Xcrud->render_custom_query_task() #5 C:\xampp\htdocs\FlightProject\search_flights_wanted_xcrud.php(147): Xcrud->render() #6 {main} thrown inC:\xampp\htdocs\xCrud_1.7.27\xcrud\xcrud.php on line 16019
Not support v1.7
 
Top Bottom