update from 2.3.0.4 to 2.3.1.9 pgsql - field not found error

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.
10/17/2009 2:33:14 PM
Gravatar
Total Posts 26

update from 2.3.0.4 to 2.3.1.9 pgsql - field not found error

I've just downloaded the latest source code release and I'm attempting to do an upgrade from version 2.3.0.4 pgsql to 2.3.1.9 pgsql

I can successfully create a brand new db with all the scripts running successfuly but when I attempt to update the existing db, application stops on line

this.draftEditOnlyRoles = reader["DraftEditRoles"].ToString();

 with error 'field not found'

Any help on this would be appreciated

10/18/2009 3:09:13 PM
Gravatar
Total Posts 18439

Re: update from 2.3.0.4 to 2.3.1.9 pgsql - field not found error

If you are using source code and this is happening in the VS debugger, just click continue and it should redirect to the setup page and run the needed script to add the field. By default it will break on all errors but just tell it to keep going.

Hope it helps,

Joe

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