not me Posted April 15, 2008 Share Posted April 15, 2008 I've recently added some upgrades that were contained in osCommerce Online Merchant v2.2 RC1 Upgrade Notes. Since then everytime a customer trys to log back into their account the following is displayed, 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '22' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] A new account can be created fine and orders placed. Just happens when logging back in!!!! Any help would be great. Many thanks for reading m0jon Link to comment Share on other sites More sharing options...
Eitan Posted April 15, 2008 Share Posted April 15, 2008 I've recently added some upgrades that were contained in osCommerce Online Merchant v2.2 RC1 Upgrade Notes. Since then everytime a customer trys to log back into their account the following is displayed, 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '22' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] A new account can be created fine and orders placed. Just happens when logging back in!!!! Any help would be great. Many thanks for reading m0jon funny, my post above yours is the exact same problem... hahaha Link to comment Share on other sites More sharing options...
MJP Posted April 15, 2008 Share Posted April 15, 2008 funny, my post above yours is the exact same problem... hahaha funny, both your posts have been answered today too. Link to comment Share on other sites More sharing options...
Eitan Posted April 15, 2008 Share Posted April 15, 2008 funny, both your posts have been answered today too. im retarded http://www.oscommerce.com/forums/index.php?sho...045&hl=1054 check that out m0jon.... Link to comment Share on other sites More sharing options...
not me Posted April 15, 2008 Author Share Posted April 15, 2008 I've recently added some upgrades that were contained in osCommerce Online Merchant v2.2 RC1 Upgrade Notes. Since then everytime a customer trys to log back into their account the following is displayed, 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '22' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] A new account can be created fine and orders placed. Just happens when logging back in!!!! Any help would be great. Many thanks for reading m0jon solution as follows if you are able to access your DB is to run the sql statement: CODE alter table orders_status add public_flag int DEFAULT '1'; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.