rafiksq Posted February 4, 2014 Share Posted February 4, 2014 (edited) Hello, when I try install base sql the system will show me problem: Fatal error: Call to a member function fetch_assoc() on a non-object in /HOME1/CUST001689/kovac.com.pl/public_html_open/sklep/classes/db/DbMySQLi.php on line 203 Mysql ver. 5.1.72 Can you help me? Edited February 4, 2014 by rafiksq (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 5, 2014 Share Posted February 5, 2014 It means that $result ($result = $this->link->query($sql) is not a valid object for some reason. Actually, you are running an old mysql version, the query might be failing (not sure though, it's just an invalid object) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now