Jump to content

Invalid new order state


Recommended Posts

Hi , I dont know what happened. I havent change anything in the settings , but today I suddenly did a testorder and I got this message: Invalid new order state

And the link stops at
It seems /modules/bankwire/validation.php

Im using prestashop 1.2.


It worked 1 month ago, but today it suddenly ...just became as it is.

Edit: I noticed that order message, order states are empty in BO??? is this a hack attempt?

I cant add anything in the The order message, the add new + button are gone..why is that'?

And the statuses link are all empty ???!!!!

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...
  • 3 months later...

Hi guys today my shop stopped working I have the same problem as u guys have or had ..could anybody point me in the right direction please !

Invalid new order state is the message that I received I'm lost ... I looked in my back office and the other status tab seem to be empty ? PLease HELP

Link to comment
Share on other sites

If you used the SQL script to clean all the test orders, the problem is that the script deletes this two tables, that shouldn't be deleted:

ps_order_state
ps_order_state_lang



Just copy those two tables from a clean instalation and replace them and you should be fine.

For the record, the correct SQL script should be:

TRUNCATE `ps_orders`;
TRUNCATE `ps_order_detail`;
TRUNCATE `ps_order_discount`;
TRUNCATE `ps_order_history`;
TRUNCATE `ps_order_message`;
TRUNCATE `ps_order_message_lang`;
TRUNCATE `ps_order_return`;
TRUNCATE `ps_order_return_detail`;
TRUNCATE `ps_order_return_state`;
TRUNCATE `ps_order_return_state_lang`;
TRUNCATE `ps_order_slip`;
TRUNCATE `ps_order_slip_detail`;
TRUNCATE `ps_order_customization_return`;

Link to comment
Share on other sites

  • 6 months later...

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...