I upgraded Umbraco from 7.1.8 to 7.2.2. This made the contour section go away and added the forms section. So i guess contour is not supported in 7.2.2.
I installed forms from the forms dashboard.
Got nasty error
Commented out <add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
Forms still asks me to install forms so i do it again
Still no change on the Forms dashboard so i proceed to install the migration tool
I input my connection string and it says everything runs smooth but the dashboard still asks me to install Forms.
The forms are actually imported and seen to the left but the entries seems missing. The entries section seems a bit buggy cause there is only a single checkbox there.
Trying to add a form to a page fails with this message:
Is there a way to export all the form data without having the Contour dashboard. I have copied the UFRecordsXml table but its a bit complex to parse so it can be readable for the client.
If so i can just uninstall Contour and Forms completely and reinstall it.
Update:
I found the json files with the data so apparently the migration worked. Just the Forms package that is not behaving correctly. Besides, uninstalling Contour didn't seem to remove its tables.
So i uninstalled Contour AND Forms. And tried to reinstall only Forms. Since the Forms section now is gone i went to the Package Repo and searched for forms. I found it but when trying to install it thinks i want to install a local package for some reason. So i found this link http://nightly.umbraco.org/UmbracoForms/4.0/ downloaded it and installed it but got this message.
Cannot insert duplicate key row in object 'dbo.cmsMacro' with unique
index 'IX_cmsMacroPropertyAlias'. The duplicate key value is
(Insertform). The statement has been terminated.
So i uninstalled, removed the rows Insertform and RenderFormsScripts from dbo.cmsMacro and installed again. And i got the same error message!?
Update 2:
I did the same procedure again (deleting the table rows and installing) and this time it actually installed alright. But the section is still gone. I just navigated to domain.se/umbraco/#/forms and got to the forms section. It still wants me to install. When i install from the dashboard nothing happens, no errors, just comes back to the install splash after the installation. And the Entries section of the forms are still messed up. The forms are there though.
Upgrade from Contour fails
I upgraded Umbraco from 7.1.8 to 7.2.2. This made the contour section go away and added the forms section. So i guess contour is not supported in 7.2.2.
<add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
The forms are actually imported and seen to the left but the entries seems missing. The entries section seems a bit buggy cause there is only a single checkbox there.
Trying to add a form to a page fails with this message:
I think i'm giving up on this.
Is there a way to export all the form data without having the Contour dashboard. I have copied the UFRecordsXml table but its a bit complex to parse so it can be readable for the client.
If so i can just uninstall Contour and Forms completely and reinstall it.
Update:
I found the json files with the data so apparently the migration worked. Just the Forms package that is not behaving correctly. Besides, uninstalling Contour didn't seem to remove its tables.
So i uninstalled Contour AND Forms. And tried to reinstall only Forms. Since the Forms section now is gone i went to the Package Repo and searched for forms. I found it but when trying to install it thinks i want to install a local package for some reason. So i found this link http://nightly.umbraco.org/UmbracoForms/4.0/ downloaded it and installed it but got this message.
So i uninstalled, removed the rows
Insertform
andRenderFormsScripts
fromdbo.cmsMacro
and installed again. And i got the same error message!?Update 2:
I did the same procedure again (deleting the table rows and installing) and this time it actually installed alright. But the section is still gone. I just navigated to domain.se/umbraco/#/forms and got to the forms section. It still wants me to install. When i install from the dashboard nothing happens, no errors, just comes back to the install splash after the installation. And the Entries section of the forms are still messed up. The forms are there though.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.