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:
OS: win2003 DB:Sqlite Version: 2.3.1.3
hi, joe
When edit a modulesetting ModuleSettings.aspx, error occurs,
Below code in dbModule.cs: ////////////////////////////////////////////////////////////////////////
public static IDataReader GetModule(int moduleId, int pageId) {
StringBuilder sqlCommand = new StringBuilder(); sqlCommand.Append("SELECT ");
sqlCommand.Append("m.ModuleID As ModuleID, "); sqlCommand.Append("m.Guid As Guid, "); sqlCommand.Append("m.SiteGuid As SiteGuid, ");
......
}
/////////////////////////////////////////////////////////////////////////
In above function does not read DraftEditRoles field from mp_Modules. So function PopulateFromReader(IDataReader reader) in Module.cs error;
Thanks!
Hi mjohn,
Thanks for the bug report. If you do svn update and rebuild, this should be fixed now.
Best,
Joe