fresh install: nav bars are all messed up

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.
8/3/2011 11:27:34 PM
Gravatar
Total Posts 2

fresh install: nav bars are all messed up

I've got a fresh install of 2.3.6.7 (July 20). I'm using the net35/mssql build. Everything installed fine. However, on a lot of the skins the nav bar renders incorrectly. See the screenshots:

http://michellelking.com/BadMenu.png

http://michellelking.com/BadMenu2.png

Any ideas?

8/4/2011 6:29:06 AM
Gravatar
Total Posts 18439

Re: fresh install: nav bars are all messed up

The problem is that under .NET 3.5 medium trust hosting virtual path providers do not work so it cannot load the theme.skin from the /Data/Sites/[SiteID]/skins/[skinname]/ folder

This is documented in the article Understanding the theme.skin file file. The solution is to copy the theme.skin file from the skin folder into /App_Themes/default

However for new installations I highly recommend get .NET 4 hosting and use the .NET 4 package of mojoPortal. This problem about virtual path providers not working in medium trust was fixed in .NET 4.

.NET 4 has many other advantages over .NET 3.5 and we don't plan to support .NET 3.5 forever so anyone setting up a new site with mojoPortal should use .NET 4 if possible.

Hope that helps,

Joe

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