Jump to content

Can not change order status from back office PS 1.6.1.5


Recommended Posts

Hi When I tried to change/add or edit Order--? Status in PS 1.6.1.5 recently upgraded from PS 1.6.0.14 I got this error 

 

An error occurred while creating an object. order_state (Unknown column 'pdf_delivery' in 'field list')

 

now I can not add.edit order status 

 

Please check asap

 

Thanks

Link to comment
Share on other sites

  • 4 weeks later...

login to you cPanel and edit database using PhpMyAdmin
alter the table ps_order_state in your database. make sure there is a pdf_delivery column, if not then you have to create it.
I had the same issue with pdf_delivery and pdf_invoice so I had to create those 2 columns manually in the database and all resolved.

`pdf_delivery` tinyint(1) unsigned NOT NULL DEFAULT '0';
`pdf_invoice` tinyint(1) unsigned NOT NULL DEFAULT '0';

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...