close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Help!! - Error Message In Cart

Thread began 6/13/2011 7:17 am by hbibizadeh396670 | Last modified 6/13/2011 12:46 pm by Jason Byrnes | 1596 views | 5 replies |

hbibizadeh396670

Help!! - Error Message In Cart

I have links to my cart on various pages around my website. I want to allow people to access the cart page at any time. They just click view cart and it should take them there. If the cart has products, it lists them, if not it says cart empty.

Although this works fine, I have found a bug.

If the cart is empty and a user visits the cart page, I get an error displaying:

Notice: Undefined variable: WADAsiteezyecproducts in C:\wamp\www\Siteezy_eCart2\Cart.php on line 625

Warning: mysql_free_result() expects parameter 1 to be resource, null given in C:\wamp\www\Siteezy_eCart2\Cart.php on line 625

Hope you can help.
Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of the page in a zip archive and a link where i can see the problem.

Sign in to reply to this post

hbibizadeh396670

Ok,

I have attached the zip folder with the file. And a direct link is below:

index.php

Please, visit the link and click the view cart link by the menu bar.

You should see the error by doing that.

Also, Please delete the file I have attached when you have it, thank you.

Sign in to reply to this post

Jason ByrnesWebAssist

change line 669:

php:
mysql_free_result($WADAsiteezyecproducts);



to:

php:
if (!$eCart->IsEmpty())     {

mysql_free_result($WADAsiteezyecproducts);
}
Sign in to reply to this post

hbibizadeh396670

Ok,

It works.

Could I ask you to delete my uploads above.

Thank you..

Sign in to reply to this post

Jason ByrnesWebAssist

attachment has been deleted.

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...