Zen Cart Logo
Forums / All Other Contributions/Addons / MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

Views: 3,118

Results 1 to 8 of 8
12 Dec 2010, 3:28 PM
#1
funna_21 avatar

funna_21

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

This is the error im getting due to uploading a .CSV via easypopulate.

MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

i have been told i need to add the field into the zencart database.
since im new to programming/coding. I need help on what to add in the newly added field.

picture is provided below.

12 Dec 2010, 5:44 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

What version of ZenCart
What version mysql
What version php
What version easypopulate

13 Dec 2010, 1:06 AM
#3
funna_21 avatar

funna_21

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

zen cart version : 1.3.9h
Pretty sure easy populate version : 1.3.9.gp
PHP version 5.2.14
MySQL version 5.1.51

try help me out kobra :)

13 Dec 2010, 3:20 PM
#4
funna_21 avatar

funna_21

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

finally fixed all done by myself due to zencart forums being terrible with replys... i relised i downloaded a easy populate group price edition.. noticing this i went in my zencart database and clicked on group pricing only to see " group_a_price " was missing. i soon added this to the database with group a,b,c,d being added. This fixed the issue.

13 Dec 2010, 8:56 PM
#5
jimmyv avatar

jimmyv

Zen Follower

Join Date:
Feb 2008
Location:
Philadelphia
Posts:
292
Plugin Contributions:
2

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

Sorry it was a weekend :D

21 Jan 2011, 11:20 PM
#6
aaron1988 avatar

aaron1988

New Zenner

Join Date:
Jul 2010
Posts:
24
Plugin Contributions:
0

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

Hi i have same issue, i need to add

Zencart version is: 1.3.7 not updated due to a script i using for automatic import

products_group_a_price
products_group_b_price
products_group_c_price
products_group_d_price

just wondered what would the database look like for these fields please

Regards,
Aaron

19 Nov 2011, 9:24 PM
#7
colins_it avatar

colins_it

New Zenner

Join Date:
Nov 2011
Posts:
2
Plugin Contributions:
0

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

Hi

I have the exact same problem but no idea what or how to add in the database table. Can anyone point me in the right direction please?

:dontgetit

19 Nov 2011, 10:31 PM
#8
colins_it avatar

colins_it

New Zenner

Join Date:
Nov 2011
Posts:
2
Plugin Contributions:
0

Re: MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

this is my full error message

1054 Unknown column 'p.products_group_a_price' in 'field list'
in:
[select p.products_id, p.master_categories_id, p.products_status, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id, p.products_group_a_price, p.products_group_b_price, p.products_group_c_price, p.products_group_d_price, p.products_quantity_order_min, p.products_quantity_order_units, p.product_is_free, p.products_priced_by_attribute, p.products_discount_type, p.products_discount_type_from from products p, products_description pd where p.products_id = '107' and pd.products_id = p.products_id and pd.language_id = '1']