Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange PHP output...


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...