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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
I have this fixed here. It will be in svn by the end of the day.
Thanks,
Joe
Thanks, that works now.