Missing Forms root folder after uninstalling v1.8.3 package
I have a site with Umbraco v7.15.6 and Umbraco Forms v7.5.4 installed.
I have installed the package downloading the UmbracoFormsonPerplexSteroids_1.8.3.zip package.
Everything works ok.
I uninstall the package and when entering Forms section the Forms root folder is missing. If i install the package again the folder appears.
If I recall correctly we modify config\trees.config when installing the package. There is no specific uninstall code unfortunately so that change is not reverted. If you check that file you should see somewhere a initialize="false" on the default Umbraco Forms tree entry. If you change that to initialize="true" it should work again.
Missing Forms root folder after uninstalling v1.8.3 package
I have a site with Umbraco v7.15.6 and Umbraco Forms v7.5.4 installed. I have installed the package downloading the UmbracoFormsonPerplexSteroids_1.8.3.zip package. Everything works ok. I uninstall the package and when entering Forms section the Forms root folder is missing. If i install the package again the folder appears.
Hi Tito,
If I recall correctly we modify
config\trees.config
when installing the package. There is no specific uninstall code unfortunately so that change is not reverted. If you check that file you should see somewhere ainitialize="false"
on the default Umbraco Forms tree entry. If you change that toinitialize="true"
it should work again.OK i have tried and it works, thanks!
is working on a reply...