Forum Post Error

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/31/2010 1:11:25 PM
Gravatar
Total Posts 4

Forum Post Error

Windows Server 2008/Ubuntu PGSQL

PGSQL 8.4

2.3.4.1 pgsql

 

Hi,

 

When replying to a post on the latest version of mojoportal it fails with following in the log file:

2010-03-31 19:01:02,519 ERROR mojoPortal.Web.mojoBasePage - 86.176.129.41-en-GB - /WISCE/Forums/EditPost.aspx?thread=10&forumid=2&mid=38&pageid=45&pagenumber=1
Npgsql.NpgsqlException:
column "currentpostuserid" does not exist
Severity: ERROR
Code: 42703
at Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3>d__a.MoveNext()
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject()
at Npgsql.ForwardsOnlyDataReader.GetNextRowDescription()
at Npgsql.ForwardsOnlyDataReader.NextResult()
at Npgsql.ForwardsOnlyDataReader..ctor(IEnumerable`1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError)
at Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior cb)
at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at mojoPortal.Data.NpgsqlHelper.ExecuteDataset(String connectionString, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters)
at mojoPortal.Data.DBForums.ForumThreadGetSubscribers(Int32 forumId, Int32 threadId, Int32 currentPostUserId)
at mojoPortal.Business.ForumThread.GetThreadSubscribers()
at mojoPortal.Web.ForumUI.ForumPostEdit.btnUpdate_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Cheers

 

Rich

4/1/2010 9:30:17 AM
Gravatar
Total Posts 18439

Re: Forum Post Error

Hi Rich,

Thanks for the bug report. I just patched the 2.3.4.1 pgsql deployment file packages on Codeplex with the fix. If you download it again, you only need to replace the /bin/mojoPortal.Features.Data.dll

Unfortunately the Novell Forge FTP server is down since yesterday I am unable to connect so I'm not sure when I will be able to update the files on the Novell Forge download page.

Best,

Joe

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