Uploader Comments (TheTutSpace)
All Comments (28)
-
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource
I am stuck on the error you were receiving at 1:52 Any help would be great
-
hi, followed all your steps and used all your codes but the quantity of items in the cart is not increasing or resetting...need help ASAP
-
this was a very long time ago, but i had the same problem. i found that i missed a * in the select * from products part of the query on line 27 and this was what was causing the error. hopefully this will help someone else..
-
Thanks for the great video! If you need help installing, configuring, or setting up zen cart, check out our channel for lots of Easy Help Zen Cart Tutorials:
-
add or die, he said
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2,1,3) ORDER BY id_product ASC' at line 1
But i still don;t know what's wrong. plx help thanks.
-
i still have problem.
while($row = mysql_fetch_assoc($query))
he said
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cart\index.php on line 45
can help me??
-
hey thanks for the tutorial man. I'm having a problem with adding items to the cart. I have it so it says that there are no items in the cart and I need to add an item. But when I click add item it sends me to my home page. (note: my home page is a different page from my products page altogether) any help would be greatly appreciated.
-
i followed this your steps and when i tried to click the add to cart. there are no results.. can you please help me? :(
-
@jalexander05 I have a feeling Alex fixed it. ~Jono
Hi im getting this error in the cart on the sidebar once the product has been added :(
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cart\index.php on line 34
Go to Cart
1webbmanjones 1 year ago
@1webbmanjones check your session names for typos, and also, on your queries, and stuff add 'or die( mysql_error());'
TheTutSpace 1 year ago