Site Administration Site settings

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
6/29/2011 8:34:49 AM
Gravatar
Total Posts 14

Site Administration Site settings

System Information
mojoPortal Version 2.3.6.6 MSSQL
Operating System Microsoft Windows NT 5.2.3790 Service Pack 2
ASP.NET Info v4.0.30319 Running in Full Trust

After upgrade to  2.3.6.6 cant access to /Admin/SiteSettings.aspx

Log:

2011-06-29 16:29:07,802 ERROR mojoPortal.Web.Global - 192.168.20.126-et-EE - /Admin/SiteSettings.aspx- Referrer(http://domain.com/Admin/AdminMenu.aspx)
System.Web.HttpParseException (0x80004005): Unknown server tag 'portal:SkinList'. ---> System.Web.HttpException (0x80004005): Unknown server tag 'portal:SkinList'.
   at System.Web.UI.TagPrefixTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs)
   at System.Web.UI.MainTagNameToTypeMapper.GetControlType2(String tagName, IDictionary attribs, Boolean fAllowHtmlTags)
   at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags)
   at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary attribs)
   at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty)
   at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ProcessException(Exception ex)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

6/29/2011 9:51:32 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Site Administration Site settings

When you upgrade, you should be taking the newly delivered web.config and re-merging your customizations into it (machine key, etc.), rather than keeping your existing web.config.

In 2.3.6.6, the following directive was added to web.config, and you're receiving this error because it's not in your web.config:

<add tagPrefix="portal" tagName="SkinList" src="~/Controls/SkinSetting.ascx"/>

6/30/2011 12:52:23 AM
Gravatar
Total Posts 14

Re: Site Administration Site settings

Thanks Jamie! This works :)

You must sign in to post in the forums. This thread is closed to new posts.