Vinayak Posted July 3, 2006 Posted July 3, 2006 see below error print ...... 1054 - Unknown column 'c.member_flag' in 'field list' select c.customers_gender, c.customers_firstname, c.customers_lastname, c.customers_dob, c.customers_email_address, a.entry_company, a.entry_street_address, a.entry_suburb, a.entry_postcode, a.entry_city, a.entry_state, a.entry_zone_id, a.entry_country_id, c.customers_telephone, c.customers_fax, c.customers_newsletter, c.member_flag, c.customers_default_address_id from customers c left join address_book a on c.customers_default_address_id = a.address_book_id where a.customers_id = c.customers_id and c.customers_id = '51' What is causing this error? In ADMIN > CUSTOMERS > EDIT - error How to fix this? Any Ideas? Thankyou
kgt Posted July 3, 2006 Posted July 3, 2006 You either incorrectly installed or incompletely uninstalled a contribution. I believe this is the customers discount contribution, but I'm not certain. Contributions Discount Coupon Codes Donations
osCommerce4you.com Posted July 3, 2006 Posted July 3, 2006 Try to install it one more time. READ THE INSTRUCTION!
Vinayak Posted July 4, 2006 Author Posted July 4, 2006 I can't reinstall, I have a shop running already with 52 customers! It maybe a situation that I just do with out the feature in admin....what am I restricted to no be able to do without the feature?
kgt Posted July 5, 2006 Posted July 5, 2006 You don't need to reinstall OSC, you need to reinstall your contribution. This error you're getting is a result of a improperly installed contribution, or an improperly uninstalled contribution. Contributions Discount Coupon Codes Donations
bromios Posted March 26, 2008 Posted March 26, 2008 You need to create the following column "member_flag" in the table "customers" inside of the your database! Regards Bromios Designer 7 years with OsC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.