Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error message account.php


Guest

Recommended Posts

Posted

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?

Posted

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

Posted
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

Archived

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

×
×
  • Create New...