Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Orders Status


kaines

Recommended Posts

Posted

Hi,

 

i have one problem, when i try to add some order status i get this error:

 

1054 - Unknown column 'downloads_flag' in 'field list'

 

insert into orders_status (orders_status_name, public_flag, downloads_flag, orders_status_id, language_id) values ('testtest', '0', '0', '5', '4')

 

[TEP STOP]

 

 

in database i have this downloads_falg - downloads_flag int DEFAULT '0'

 

Can somebody please help me or give me a hint where to look.

 

tnx,

Klemen

Posted

Hi,

 

i have one problem, when i try to add some order status i get this error:

 

1054 - Unknown column 'downloads_flag' in 'field list'

 

insert into orders_status (orders_status_name, public_flag, downloads_flag, orders_status_id, language_id) values ('testtest', '0', '0', '5', '4')

 

[TEP STOP]

 

 

in database i have this downloads_falg - downloads_flag int DEFAULT '0'

 

Can somebody please help me or give me a hint where to look.

 

tnx,

Klemen

 

sory for fast replay...

Ive deleted downloads_flag table and create it again:

 

alter table orders_status add downloads_flag int DEFAULT '0';

 

and now everything is working.

Archived

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

×
×
  • Create New...