Error on node deletion: "Error handling action Arithmetic operation resulted in an overflow"
I have an Umbraco site which I've just moved to another domain. It is still using the same host, so the database remains the same. When deleting entities in the backend, I get the following error at first: "Error handling action Arithmetic operation resulted in an overflow.". Then I try to delete the entity again, and it works flawlessly. It seems very weird to me, I don't get it.
I can delete nodes that have not yet been published without problems. When attempting to unpublish a node, I get the same exception, though with a stack trace: http://pastie.org/private/yn6jx9c7qiyckajjuoda.
If I refresh the node tree after this, the node appears unpublished and I can delete it without problems.
Error on node deletion: "Error handling action Arithmetic operation resulted in an overflow"
I have an Umbraco site which I've just moved to another domain. It is still using the same host, so the database remains the same. When deleting entities in the backend, I get the following error at first: "Error handling action Arithmetic operation resulted in an overflow.". Then I try to delete the entity again, and it works flawlessly. It seems very weird to me, I don't get it.
Any ideas?
By the way it's a 4.9 installation.
Some additional information:
I can delete nodes that have not yet been published without problems. When attempting to unpublish a node, I get the same exception, though with a stack trace: http://pastie.org/private/yn6jx9c7qiyckajjuoda.
If I refresh the node tree after this, the node appears unpublished and I can delete it without problems.
Please if anyone could help it'd be so great.
Courtesy of dawhite on Jabbr.net I found a solution, which was to delete the Examine index cache.
I hope others can benefit from this!
is working on a reply...