Attempting to delete a page, getting the following error:
FAILED TO DELETE ITEM 3190 One or more errors occurred. (Exceptions
were thrown by listed actions. (this ReferenceManager is disposed.
Object name: 'Lucene.Net.Search.SearcherManager'.))
Exception Details : One or more errors occurred. (Exceptions were
thrown by listed actions. (this ReferenceManager is disposed. Object
name: 'Lucene.Net.Search.SearcherManager'.))
Ugh. Sorry, I eventually did find a solution, but I think it was more of a kitchen-sink fix where I kept throwing everything at it until it stopped happening.
Unable to delete page
Attempting to delete a page, getting the following error:
Did you find a solution for that ?
Ugh. Sorry, I eventually did find a solution, but I think it was more of a kitchen-sink fix where I kept throwing everything at it until it stopped happening.
Pretty sure I deleted directly in SQL.
I just remembered the problem!
https://github.com/umbraco/Umbraco.Forms.Issues/issues/1140
If you're comfortable editing JSON and updating via SQL, you have to find the row in UFForms. Copy the Definition field into a text editor.
Then look for a section with "preValues". Mine looked like this:
The problem is that there is no "caption" for the prevalues. So update it like this:
Go back and update it in SQL, and the null reference error should be fixed.
is working on a reply...