Jump to content

[Solved] an error occurred while updating object


Recommended Posts

I get "an error occurred while updating object" every time I try to update a tax setting (Payment > Taxes) or an order status setting (Orders > Order statuses).

 

I can add new taxes and order statuses but I'm unable to update existing ones.

 

phpMyAdmin does the trick, of course, but I'd like these features to work as intended.

 

I get this error on both of my servers, local and live.

Link to comment
Share on other sites

Hi,

 

Did you follow the update process ? Did you upgrade only the database or also all files ?

 

This problem is often due to a difference between database fields and fields present in object classes.

 

Sample :

 

- a new field is added to the 'tax' table

- you don't have this field in classes/Tax.php --> error  :-

 

Best regards,

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