MySQL error adding items to shopping cart

  • Posts: 3
  • Thank you received: 1
10 years 11 months ago #109313

I have been testing the site I am working on for a couple days now. As of this morning, I am receiving the following error after adding items to the shopping cart:

Error displaying the error page:  SQL=SELECT b.*,c.* 
FROM mp701_hikashop_cart_product AS b LEFT 
JOIN mp701_hikashop_product AS c ON b.product_id=c.product_id 
WHERE b.cart_id = 19 AND b.product_id > 0 ORDER BY c.product_parent_id ASC,b.cart_product_modified ASC

I have not altered products. Testing of the last couple days has been for use and css layout. No editing or adding of items to the store

Last edit: 10 years 11 months ago by dwlamb.
The following user(s) said Thank You: brayden10

Please Log in or Create an account to join the conversation.

  • Posts: 81714
  • Thank you received: 13104
  • MODERATOR
10 years 11 months ago #109318

That's not an error, just a SQL query.
We'll need the MySQL error to tell you what to do.
You probably have Joomla 3.0 without the patch for displaying MySQL errors:
joomlacode.org/gf/project/joomla/tracker...racker_item_id=29345
You should update your Joomla and you will get the error message.
Otherwise, you can copy/paste the query (after the first =) to your phpmyadmin and run the query to see the error.

The following user(s) said Thank You: brayden10, dwlamb

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum