Trunk:6091 Function: mp_users_selectpage DataBase: PostGre

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/21/2010 9:11:47 AM
Gravatar
Total Posts 70

Trunk:6091 Function: mp_users_selectpage DataBase: PostGre

Hi Joe ..

The function mp_users_selectpage, postgre database, trunc 6091, is using the field "password" in the SELECT ... and the field does not exists (from what I could see, the field should be "pwd").

Edit: The type: mp_users_selectpage_type also needs to be adjusted.

Edit2: MustChangePwd should be on function and type .... (but it's not)


[NpgsqlException (0x80004005): ERRO: 42703: coluna "password" não existe]
Npgsql.<ProcessBackendResponses_Ver_3>d__a.MoveNext() +494
Npgsql.ForwardsOnlyDataReader.GetNextResponseObject() +579
Npgsql.ForwardsOnlyDataReader.GetNextRow(Boolean clearPending) +208
Npgsql.ForwardsOnlyDataReader.Read() +43
mojoPortal.Business.SiteUser.GetPage(Int32 siteId, Int32 pageNumber, Int32 pageSize, String userNameBeginsWith, Int32& totalPages) in G:\projects\mojoportal\mojoPortal.Business\SiteUser.cs:2026
mojoPortal.Web.UI.Pages.MemberList.BindList() in G:\projects\mojoportal\Web\MemberList.aspx.cs:111
mojoPortal.Web.UI.Pages.MemberList.PopulateControls() in G:\projects\mojoportal\Web\MemberList.aspx.cs:102
mojoPortal.Web.UI.Pages.MemberList.Page_Load(Object sender, EventArgs e) in G:\projects\mojoportal\Web\MemberList.aspx.cs:78
System.Web.UI.Control.OnLoad(EventArgs e) +99
mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) in G:\projects\mojoportal\Web\Components\mojoBasePage.cs:576
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627   

1/21/2010 3:05:21 PM
Gravatar
Total Posts 18439

Re: Trunk:6091 Function: mp_users_selectpage DataBase: PostGre

Thanks again! This is fixed in my copy so it will be fixed in the next release.

Best,

Joe

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