Installing mojoPortal on x10Hosting

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.
3/11/2009 3:46:51 PM
Gravatar
Total Posts 33

Installing mojoPortal on x10Hosting

Hello again,

Separate issue (as mojo works fine locally with IIS)... I'm trying to install mojoPortal as an application on x10Hosting (free asp and php web host), and after doing what I think is a normal installation (following what your documentation says anyway), and did these steps:

- Uploaded a ZIP file with the contents of the web app, and uncompressed it under /public_html/
- Set the "Data" folder to 777 (can't assign windows permissions through cpanel, unless I'm missing something)
- Configured Web.Config with proper database information (mysql database) and created the proper mysql database.

The error I'm getting is this:

Server Error in '/' Application
Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.

Description: HTTP 500. Error processing request.

Stack Trace:

System.TypeLoadException: Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.
at (wrapper managed-to-native) System.Type:internal_from_name (string,bool,bool)
at System.Type.GetType (System.String typeName, Boolean throwOnError) [0x00000]
at Mono.Web.Util.SettingsMapping.get_MapperType () [0x00000]
at Mono.Web.Util.SettingsMapping.MapSection (System.Object input, System.Type type) [0x00000]
at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input, System.Type type) [0x00000]
at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input) [0x00000]
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path) [0x00000]
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName) [0x00000]
at System.Web.Compilation.AppResourcesAssemblyBuilder..ctor (System.String canonicAssemblyName, System.String baseAssemblyPath, System.Web.Compilation.AppResourcesCompiler appres) [0x00000]
at System.Web.Compilation.AppResourcesCompiler.CompileGlobal () [0x00000]
at System.Web.Compilation.AppResourcesCompiler.Compile () [0x00000]
at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000]

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433

Any ideas?

3/13/2009 7:11:15 AM
Gravatar
Total Posts 18439

Re: Installing mojoPortal on x10Hosting

Hi,

I don't know anything about x10Hosting but that error makes me think the hosting is on Linux/Mono?

If that is so then you need to use a special build for Mono, we have a package "pgsqlreleasefilesformono", you can then replace the data dlls with the ones for MySql from the MySql Data layer download.

Any problems you find are most likely to be Mono bugs, you may want to review our Linux/Mono Forums.

Hope it helps,

Joe

3/13/2009 8:50:22 AM
Gravatar
Total Posts 33

Re: Installing mojoPortal on x10Hosting

Hello Joe,

Right on the nail again!

I'll go on the linux support forums for that instance of the install. Thanks!

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