Install mojoportal over suse and sqlite

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.
12/18/2008 2:09:49 PM
Gravatar
Total Posts 2

Install mojoportal over suse and sqlite

Hi all!

I'am a new to nojoportal and I'm trying to install it over opensuse and using sqlite database, and I always get the same error, i'd like to dig if this error is a bug or it's just that i'm doing somethig wrong. Here is the error i get trying to start Setup/Deault.apsx or try to edit mojo.db.config sample:

 

Server Error in '/mojoportal' Application
Method not found: 'mojoPortal.Business.WebHelpers.CacheHelper.GetCurrentSiteSettings'.

Description: HTTP 500. Error processing request.

Stack Trace:

System.MissingMethodException: Method not found: 'mojoPortal.Business.WebHelpers.CacheHelper.GetCurrentSiteSettings'.
at mojoPortal.Web.UrlRewriter.UrlRewriter_BeginRequest (System.Object sender, System.EventArgs e) [0x00000]
at System.Web.HttpApplication+<RunHooks>c__Iterator1.MoveNext () [0x00000]
at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00000]
at System.Web.HttpApplication.Tick () [0x00000]

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

 

By the way I'm using VMware virtual image from mono project

12/18/2008 3:49:30 PM
Gravatar
Total Posts 18439

Re: Install mojoportal over suse and sqlite

Are you using the source code? If so you must compile it, open the mojoportal.mds file with MonoDevelop and build the solution.

Hope it helps,

Joe

12/18/2008 6:18:09 PM
Gravatar
Total Posts 2

Re: Install mojoportal over suse and sqlite

Hi Joe,

Thanks for your quick answer. I'm using the sqlite realese, i'm not using de soucre code. I shouldn't use the source code as I am looking for way to configure an Opensuse with it's own supported packages. I suposed to find out a solution that can be easly implemented. Tomorrow I'll keep on working with it, I was asking if it was a bug 'cos it said "method not found" in trace and I thouhgt it might be a reported issue. I'm new in Mono project and mojoportal, so it's new a new ambient where I still don't fit.

Thanks

Deivit

12/19/2008 5:56:23 AM
Gravatar
Total Posts 18439

Re: Install mojoportal over suse and sqlite

Hi Deivit,

Well, to use mojoportal on Mono at all with a release version, you would need to start with the mojoportal-pgsql-for-mono release files, then grab the *.Data.dll files from the bin folder of the sqlite release and paste them into the bin of the pgsql-for-mono release. This is because the web files require a special build, you can't use the windows versions on Mono as it has some unsupported things like web parts in it. If you work with the MonoDevelop solution mojoportal.mds, it is already configured to leave out unsupported things. I build with it to make the for-mono package but I only make one version of the package, not one for each db platform (it would be ideal to do that but also more work)

I will also say that though it should work in theory, I have never tested with sqlite on mono myself, I've only tested it on windows. On linux I test only pgsql and mysql myself.

Possibly at some point we will have an installer to make things easier.

Best,

Joe

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