URL Error When Mojoportal Is Not Installed In Web Root Folder

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.
10/30/2011 6:30:33 PM
Gravatar
Total Posts 27

URL Error When Mojoportal Is Not Installed In Web Root Folder

I am using Mojoportal V2.3.7.0 and installed it in a sub-folder under web root folder.

After I logged in to build/maintain my website, the sub-folder name in URL may be duplicated. For instance, '/a/...' will become '/a/a/...'. So, the web page is not found. If I don't log in, the URL will never has mistakes.

Is there anyone else see this problem?

Stone

10/31/2011 8:42:40 AM
Gravatar
Total Posts 18439

Re: URL Error When Mojoportal Is Not Installed In Web Root Folder

This can happen if using SSL and running in a sub folder, and the solution is to add this in user.config:

<add key="IsRunningInRootSite" value="false" />

Other than that note that the 2.3.7.0 release has been patched with several bug fixes since the initial release. If you look at the notes for the 2.3.7.0 release on codeplex you will see which files have been updated. So if you downloaded prior to these bug fixes you may want to download again and replace the specified files.

Hope that helps,

Joe

10/31/2011 11:23:22 AM
Gravatar
Total Posts 27

Re: URL Error When Mojoportal Is Not Installed In Web Root Folder

Joe,

Thank you for your timely help!

Stone

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