Help, not getting installed propperly

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.
2/2/2007 7:19:24 PM
Gravatar
Total Posts 21

Help, not getting installed propperly

Trying to set up installation on a hosted platform (1and1.com)

I installed the tables and stored procs.. ftp'd the file to the mojo directy..

modified the webconfig to use the correct DB

when I go to my URL.. I get just a Directory listin of the Mojo files

http://www.gamedruid.net

what the heck am I doing wrong here.. I don't see a default.aspx.. or index .. or home.. which are usually the defaults that IIS looks for..

2/3/2007 12:19:36 AM
Gravatar
Total Posts 18439

Re: Help, not getting installed propperly

Hi,

It doesn't look like Default.aspx is configured as a default document.
In fact Default.aspx seems to be missing, please try uploading all the files and make sure ASP.NET 2.0 is configured.

Joe
2/3/2007 5:03:33 AM
Gravatar
Total Posts 21

Re: Help, not getting installed propperly

yeah.. my thoughts too. some how it had gone away. I redownloaded the zip.. and re-uploaded the files..

from URL:

http://gamedruid.net/mojo/Setup/Default.aspx

now I get the following error when I try to run it:

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessPermission.Demand() +59
System.Web.HttpContext.System.IServiceProvider.GetService(Type service) +54
Brettle.Web.NeatUpload.UploadHttpModule.GetCurrentWorkerRequest() +57
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +69
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


2/3/2007 7:14:05 AM
Gravatar
Total Posts 18439

Re: Help, not getting installed propperly

That means you are hosted in a Medium trust environment. mojoPortal can run in Medium trust but it requires some configuration changes in Web.config. If you look carefully in web.config you'll see comments about things that need to be changed for Medium trust.

Mainly, you have to uncomment Lucene.Net.lockdir and put the server file path to the index folder so the search engine can function, and you have to comment out the HttpUploadModule


More info here: http://www.mojoportal.com/mediumtrust.aspx

Hope it helps,

Joe
2/3/2007 2:41:01 PM
Gravatar
Total Posts 21

Re: Help, not getting installed propperly

it took some work.. but got it working..

thanks much for the assist :)

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