Rename page on MyPage exception in pgsql

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.
6/4/2007 6:15:25 AM
Gravatar
Total Posts 488

Rename page on MyPage exception in pgsql

Trying to rename a page on MyPage in pgsql throws an unhandled exception

Npgsql.NpgsqlException: ERROR: 42883: function mp_userpages_selectone(character varying) does not exist

[NpgsqlException (0x80004005): ERROR: 42883: function mp_userpages_selectone(character varying) does not exist]
Npgsql.NpgsqlConnector.CheckErrors() in F:\Billing\mojoPortal SVN\npgsql1-0\Npgsql\NpgsqlConnector.cs:359
Npgsql.NpgsqlConnector.CheckErrorsAndNotifications() in F:\Billing\mojoPortal SVN\npgsql1-0\Npgsql\NpgsqlConnector.cs:410
Npgsql.NpgsqlCommand.ExecuteCommand() in F:\Billing\mojoPortal SVN\npgsql1-0\Npgsql\NpgsqlCommand.cs:1479
Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior cb) in F:\Billing\mojoPortal SVN\npgsql1-0\Npgsql\NpgsqlCommand.cs:633
mojoPortal.Data.NpgsqlHelper.ExecuteReader(NpgsqlConnection connection, NpgsqlTransaction transaction, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters, NpgsqlConnectionOwnership connectionOwnership) in F:\Billing\mojoPortal SVN\mojoPortal.Data.pgsql\NpgsqlHelper.cs:886
mojoPortal.Data.NpgsqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters) in F:\Billing\mojoPortal SVN\mojoPortal.Data.pgsql\NpgsqlHelper.cs:937
mojoPortal.Data.dbPortal.UserPage_GetUserPage(Guid userPageID) in F:\Billing\mojoPortal SVN\mojoPortal.Data.pgsql\dbPortal.cs:14075
mojoPortal.Business.UserPage.GetUserPage(Guid userPageID) in F:\Billing\mojoPortal SVN\mojoPortal.Business\UserPage.cs:91
mojoPortal.Business.UserPage..ctor(Guid userPageID) in F:\Billing\mojoPortal SVN\mojoPortal.Business\UserPage.cs:35
mojoPortal.Web.UI.Pages.MyPage.rptUserPageMenu_ItemCommand(Object source, RepeaterCommandEventArgs e) in F:\Billing\mojoPortal SVN\Web\MyPage.aspx.cs:261
System.Web.UI.WebControls.Repeater.OnItemCommand(RepeaterCommandEventArgs e) +105
System.Web.UI.WebControls.Repeater.OnBubbleEvent(Object sender, EventArgs e) +66
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.RepeaterItem.OnBubbleEvent(Object source, EventArgs e) +117
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +163
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

6/5/2007 1:59:07 PM
Gravatar
Total Posts 18439

Re: Rename page on MyPage exception in pgsql

I have this fixed here. It will be in svn by the end of the day.

Thanks,

Joe

6/6/2007 4:20:28 AM
Gravatar
Total Posts 488

Re: Rename page on MyPage exception in pgsql

Thanks, that works now.

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