Call to a member function real_escape_string() on boolean |
(11-08-2017, 06:20 AM)Narf Wrote: 1. It probably means your database connection has failed (or was never attempted in the first place). Hello Thanks a lot for your reply.. for 2, thanks will make the change for 1, I understand that the database connection has failed.. which i could confirm by printing $this->conn in mysqli_driver.php file but not sure why its failing only when there is string in where clause ?? I mean. everything works fine when I select on primary key.... Is it something to do with the sessions library ?? because when I investigated .. before my query a query to sessions table from session library was made. Kindly help me with this one.. Thanks |
Messages In This Thread |
Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-08-2017, 04:56 AM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-08-2017, 06:20 AM
RE: Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-08-2017, 10:24 PM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-09-2017, 04:01 AM
RE: Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-15-2017, 08:17 PM
RE: Call to a member function real_escape_string() on boolean - by InsiteFX - 11-09-2017, 03:43 AM
RE: Call to a member function real_escape_string() on boolean - by identity_one - 11-15-2017, 08:10 AM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-15-2017, 10:02 AM
|