Your website might display the following error if you're using an MS SQL database:
This issue occurs when you're using a WITH APPEND
clause on triggers.
To resolve the issue, recreate the trigger without using WITH APPEND
.
This issue was caused by your account being upgraded to MS SQL 2012, which doesn't support WITH APPEND
. You can find more information in ITEGY upgrading databases to MS SQL 2012.