Installing the Postgres + Mono package

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.
8/1/2007 1:19:32 AM
Gravatar
Total Posts 3

Installing the Postgres + Mono package

Hi,

I'm trying to install mojoPortal 2.2.3.3 from the PostgreSQL package for Mono. I've got through a handful of problems, but now I'm stuck with the following message:

mojoPortal Setup
Database Platform pgsql
Database Code Version 2.2.3.3
Database Schema Version 2.2.1.7
Status You need to upgrade the Database Schema to make it the same version as the code.

- Brian

8/1/2007 7:08:46 AM
Gravatar
Total Posts 18439

Re: Installing the Postgres + Mono package

Hi Brian,

If you look in the db in the mp_schemascripthistory table you will see rows for every upgrade script it has run and likely there is an error message in at least one of them.

In order to try and help I will need to know what the error message is. Then if the issue causing the error can be resolved, you will need to delete the rows from that table that have errors so it will run those failed scripts again.

Hope it helps,

Joe

8/1/2007 3:39:25 PM
Gravatar
Total Posts 3

Re: Installing the Postgres + Mono package

Hi Joe,

The first error I was getting was that I wasn't the owner of "mp_htmlcontent". I was able to overcome that by deleting all the tables and rerunning 2CreateTables.sql as "mojouser" (Their owner was "postgres").

Now I get the error:

 Npgsql.NpgsqlException:
must be owner of function monthname
Severity: ERROR
Code: 42501

8/1/2007 4:08:20 PM
Gravatar
Total Posts 18439

Re: Installing the Postgres + Mono package

Since you ran the table script as mojouser I think you would need to run the stored procedure script the same way as the function it is complaining about is in there.

Joe

8/1/2007 7:56:28 PM
Gravatar
Total Posts 3

Re: Installing the Postgres + Mono package

Okay, I got it working. I ended up deleting all the databases manually and rerunning the sql files as "mojouser".

 

Thanks for you help,

Brian

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