Guest Posted May 12, 2009 Posted May 12, 2009 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '2' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] Can somebody help me with this?
FIMBLE Posted May 12, 2009 Posted May 12, 2009 Try to run this in your phpmyadmin alter table orders_status add public_flag int DEFAULT '1'; alter table orders_status add downloads_flag int DEFAULT '0'; Nic Back up first though Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted May 12, 2009 Posted May 12, 2009 Try to run this in your phpmyadmin alter table orders_status add public_flag int DEFAULT '1'; alter table orders_status add downloads_flag int DEFAULT '0'; Nic Back up first though That did the trick!! thanks
FIMBLE Posted May 12, 2009 Posted May 12, 2009 You're welcome Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.