When i try to create form number 2 i get this error:
Violation of PRIMARY KEY constraint 'PK_UFForms'. Cannot insert duplicate key in object 'dbo.UFForms'. The duplicate key value is (6f2903fc-e27a-4d68-88d7-8d948746a6fe).
Here is the content from the database:
The id is the same, but i think i choould just create a new one on the next row.
Either install diretcly from the umbraco repository, or install the Contour 3.0.6.zip (newer versions won't work) as a local package under developer / packages in the umbraco backoffice
So i can not install 3.0.7 on the Umbraco version 4.11.4 - and for the moment i do not want to upgrade to Umbraco version 6.0
You could update the form templates (found in \Umbraco\plugins\umbracoContour\templates ) and update the id from what it is (all the way at the bottom) to all zeros
Violation of PRIMARY KEY - Contour
Hi
Umbraco version 4.11.4
Contour version 3.0.6
I m only allowed to create 1 form.
When i try to create form number 2 i get this error:
Here is the content from the database:
The id is the same, but i think i choould just create a new one on the next row.
Any suggestions?
Best regards René
HI again
I have looked at this a little futher.
It is only if i choose the template "Contact", if i choose "none" it works.
Comment author was deleted
Yeah it's a bug in 3.0.6 that got fixed in 3.0.7 http://nightly.umbraco.org/Umbraco%20Contour/3.0.7/changes.txt
Hi
But at the http://our.umbraco.org/projects/umbraco-pro/contour it says
To install on Umbraco 4.X
Either install diretcly from the umbraco repository, or install the Contour 3.0.6.zip (newer versions won't work) as a local package under developer / packages in the umbraco backoffice
So i can not install 3.0.7 on the Umbraco version 4.11.4 - and for the moment i do not want to upgrade to Umbraco version 6.0
Kindly René
Comment author was deleted
You could update the form templates (found in \Umbraco\plugins\umbracoContour\templates ) and update the id from what it is (all the way at the bottom) to all zeros
Hi Tim
Just vant to be sure of what you mean...
Is it this you mean, that every ID i set to 00000000-0000-0000-0000-000000000000 AFTER i Update vith the versions from Contour 3.0.7
Comment author was deleted
Just the one at the bottom so before the </form> tag the rest doesn't matter
is working on a reply...