We have run into an odd issue. It seems as if the plugin directory has gone "missing."
The plugin directory still exists in the file system. However, Contour forms cause the page they are dropped on to not render (instead, we see "an error occurred while processing your request."). We also see the same issue when trying to view the Log Manager. It seems as if Umbraco doesn't see the user controls?
We are using umbraco v 4.5.1 (Assembly version: 1.0.3858.40498).
After turning Custom Errors off to further troubleshoot this issue, the issue no longer exists for Contour pages. Seems the recompile after touching the web.config "fixed" that issue.
Still seeing an issue with Log Manager. The error is "An entry with the same key already exists" Not sure if the stack trace is of any help:
[ArgumentException: An entry with the same key already exists.]
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +2806226
System.Collections.Generic.SortedList`2.Add(TKey key, TValue value) +7169177
tswe.log.viewLog.InitControlItems() +1963
tswe.log.manager.OnInit(EventArgs e) +267
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477
Plugin directory "missing?"
We have run into an odd issue. It seems as if the plugin directory has gone "missing."
The plugin directory still exists in the file system. However, Contour forms cause the page they are dropped on to not render (instead, we see "an error occurred while processing your request."). We also see the same issue when trying to view the Log Manager. It seems as if Umbraco doesn't see the user controls?
We are using umbraco v 4.5.1 (Assembly version: 1.0.3858.40498).
Following up:
After turning Custom Errors off to further troubleshoot this issue, the issue no longer exists for Contour pages. Seems the recompile after touching the web.config "fixed" that issue.
Still seeing an issue with Log Manager. The error is "An entry with the same key already exists" Not sure if the stack trace is of any help:
What is the key that already exists? Have a look in the umbracoLog table as well.
Usually this error is not much of a problem.
is working on a reply...