Web Tool Bag
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesMarch 12 2010 01:02:00
Navigation
Home
Articles
Downloads
Discussion Forum
Web Links
News Categories
Search
Users Online
Guests Online: 6
No Members Online

Registered Members: 154
Unactivated Members: 9
Newest Member: KATIE27
1054 - Unknown column 'pd.products_price' in 'field list' OsCommerce
1054 - Unknown column 'pd.products_price' in 'field list'


If you have the following error in admin area search:


1054 - Unknown column 'pd.products_price' in 'field list'

select p.products_id, pd.products_name, p.products_quantity, p.products_image, pd.short_desc,
pd.products_price, p.products_date_added, p.products_last_modified, p.products_date_available,
p.products_status, p2c.categories_id from products p, products_description pd, products_to_categories p2c
where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and
pd.products_name like '%Gold Blend Tea%' order by pd.products_name

You need to open categories.php, find query:

select p.products_id, pd.products_name, p.products_quantity, p.products_image,
pd.short_desc, pd.products_price, p.products_date_added, p.products_last_modified,
p.products_date_available, p.products_status, p2c.categories_id from " . TABLE_PRODUCTS . " p, " .
TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id
and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and pd.products_name
like '%" . tep_db_input($search) . "%' order by pd.products_name


Open the file (categories.php) in a text editor and search for pd.products_price and change it to p.products_price.


Posted by zdravko on July 21 2008 14:36:07 487 Reads · Print
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Shoutbox
You must login to post a message.

No messages have been posted.
Copyright © 2009 - www.webtoolbag.com