Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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" />
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
yeah.. my bad.. name property is not used in intergrated
Keep me informed on this one...
Same problem here. Added the line to web.config, but still giving me errors.
Luckily I didn't install it on the online version :)
This was developed against MSSQL.. check the rights of the config file.
I does not work by adding the key in web.config.
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
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
Ok so now i get blank content tree?
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" />
Sorry. Responded to quickly. What version of umbraco and are you using integrated mode?
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.
I've updated the BackOffice Notes package. (v1.0.1).
Give it a spin!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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" />
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
yeah.. my bad.. name property is not used in intergrated
Keep me informed on this one...
Same problem here. Added the line to web.config, but still giving me errors.
Luckily I didn't install it on the online version :)
This was developed against MSSQL.. check the rights of the config file.
I does not work by adding the key in web.config.
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
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
Ok so now i get blank content tree?
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" />
Sorry. Responded to quickly. What version of umbraco and are you using integrated mode?
Sorry. Responded to quickly. What version of umbraco and are you using integrated mode?
Sorry. Responded to quickly. What version of umbraco and are you using integrated mode?
Sorry. Responded to quickly. What version of umbraco and are you using integrated mode?
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.
I've updated the BackOffice Notes package. (v1.0.1).
Give it a spin!
is working on a reply...