Error retrieving form submits in back office on localhost
Hi All,
I'm creating an Umbraco form on my .local installation. Submitted a few forms but can't retrieve the submissions in the back-office.
I use was able to retrieve records but recently I upgraded due to the security advisory.
In Chrome XHR debugging I can see this:
)]}', {Message: "An error has occurred.",…}
ExceptionMessage
:
"Could not load file or assembly 'Umbraco.Licensing, Version=2.0.33.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
ExceptionType
:
"System.IO.FileNotFoundException"
Message
:
"An error has occurred."
StackTrace
:
" at Umbraco.Forms.Core.Licensing.IsTrial()↵
What version of forms are you using? Since you're running on localhost I believe it should be working just fine so wondering if it may be due to a bug in the specific version of forms maybe?
Did you upgrade via nuget? If so, did you do a re-build of the solution after?
I've had a similar error before, make sure the Forms dll's in the bin folder are correct. If in doubt, copy the latest Forms dll's into the bin folder.
Error retrieving form submits in back office on localhost
Hi All,
I'm creating an Umbraco form on my .local installation. Submitted a few forms but can't retrieve the submissions in the back-office.
I use was able to retrieve records but recently I upgraded due to the security advisory.
In Chrome XHR debugging I can see this:
Thanks John
Hi John
What version of forms are you using? Since you're running on localhost I believe it should be working just fine so wondering if it may be due to a bug in the specific version of forms maybe?
/Jan
Hi Jan,
I remember it working before I upgraded. I clicked the link to upgrade Forms within the back-office.
I'm on version 4.3.3
Cheers John
Hi John,
Did you upgrade via nuget? If so, did you do a re-build of the solution after?
I've had a similar error before, make sure the Forms dll's in the bin folder are correct. If in doubt, copy the latest Forms dll's into the bin folder.
B.
Version 4.4.0 came out recently,upgraded - backoffice now working....
is working on a reply...