Some installation errors?

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/18/2006 12:52:05 AM
Gravatar
Total Posts 68

Some installation errors?

Hi! Have some questions about using the source (2.0.1 ?) on VS2005 (with web app project). 1. VS complains about line endings, is this something I need to worry about? 2. When runing the program (from VS) VS sets up an own web server on for exemple "localhost:/1047", but the program build the links without ":/1047". Is there a way to fix this? 3. The program doesnt find the "theme.css" files, have something to do with above q? Or how can this be fixed?
5/18/2006 2:05:31 PM
Gravatar
Total Posts 18439

Re: Some installation errors?

Hi Christian,

I fixed this recently in svn. I only noticed this problem recently because I always use IIS instead of the built in VS Web Server and the error doesn't occur if you use IIS.

You can get around this by configuring a Virtual Directory in IIS like http://localhost/mojo then right click the web project and go to properties and see on the web tab where you can tell it to use IIS instead of the VS web server.

Another option is to get the latest code from svn branches/2.1 I think it is already fixed there but you may have to do a clean install of the db or try your hand with the upgrade script.

In general, these kind of issues should be reported in the developer forum.

Cheers,

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