Invalid object name 'UFUserSecurity' - UmbracoForms
Hey
Using the latest stable UmbracoCMS, I'm trying to install UmbracoForms (already have a license).
Each time, the installation seems to go ok, but then when accessing the Forms section I'm getting an error: Invalid object name 'UFUserSecurity'.
I tried both installing from the dashboard, manually trough uploading the package and via nuget.
The result is the same. The problem is most certain the db, where no new tables appear. I used an sql admin user.
Invalid object name 'UFUserSecurity' - UmbracoForms
Hey
Using the latest stable UmbracoCMS, I'm trying to install UmbracoForms (already have a license). Each time, the installation seems to go ok, but then when accessing the Forms section I'm getting an error: Invalid object name 'UFUserSecurity'.
I tried both installing from the dashboard, manually trough uploading the package and via nuget. The result is the same. The problem is most certain the db, where no new tables appear. I used an sql admin user.
Any idea what might be wrong?
It looks like the application is not able to create Umbraco Forms tables in the database. So something with the db user or connection.
Just for those looking at the same problem (in Umbraco v10).
This might happen if someone installed umbraco forms earlier, but removed the database tables.
You need to delete (or rename) the KEY in the UmbracoKeyValue database table from umbraco forms.
Something link this:
Then restart the website and you should be good to go.
Thank you.
is working on a reply...