Guest Posted December 17, 2008 Share Posted December 17, 2008 Hey guys, on the 'account.php' page (when logged in as a customer) I get this strange output. 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '1190' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] Anybody know what's causing this? Alex Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2008 Share Posted December 18, 2008 Nevermind, I found it. Alex Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2008 Share Posted December 18, 2008 Nevermind, I found it. Alex Just so other people know who may stumble upon this. The problem was the database needed to be updated with the rc version mysql updates. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.