Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Wesley de Roo 38 posts 142 karma points
    Nov 28, 2012 @ 16:25
    Wesley de Roo
    0

    Error web.config could not be updated when installing contour 3.0.1 on Umbraco 4.11

    I'm getting this error when installing contour 3.0.1 on a fresh umbraco 4.11 installation:

    web.config could not be updated + System.NullReferenceException: Object reference not set to an instance of an object. at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e) 3 

    I'v already checked this solution 

    Web.config could not be updated

    You web.config file is either write protected or the asp.net process do not have the rights to modify it. Follow the chapter "changing the web.config" in the installation guide to fix it.

    I've alse tried to manualy add the changes from the file 1ac3495d-8412-40db-b075-552afa07fe23.config in the package into the web.config. Then i'm getting redirect to ugly error 404 page on every page i request even /umbraco/

    The log manager gives me these messages:

    Debug - (none) 28/11/2012 15:09:55 Xml saved in 00:00:00.0314679

    Debug - (none) 28/11/2012 15:09:55 Xml saved in 00:00:00.0254713

    Debug - (none) 28/11/2012 15:09:55 Done republishing Xml Index

    Debug - (none) 28/11/2012 15:09:55 Xml Pages loaded

    Debug - (none) 28/11/2012 15:09:55 Republishing starting

    System - (none) 28/11/2012 15:09:55 Loading content from database...

    Debug - (none) 28/11/2012 15:09:54 Adding language

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="ContourUninstall" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="AddToLanguageFile" key="contour" area="sections" language="en">Umbraco Contour</Action>

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addXsltExtension" assembly="/bin/Umbraco.Forms.Core" type="Umbraco.Forms.Library" extensionAlias="umbraco.contour" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="5" applicationAlias="users" treeAlias="formssecurity" treeTitle="Contour security" iconOpened="legacy" iconClosed="legacy" assemblyName="Umbraco.Forms.UI" treeHandlerType="Trees.LoadFormsSecurity" action="" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="2" applicationAlias="contour" treeAlias="formprevaluesource" treeTitle="Prevalue Sources" iconOpened="legacy" iconClosed="legacy" assemblyName="Umbraco.Forms.UI" treeHandlerType="Trees.LoadPreValueSource" action="" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="1" applicationAlias="contour" treeAlias="formdatasources" treeTitle="Data Sources" iconOpened="legacy" iconClosed="legacy" assemblyName="Umbraco.Forms.UI" treeHandlerType="Trees.LoadDataSource" action="" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="0" applicationAlias="contour" treeAlias="forms" treeTitle="Forms" iconOpened="legacy" iconClosed="legacy" assemblyName="Umbraco.Forms.UI" treeHandlerType="Trees.LoadForm" action="" />

    Debug - (none) 28/11/2012 15:09:54 <Action runat="install" alias="addApplication" appName="Umbraco Contour" appAlias="contour" appIcon="contour.png" />

    Error - (none) 28/11/2012 15:09:54 Error creating macro property: System.ArgumentException: No macro property type found with the id specified at umbraco.cms.businesslogic.macro.MacroPropertyType.setup() at umbraco.cms.businesslogic.macro.Macro.Import(XmlNode n)

    Error - (none) 28/11/2012 15:09:53 Error creating macro property: System.ArgumentException: No macro property type found with the id specified at umbraco.cms.businesslogic.macro.MacroPropertyType.setup() at umbraco.cms.businesslogic.macro.Macro.Import(XmlNode n)

    What am i doing wrong or is it something else?

    Thnx 
    Wesley

  • Stephen Davidson 216 posts 392 karma points
    Nov 28, 2012 @ 16:40
    Stephen Davidson
    0

    This sounds like a permission issue...there is a permsission bat file you can run against your Umbraco folder to check/update.

    Regards,

    S

  • Wesley de Roo 38 posts 142 karma points
    Nov 29, 2012 @ 10:34
    Wesley de Roo
    0

    Thnx! I'v found the information and applied it. But i still get the same error. 

    http://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line

    I've tried to do a new test with fresh install of 4.11.1 and contour 3.0.1. The same error ocours when the installation is finished:

    web.config could not be updated + System.NullReferenceException: Object reference not set to an instance of an object. at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e) 3 

    When clicking the button to open Contour now shows contour and functions well for what I can see now.

    In the web.config I can see that this line was added:

    <add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />

    So i don't think it's a permission isseu.

     

Please Sign in or register to post replies

Write your reply to:

Draft