Unable to change skin. Please help

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.
5/6/2011 12:37:51 AM
Gravatar
Total Posts 51

Unable to change skin. Please help

I´m getting this error message when trying to change skin: 

Parser Error Message: Unknown server tag 'portal:HeadingControl'.

Source Error:


Line 28:   <portal:mojoPanel runat="server" RenderArtisteer="true" UseLowerCaseArtisteerClasses="true" />
Line 29:   <portal:ModuleTitleControl runat="server" RenderArtisteer="true" UseLowerCaseArtisteerClasses="true" />
Line 30:   <portal:HeadingControl runat="server" RenderArtisteer="true" UseLowerCaseArtisteerClasses="true" />
Line 31:   <portal:mojoButton runat="server" RenderArtisteer="true" CssClass="art-button" />

Please help.

5/6/2011 2:24:46 PM
Gravatar
Total Posts 18439

Re: Unable to change skin. Please help

It looks to me like you are using a skin from a newer version of mojoPortal than the version your site is running. The best solution would be to upgrade your site, but you could comment out/remove references to <portal:HeadingControl in your theme.skin to get rid of the error.

Hope that helps,

Joe

5/8/2011 2:06:32 AM
Gravatar
Total Posts 51

Re: Unable to change skin. Please help

Joe, you´re just... wow!

I figured it out and upgraded to the latest MP.

Thanks.

Any hint for how to add 2 instances of differents javascript on a page using : Page.ClientScript.RegisterClientScriptBlock(typeof(Page))?

Thanks again.

5/8/2011 8:11:28 AM
Gravatar
Total Posts 18439

Re: Unable to change skin. Please help

Please start a new thread in the developer forum and ask your question about registering scripts more clearly with more detail about what you are trying to accomplish and what part you don't understand. I really don't know what you are asking me so I don't know how to answer. 

Best,

Joe

5/8/2011 1:13:04 PM
Gravatar
Total Posts 51

Re: Unable to change skin. Please help

My bad Joe, sorrywink

I made it work, but next time, I´ll use the dev. forum.

Thanks

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