Edit ModuleSetting error with sqlite db.

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.
7/23/2009 10:33:24 PM
Gravatar
Total Posts 59

Edit ModuleSetting error with sqlite db.

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!

7/24/2009 6:09:26 AM
Gravatar
Total Posts 18439

Re: Edit ModuleSetting error with sqlite db.

Hi mjohn,

Thanks for the bug report. If you do svn update and rebuild, this should be fixed now.

Best,

Joe 

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