[phpOpenTracker-general] Warning mysql_free_result(): ans session trouble
[email protected] Thu, 14 Apr 2005 12:02:12 -1000
| Newsgroups | gmane.comp.web.phpopentracker.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------070907000307080502090600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, I am getting this warning a few times per page load 2005-04-14 17:00:40 (EDT) 2 Warning mysql_free_result(): supplied argument is not a valid MySQL result resource /pot/phpOpenTracker/DB/mysql.php 159 any ideas how to clear this up? also, I have a single script where I am calling separate documnet titles with POT for the different displayed sections of code and in doing so, my sessions are getting screwed up. I am losing session data, any ideas on what I can do here? Joshua P.s. thanks for the output buffering idea, already using it! --------------070907000307080502090600 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi all,<br> <br> I am getting this warning a few times per page load<br> <br> <datetime>2005-04-14 17:00:40 (EDT)</datetime> <errornum>2</errornum> <errortype>Warning</errortype> mysql_free_result(): supplied argument is not a valid MySQL result resource /pot/phpOpenTracker/DB/mysql.php <scriptlinenum>159</scriptlinenum><br> <br> any ideas how to clear this up?<br> <br> also, I have a single script where I am calling separate documnet titles with POT for the different displayed sections of code and in doing so, my sessions are getting screwed up. I am losing session data, any ideas on what I can do here?<br> <br> Joshua<br> P.s. thanks for the output buffering idea, already using it! </body> </html> --------------070907000307080502090600--