Stew Posted July 13, 2007 Share Posted July 13, 2007 I am getting this error on my Loggedin page to start. And now I am getting it on my Gym page Fatal error: Call to a member function result() on a non-object in /home/deadmans/public_html/class/class_db_mysql.php on line 94 Here is line 94 return mysql_result($result, 0, 0); this is for V2. Any help would be greatly appreciated thanks Quote Link to comment Share on other sites More sharing options...
Jesse60905 Posted July 14, 2007 Share Posted July 14, 2007 Re: class_db_mysql.php ERROR?? Ok I am not sure of coding but I think this might work. Line 94: return $db->result($result, 0, 0); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.