Greetings to all. I have problems seeing the Perplex elements (custom controls: Perplex File upload, perplex text file, and "Perplex Insert Umbraco Form" Macro ) after the manual (local) installation of the package over my implementation of Umbraco.
In the error log of umbraco only can see
2017-05-26 11:25:27,782 [P2576/D23/T41] WARN
Umbraco.Web.Models.Mapping.MacroModelMapper - Could not resolve a
parameter editor with alias Perplex.UmbracoFormPicker, a textbox will
be rendered in it's place
referred to perplex environment.
the version of perplex that i've installed is PerplexUmbraco.Formsextensions1.55 and also have the same problem with the version PerplexUmbraco.Formsextensions1.5.
The version of umbraco is (7.4.1 assembly: 1.0.5891.23238) and the version of umbraco Form is "4.3.2"
Can anyone tellme something about this problem? Thanks a lot!
I have not heard of this issue before and will have to look into this for a bit. I'll try to find some time this week to quickly test version 1.55 of the package with Umbraco 7.4.1 + Forms 4.3.2 and let you know if I run into the same issues.
I tried a fresh installation of Umbraco 7.4.1 + Forms 4.3.2 with version 1.55 of our package and I cannot reproduce the issue you reported.
I see our custom field types when creating a new Form and can create folders in the Forms section as well (which is also functionality our package adds). In addition, the form picker macro renders properly in both the RTE and the Grid.
Judging from the error you got, it appears you are somehow missing our picker datatype (with alias Perplex.UmbracoFormPicker). Please make sure the folder \App_Plugins\PerplexUmbracoForms exists in your project. The package.manifest inside contains the definition for Perplex.UmbracoFormPicker which should be picked up by Umbraco.
If it is not there, try to reinstall the package or install the package in another installation and copy the the folder from there. However, if the folder is indeed not there something went wrong with installation so it is probably best to reinstall our package regardless.
You can install any version of Umbraco Forms using NuGet in Visual Studio. Older versions of our package can be downloaded from the Archived Files on our package page.
Hi Daniel so many thanks for the time invested. Actually i've try this solution and soon i'll have the result of various test. The tree structure its quite different here and i'll configure this.
Can't use perplex controls or macro over umbraco
Greetings to all. I have problems seeing the Perplex elements (custom controls: Perplex File upload, perplex text file, and "Perplex Insert Umbraco Form" Macro ) after the manual (local) installation of the package over my implementation of Umbraco.
In the error log of umbraco only can see
referred to perplex environment.
the version of perplex that i've installed is PerplexUmbraco.Formsextensions1.55 and also have the same problem with the version PerplexUmbraco.Formsextensions1.5.
The version of umbraco is (7.4.1 assembly: 1.0.5891.23238) and the version of umbraco Form is "4.3.2"
Can anyone tellme something about this problem? Thanks a lot!
Hi Martin,
I have not heard of this issue before and will have to look into this for a bit. I'll try to find some time this week to quickly test version 1.55 of the package with Umbraco 7.4.1 + Forms 4.3.2 and let you know if I run into the same issues.
Hi Martin,
I tried a fresh installation of Umbraco 7.4.1 + Forms 4.3.2 with version 1.55 of our package and I cannot reproduce the issue you reported.
I see our custom field types when creating a new Form and can create folders in the Forms section as well (which is also functionality our package adds). In addition, the form picker macro renders properly in both the RTE and the Grid.
Judging from the error you got, it appears you are somehow missing our picker datatype (with alias Perplex.UmbracoFormPicker). Please make sure the folder \App_Plugins\PerplexUmbracoForms exists in your project. The package.manifest inside contains the definition for Perplex.UmbracoFormPicker which should be picked up by Umbraco.
If it is not there, try to reinstall the package or install the package in another installation and copy the the folder from there. However, if the folder is indeed not there something went wrong with installation so it is probably best to reinstall our package regardless.
Regards, Daniël
Daniel, can I make you one more request? From where could I get the Forms package from version 4.3.0?
Hi Martin,
You can install any version of Umbraco Forms using NuGet in Visual Studio. Older versions of our package can be downloaded from the Archived Files on our package page.
Thank you very much! Daniel! Your response was very helpful!
Hi Daniel so many thanks for the time invested. Actually i've try this solution and soon i'll have the result of various test. The tree structure its quite different here and i'll configure this.
is working on a reply...