Jump to content

Order status update Error on pre upgrade orders


Recommended Posts

I am now on 1.6.14 i have imported orders from oscommerce and i can not change order status on those orders

new orders received in 1.6.14 work just fine

when googling around i found some other users having issues with orders created before update to 1.6.14 so i do not think the problem has to do with my oscommerce import

 

i get following error message

 

 

[PrestaShopException]

Property Order->module is not valid
at line 872 in file classes/ObjectModel.php

867.
868.             $message = $this->validateField($field, $this->$field);
869.             if ($message !== true)
870.             {
871.                 if ($die)
872.                     throw new PrestaShopException($message);
873.                 return $error_return ? $message : false;
874.             }
875.         }
876.
877.         return true;

 

Any and all help is appreciated

tnx

 

Link to comment
Share on other sites

Solwed

the issue is in the database and payment module name

i had spaces in the name and that is not allowed so that is the reason for error

so if anyone else has same issue edit payment_module field from ps_orders tables to valid values (no spaces, no special characters, no numbers) after this you can change order status again

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • 11 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...