Call to a member function result_array() on boolean |
Hello,
I am having problem with this error message. Can anyone help me fix this error message? Fatal error: Call to a member function result_array() on boolean in C:\Program Files\EasyPHP-Devserver-16.1\eds-www\companygiondaci\application\models\Mpages.php on line 92 A PHP Error was encountered Severity: Error Message: Call to a member function result_array() on boolean Filename: models/Mpages.php Line Number: 92 Backtrace: models/Mpages.php Line 92: return $query->result_array(); models/Mpages.php PHP Code: public function update_pages($pages_id) controllers/Cpages.php PHP Code: public function pcategories() {
" If I looks more intelligence please increase my reputation."
Let me read the manual for you ... $this->db->update returns a boolean
See http://www.codeigniter.com/user_guide/da...er::update It seems like this is at least the third time you have asked the same question!
Or more
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |