PHP Classes

getting error notice

Recommend this page to a friend!

      Ultimate MySQL  >  All threads  >  getting error notice  >  (Un) Subscribe thread alerts  
Subject:getting error notice
Summary:mysql_free_result()
Messages:3
Author:Keith Kirkland
Date:2015-02-20 15:41:54
 

  1. getting error notice   Reply   Report abuse  
Picture of Keith Kirkland Keith Kirkland - 2015-02-20 15:41:54
I'm getting this error when processing requests. Could you tell me what I'm doing wrong?

mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given

  2. Re: getting error notice   Reply   Report abuse  
Picture of Keith Kirkland Keith Kirkland - 2015-02-20 15:43:09 - In reply to message 1 from Keith Kirkland
the exact message is:

E_WARNING Error in file �Database.php� at line 1271: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given

  3. Re: getting error notice   Reply   Report abuse  
Picture of Jeff Williams Jeff Williams - 2015-02-22 21:00:00 - In reply to message 1 from Keith Kirkland
Update to the latest code. I updated it a while back to use the newer database calls.