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?

BUG issue with Xcrud_db select in xcrud1.7

pinakin

New member
Joined
Apr 5, 2022
Messages
1
Reaction score
0
Points
1
Location
Brighton
Hi I am trying to use the example

PHP:
$left_menu = Xcrud_db::get_instance();
$left_menu->query("SELECT make FROM car_data_final GROUP BY make");
$left_menu->result();

But all I get back is

Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 76
Warning
: mysqli_result::free(): Couldn't fetch mysqli_result in /var/www/html/autobulbs/manage/xcrud/xcrud/xcrud_db.php on line 80

Any idea? The $xcrud = Xcrud::get_instance(); instance works fine in the same script.
 
Top Bottom