Oscommerce/wishlist Errors

liunx

Guest
I installed everything and when I go to test it.. I click on Add To Wishlist and I get this:<br /><br />My Wish List contains: <br /><br /><br />Image Product Name Price Select <br />1054 - Unknown column 'p.products_id' in 'on clause'<br /><br />select pd.products_id, pd.products_name, pd.products_description, p.products_image, p.products_status, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p, products_description pd left join specials s on p.products_id = s.products_id where pd.products_id = '106' and p.products_id = pd.products_id and pd.language_id = '1' order by products_name<br /><br />[TEP STOP]<br /><br />---and when I log in as a customer I get:<br /><br />1146 - Table 'mysticd2_osc2.customers_wishlist' doesn't exist<br /><br />select products_id from customers_wishlist where customers_id = '5' and products_id = '106{1}7{2}39'<br /><br />[TEP STOP]<br /><br /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/helpsmilie.gif" style="vertical-align:middle" emoid=":helpsmilie:" border="0" alt="helpsmilie.gif" /><!--content-->
And one of the steps was:<br /><br />STEP 2 - Run the provided wishlist.sql file<br />This file will update your database and add the tables "customers_wishlist" and "customers_wishlist_attributes"<br /><br />What does that mean?<!--content-->
That means it will add tables to your database. It must be run. You can run it in phpadmin.<!--content-->
Ok, I did that.. but the errors from my previous post are still there.<br /><br />Correction, the first one in the first post is still there (not the 2nd):<br /><br />My Wish List contains: <br /> <br /> <br />Image Product Name Price Select <br />1054 - Unknown column 'p.products_id' in 'on clause'<br /><br />select pd.products_id, pd.products_name, pd.products_description, p.products_image, p.products_status, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p, products_description pd left join specials s on p.products_id = s.products_id where pd.products_id = '42' and p.products_id = pd.products_id and pd.language_id = '1' order by products_name<br /><br />[TEP STOP]<br /> <br /><!--content-->
I finally got some help on the oscommerce forum and got it fixed <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><!--content-->
Glad you got it going.<!--content-->
<!--quoteo(post=220301:date=Feb 13 2008, 09:11 AM:name=TCH-Bruce)--><div class='quotetop'>QUOTE (TCH-Bruce @ Feb 13 2008, 09:11 AM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=220301"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->Glad you got it going.<!--QuoteEnd--></div><!--QuoteEEnd--><br />Thank you <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Top