Copied to clipboard

Flag this post as spam?

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


  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Dec 16, 2011 @ 12:06
    Jesper Ordrup
    0

    Configuration is readonly exception

    Just installed backoffice on a clean 4.7.1 with starterkit. Installation ends with exception "Configuration is readonly". 

    Running of webmatrix locally.

    Same as this -  http://our.umbraco.org/forum/ourumb-dev-forum/bugs/26893-Last-post-not-displayed

    Clues?

    /Jesper

  • Daniel Bardi 927 posts 2562 karma points
    Dec 16, 2011 @ 12:28
    Daniel Bardi
    0

    If running in integrated pipleline mode, add the following to the web.config under system.webServer/handlers section.

    <add name="BackOfficeNotes" path="*.note" verb="*" type="Dascoba.Umb.BackOfficeNotes.NotesHandler, Dascoba.Umb.BackOfficeNotes" />

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Dec 16, 2011 @ 13:39
    Jesper Ordrup
    0

    Im running integrated using webmatrix and iisexpress, so your'e spot on. I had to remove the name attribute though. 

    New problem is that my content tree is empty .. will investigate..

     

    /j

     

  • Daniel Bardi 927 posts 2562 karma points
    Dec 16, 2011 @ 22:24
    Daniel Bardi
    0

    yeah.. my bad.. name property is not used in intergrated

    Keep me informed on this one... 

  • Fourfinger 24 posts 44 karma points
    Feb 27, 2012 @ 09:56
    Fourfinger
    0

    Same problem here. Added the line to web.config, but still giving me errors.

    Luckily I didn't install it on the online version :)

  • Daniel Bardi 927 posts 2562 karma points
    Mar 08, 2012 @ 01:11
    Daniel Bardi
    0

    This was developed against MSSQL.. check the rights of the config file.

  • Hardy Wang 91 posts 112 karma points
    Jun 07, 2012 @ 15:28
    Hardy Wang
    0

    I does not work by adding the key in web.config.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jun 25, 2012 @ 15:32
    Ismail Mayat
    0

    I just installed the package and I have the entry in my web.config for the handler however I still get the same configuration readonly error. Any ideas?

    Regards

     

    Ismail 

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jun 25, 2012 @ 16:15
    Ismail Mayat
    0

    Ok fixed this by putting it in system.web httphandlers NOT  system.webServer/handlers

    <add path="*.note" verb="*" type="Dascoba.Umb.BackOfficeNotes.NotesHandler, Dascoba.Umb.BackOfficeNotes" />

    even though i was running iis7.5

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jun 25, 2012 @ 16:18
    Ismail Mayat
    0

    Ok so now i get blank content tree?

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 19:06
    Daniel Bardi
    0

    I'll get an updated package to fix the .config issue.  Add the handler to the system/httpHandlers section also.

    <add  verb="*" path="*.note" type="Dascoba.Umb.BackOfficeNotes.NotesHandler, Dascoba.Umb.BackOfficeNotes" />

     

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 19:08
    Daniel Bardi
    0

    Sorry.  Responded to quickly.  What version of umbraco and are you using integrated mode?

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 19:08
    Daniel Bardi
    0

    Sorry.  Responded to quickly.  What version of umbraco and are you using integrated mode?

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 19:08
    Daniel Bardi
    0

    Sorry.  Responded to quickly.  What version of umbraco and are you using integrated mode?

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 19:09
    Daniel Bardi
    0

    Sorry.  Responded to quickly.  What version of umbraco and are you using integrated mode?

  • Daniel Bardi 927 posts 2562 karma points
    Jun 25, 2012 @ 22:13
    Daniel Bardi
    0

    I apologize to everyone.  Appears that the notes table is not added during the install.  Working on an update now and will have it ready later today.

  • Daniel Bardi 927 posts 2562 karma points
    Jul 01, 2012 @ 03:29
    Daniel Bardi
    0

    I've updated the BackOffice Notes package. (v1.0.1).

    Give it a spin!

Please Sign in or register to post replies

Write your reply to:

Draft