LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Quick MYSQL Question.... Please help! (https://www.linuxquestions.org/questions/linux-software-2/quick-mysql-question-please-help-673698/)

simonm 10-02-2008 04:35 AM

Quick MYSQL Question.... Please help!
 
1054 - Unknown column 'parent_product' in 'field list'

select products_id, customers_basket_quantity, parent_product from customers_basket where customers_id = '2032'

[TEP STOP]

What do i need to do to fix this? Please advise step by step. thank you so much.

timnp 10-02-2008 04:42 AM

Check that the `parent_product` column exists in the `customers_basket` table. Is this an application/database you've developed yourself or something you've downloaded?

Try the query "describe customers_basket" to get the column list and details.

simonm 10-02-2008 05:01 AM

Thanks for the reply, sorted it thanks. It was oscommerce, this helped as i wasnt sure where to look.


All times are GMT -5. The time now is 07:23 AM.