Hello world : )
I am hunting my 1054 thanks to this forum. I know the 1054 with categories, advanced search result etc...
But I have this error (the 1054) in the shopping cart box (screen) and when i add a product to the cart (screen). Note that there are no errors when the cart is empty.
What did i changed in my 2.0.0-RC3-0-1 ? I have installed the multishop system and fixed the problems with the solutions kris gave us.
I transformed the categories box into a dropdown menu.
And that's it !
I use PHP5 and MySQL 5 and am still developping in local using Wamp5.
I hope i am precise enough. I have nerver seen this problem in the cart.
Merry Christmas
ps : here are the text of my errors
In the cart box
1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id from products p, products_description pd INNER JOIN products_to_stores p2s ON p.products_id = p2s.products_id where p.products_id = '1' and pd.products_id = p.products_id and pd.language_id = '1'AND p2s.stores_id = '9'
[TEP STOP]
In shopping_cart.php
1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id from products p, products_description pd INNER JOIN products_to_stores p2s ON p.products_id = p2s.products_id where p.products_id = '1' and pd.products_id = p.products_id and pd.language_id = '1'AND p2s.stores_id = '9'
[TEP STOP]




LinkBack URL
About LinkBacks






Bookmarks