Welcome Guest, Not a member yet? Register   Sign In
Call to a member function row() on bool
#2

You have an error in your query. $query are now FALSE, and that's a boolean. So you need to check if it's not FALSE and then execute $query->row();
Reply


Messages In This Thread
RE: Call to a member function row() on bool - by jreklund - 04-22-2020, 09:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB