Call to a member function row() on boolean |
yes tried that reset_query() between the queries and in every other possible line. but the Uncaught exception error keeps obssessing over the "row_array()" or even "result_array()":
An uncaught Exception was encountered Type: Error Message: Call to a member function row_array() on boolean Filename: /home/tauenjic/code.tauenji.com/install/application/models/Login_model.php Line Number: 9 Backtrace: File: /home/tauenjic/code.tauenji.com/install/application/controllers/Login.php Line: 101 Function: cek_login File: /home/tauenjic/code.tauenji.com/install/index.php Line: 326 Function: require_once For some reason its reacting to the row_array() $query=$this->db->get_where('admin', $where)->row_array(); |
Messages In This Thread |
Call to a member function row() on boolean - by tenshinadela - 10-05-2018, 02:22 AM
RE: Call to a member function row() on boolean - by dave friend - 10-05-2018, 11:26 AM
RE: Call to a member function row() on boolean - by gelson - 11-23-2020, 04:50 AM
RE: Call to a member function row() on boolean - by InsiteFX - 11-23-2020, 01:02 PM
RE: Call to a member function row() on boolean - by gelson - 11-23-2020, 10:16 PM
RE: Call to a member function row() on boolean - by InsiteFX - 11-24-2020, 02:33 AM
RE: Call to a member function row() on boolean - by gelson - 11-24-2020, 09:10 AM
RE: Call to a member function row() on boolean - by InsiteFX - 11-24-2020, 12:36 PM
|