Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hello,
Is anyone aware that the user edit option is not working? I did a 7.1.0 fress install, it failed on below error. Then upgraded to 7.1.1, still got the error. Then did a complete fresh 7.1.1 install, but still got the error.
Steps:
1. Create new user (from admin panel or as a new website user.
2. Click the edit pencil in the user admin page
3. Below error appears:
Any help is greatly appreciated. Right now I'm stuck developing a new usercontrol.
Kind regards,
Stefan de Groot
Error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Conversion failed when converting the nvarchar value 'g' to data type int. ---> System.Data.SqlClient.SqlException: Conversion failed when converting the nvarchar value 'g' to data type int. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at DotNetNuke.Common.Utilities.CBO.FillListFromReader(Type objType, IDataReader dr, IList objList, Boolean closeReader) at DotNetNuke.Common.Utilities.CBO.FillCollection(IDataReader dr, Type objType) at DotNetNuke.Entities.Portals.PortalController.GetPortalsByUser(Int32 userId) at DotNetNuke.Modules.Admin.Users.User.DataBind() at DotNetNuke.Modules.Admin.Users.ManageUsers.BindUser() at DotNetNuke.Modules.Admin.Users.ManageUsers.ShowPanel() at DotNetNuke.Modules.Admin.Users.ManageUsers.BindData() at DotNetNuke.Modules.Admin.Users.ManageUsers.OnLoad(EventArgs e)