When I make a bankwire payment in the new 1.1 version the next screen is an error screen that there is a query for a column "active" in the table ps_order_state. Indeed when I checked this column doesn't exist in this table.
When I look at the code it seems that this is some kind of coreupdater check that is done for many tables and goes wrong here.
I "solved" the problem by manually adding an active field to this table.
When I checked on my server - where I had started with a direct payment instead of bankwire - I noticed that the system had added there an active field by itself.
Question
musicmaster
When I make a bankwire payment in the new 1.1 version the next screen is an error screen that there is a query for a column "active" in the table ps_order_state. Indeed when I checked this column doesn't exist in this table.
When I look at the code it seems that this is some kind of coreupdater check that is done for many tables and goes wrong here.
I "solved" the problem by manually adding an active field to this table.
When I checked on my server - where I had started with a direct payment instead of bankwire - I noticed that the system had added there an active field by itself.
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now