Re-initialized the database, but...

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
6/9/2011 5:55:22 PM
Gravatar
Total Posts 114

Re-initialized the database, but...

Joe, I re-deployed from the 2.3.6.6 deployment package, and re-created the database from scratch by visiting setup, so am using the default skin. When I go to the Administration menu-site settings to change the skin, I get this Unknown server tag exception; this is a brand new installation. Never seen this before!

Best!

Duane

 

2011-06-09 15:47:18,706 ERROR mojoPortal.Web.Global - 24.188.56.3-en-US - /Admin/SiteSettings.aspx- Referrer(http://newtownbiblechurch.org/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/9/2011 5:59:12 PM
Gravatar
Total Posts 18439

Re: Re-initialized the database, but...

Hi Duane,

That tells me that you kept your old Web.config instead of using the one in the package. You should use the one in the package and restore your customizations such as machine key from your old Web.config to the new one.

This is a new control and it is declared in the <pages><controls> section of Web.config

Hope that helps,

Joe

6/9/2011 6:00:59 PM
Gravatar
Total Posts 114

Re: Re-initialized the database, but...

Could this have anything to do with the fact that I've set the permissions as described here? http://www.mojoportal.com/securing-the-file-system.aspx. At least, I did as much as Website Panel at Arvixe would let me do in terms of setting permissions...

Duane

 

6/9/2011 6:03:04 PM
Gravatar
Total Posts 114

Re: Re-initialized the database, but...

Don't think I did, but I'll look into it; thanks, Joe!

6/9/2011 6:07:11 PM
Gravatar
Total Posts 18439

Re: Re-initialized the database, but...

Hi Duane,

That stuff is about file system permissions, nothing about the things you posted seems related to file system, only to the database.

Edit, actually this thread is only related to what I posted previous about web.config, your other thread is the one that seems a database problem. Neither of them is a file permission problem.

Best,

Joe

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