close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Error message

Thread began 1/03/2010 12:32 pm by Roxana | Last modified 1/03/2010 7:30 pm by Roxana | 1257 views | 3 replies |

Roxana

Error message

Hi,

at the end of the index page there is an error message displayed in the browser:

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/www.name.eu/web/index.php on line 164

The code of line 163-165 is:
<?php
mysql_free_result($Recordset1);
?>

Despite the error message the page works fine.

Deleting the code lines 163 to 165 got rid of the error message. My question is, is it OK to delete the code? Or will this lead to problem?

Thanks for any help
Roxana

Sign in to reply to this post

Roxana

Maybe I should mention, that there is no recordset "Recordset1" on the page.

Sign in to reply to this post

anonymous

Hi Roxana,

There would be no danger in deleting the code. That code simply would free the result if the recordset actually existed. But since you said there is no recordset on that page by the name - that makes the code trying to free the result to become invalid, nonetheless - which will cause the problem you are describing.

Technically, you don't have to free the result ever (except in cases where a query may be reused over and over). But the main reason it is done is to flush the query from the PHP server memory and allow for more efficient applications, so it is good practice (and also the reason DW automatically generates a free result command whenever a recordset is created).

Warmest regards and Happy New Year,

Brian

Sign in to reply to this post

Roxana

Hi Brian,

Thank you for helping me out. I do rely heavily on DW to write most of the code for me. And I usually don't touch any of that code. There are a few more pages that have the same lines of code at the end with no recordset to go with. So I will clean those pages up as well.

Thanks again and Happy New Year

Roxana

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...