Install issues using RPMs

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.
4/11/2008 5:34:57 AM
Gravatar
Total Posts 30

Install issues using RPMs

I've been meaning to try mojoportal for quite a qhile , and finally pulled a finger out and chose to use the RPMs from the openSUSE Build Service.  As I have zero knowledge of Postgresql I am using MySQL as the DB backend, so I copied the dll's from the mysqldatalayer.zip into the bin dir and edited the Web.config file to show the correct credentials.  Problem is when I try and connect to my install I get the following error:

Probing system...
File system permissions ok.
MySQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema already exists.
database core schema is up to date.
0 site(s) found.
Creating site with default settings... - 00:00:00.6319580
An Error Occurred:Method not found: 'mojoPortal.Data.DBSiteSettings.Create'.
Source:mojoPortal.Business
Stack Trace at mojoPortal.Business.SiteSettings.Save () [0x00000] at mojoPortal.Web.mojoSetup.CreateNewSite () [0x00000] at mojoPortal.Web.UI.Pages.SetupHome.CreateSiteAndAdminUser () [0x00000] at mojoPortal.Web.UI.Pages.SetupHome.RunSetup () [0x00000] at mojoPortal.Web.UI.Pages.SetupHome.Page_Load (System.Object sender, System.EventArgs e) [0x00000] at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] at System.Web.UI.Control.LoadRecursive () [0x00000] at System.Web.UI.Page.ProcessLoad () [0x00000] at System.Web.UI.Page.ProcessPostData () [0x00000] at System.Web.UI.Page.InternalProcessRequest () [0x00000] at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]

I am running openSUSE 10.3 i586 with MySQL.  Many thanks

4/11/2008 7:16:17 AM
Gravatar
Total Posts 18439

Re: Install issues using RPMs

I'm not sure but I think the RPMs are version 2.2.4.6b and the MySql data layer you copied in is a newer version so it doesn't work.

I'm going to try to package up some new files for Mono in the next day or 2 and when that is ready you can probably just replace all the files with the new version and get it working.

Best,

Joe

4/11/2008 7:42:29 AM
Gravatar
Total Posts 30

Re: Install issues using RPMs

Indeed you are correct about the versions, I didn't actually pay much attention to them (lesson to self!).  I'll try a few things out in the interim and see what happens.

Thanks for the swift response, a definite plus in using mojoportal ;)

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