Jump to content

PrestaShop\PrestaShop\Core\Domain\Category\Exception\CategoryException code 0


Recommended Posts

After editing the homepage category, an unexpected problem occurred during saving, and an unexpected error occurred: [PrestaShop\PrestaShop\Core\Domain\Category\Exception\CategoryException code 0], unable to save, please analyze the reason, thank you

 

Store version: 1.7.6.5

Edited by aduydgd (see edit history)
Link to comment
Share on other sites

  • 3 years later...

Check your data in the ps_category_product table.

You may find rows with id_category value = 0.

Deleting these rows with DELETE FROM ps_category_product WHERE id_category = '0' can fix the issue.

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