CodeIgniter Forums
CI_DB_mysqli_result->_fetch_object() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: CI_DB_mysqli_result->_fetch_object() (/showthread.php?tid=72737)



CI_DB_mysqli_result->_fetch_object() - Andryshok - 02-04-2019

Stack trace:
#0 /home/system/database/DB_result.php(259): CI_DB_mysqli_result->_fetch_object()
#1 /home/system/database/DB_result.php(409): CI_DB_result->result_object()
#2 /home/system/database/DB_result.php(335): CI_DB_result->row_object(0)
#3 /home/system/libraries/Session/drivers/Session_database_driver.php(425): CI_DB_result->row()
#4 /home/system/libraries/Session/drivers/Session_database_driver.php(282): CI_Session_database_driver->_release_lock()
#5 [internal function]: CI_Session_database_driver->close()
#6 [internal function]: session_write_close()
#7 {main}

Any have ideas?


RE: CI_DB_mysqli_result->_fetch_object() - php_rocs - 02-05-2019

@Andryshok,

Can you give us more information...DB error? Drive error? Is database connecting successfully? Code that is throwing the error?