Yes there is a valid license file and it is in bin folder.
Installed file is there in '\App_Plugins\UmbracoForms' but strange thing is, it is empty.
Our site was managed and hosted by other company but now taken code and hosting in house so don't have much past history really.
There are few existing Umbraco forms already and working fine with workflows in live site.But somehow in the Backoffice->Forms it says 'Install Forms' instead of 'Forms Dashboard'
Even under 'Developer'->Packages->Installed Packaged it shows 'UmbracoForms.Package.4.4.2'.
I tried to install Forms again from the backoffice but it is giving error and
also existing reports also stopped to work.
I added a formsupdate text file (whitout the .txt) in the ~/App_Data/Temp/ map and then i made a change to the config file and restartet the application.
I've just been in a similar situation, after upgrading umbraco from 7.3 to 7.15 and upgrading forms from 4.4.4. to 7.2.0. I kept getting the install page even though it was installed.
This was my fix:
Go to /App_Data/TEMP
Rename 'formsupdate' to 'formsupdate.exclude'
Reload the site (if it doesn't work, you may want to refresh your application pool, I didn't need to)
It will generate another 'formsupdate' file, in my case it was identical to the file I excluded, but it cleared the install page and now I can see the forms dashboard
Umbraco Forms Dashboard says 'Install Umbraco Forms'
Hi,
Our one of Umbraco CMS site was hosted by other company and now got the source code for internal hosting.
Site is using few Umbraco forms.
From Umbraco backoffice->Developer->Installed packages, it shows 'Umbraco Forms' and under Package name it says 'UmbracoForms.Package.4.4.2'.
But under 'Forms' from backoffice it says 'Install Umbraco Forms' instead of 'Forms Dashboard'.
It also shows existing forms which are currently in use for the site.There are Umbraco forms related dll(s) also there in Bin folder.
Can someone help why it says 'Install Umbraco Forms' instead of 'Forms Dashboard'?
Regards,
Hi,
Have you checked that a valid umbracoForms.lic is in the bin folder. You will need to recycle the app pool once it is added in.
Also check that the installed file is present in \App_Plugins\UmbracoForms
Hope this helps
Hi David,
Thank you for reply.
Yes there is a valid license file and it is in bin folder.
Installed file is there in '\App_Plugins\UmbracoForms' but strange thing is, it is empty.
Our site was managed and hosted by other company but now taken code and hosting in house so don't have much past history really.
There are few existing Umbraco forms already and working fine with workflows in live site.But somehow in the Backoffice->Forms it says 'Install Forms' instead of 'Forms Dashboard'
Even under 'Developer'->Packages->Installed Packaged it shows 'UmbracoForms.Package.4.4.2'.
I tried to install Forms again from the backoffice but it is giving error and also existing reports also stopped to work.
Regards,
Hi there,
I am having this same issue, did you find a resolution?
I came upon this post, when i got the same issue.
I solved it this way.
I added a formsupdate text file (whitout the .txt) in the ~/App_Data/Temp/ map and then i made a change to the config file and restartet the application.
https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Installation/ManualUpgrade
I've just been in a similar situation, after upgrading umbraco from 7.3 to 7.15 and upgrading forms from 4.4.4. to 7.2.0. I kept getting the install page even though it was installed.
This was my fix:
It will generate another 'formsupdate' file, in my case it was identical to the file I excluded, but it cleared the install page and now I can see the forms dashboard
is working on a reply...