This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi
Thanks for a great CMS system.
I have a multisite setup with 20 subfolders. I experience that I can't access certain features like the content manager without getting an error like shown below. My hosted site runs on windows 2008 R2 with MySql under full trust and I have tried making full access to the MySql database.
I really hope you can point me to a solution.
Best regards
Lars
----
Error message here:
Server Error in '/' Application.
Collection is read-only.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NotSupportedException: Collection is read-only.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NotSupportedException: Collection is read-only.]System.Collections.Specialized.NameObjectCollectionBase.BaseSet(String name, Object value) +6159586System.Web.HttpServerVarsCollection.SetServerVariableManagedOnly(String name, String value) +123System.Web.HttpServerVarsCollection.SynchronizeServerVariable(String name, String value) +28System.Web.HttpRequest.SynchronizeServerVariable(String name, String value) +112System.Web.Hosting.IIS7WorkerRequest.GetServerVarChanges(HttpContext ctx) +330System.Web.Hosting.IIS7WorkerRequest.SynchronizeVariables(HttpContext context) +8628520System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +154
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
This error does not point to any code in mojoPortal that I can see. It could be caused by a custom IIS module or custom code.
Thanks, Joe
Hmm .. that is strange.
I'm using the standard modules for publishing content on pages and when I click the "+" icons it happens. It also happens when I try to save something changed in the html module editor.
But it does not happen on the main site (siteid 1). And it does not happen on my developer server. I'm having the production site hosted at a web hotel.
Can this have anything to do with me running full trust?
Full Trust should not be any problem. If you get a more detailed stack trace that points to mojoPortal code then possibly I would have more advice.
OK, let me digg further into it before I revert again.
Thanks anyway.