Call to a member function row() on boolean |
Hi. I am new to codeigniter and I need help with an existing application I'm working on. We changed the database that runs in ms sql. We created a beta that runs in the same server as the production. I tested the connection in my local unit, and connection runs no issue. But when I deployed it on Beta, it seems i can't run queries. I would get Fatal error: Call to a member function row() on boolean. I am able to display all tables in my database but can't seem to run a query. This table is existing in the database and has a content as well. Any help is very much appreciated.
Sample code below: Code: foreach ($tables as $table) |
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
|