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:
I got an error when I try to edit the settings for a content instance. I tested this on:
To produce the problem you need a fresh install of mojoportal
Then, try to edit the settings for the content instance located at home page.http://localhost/mojoportal/Web/Admin/ModuleSettings.aspx?mid=1&pageid=1
And you will get something like this:
System.IndexOutOfRangeException
Source: C:\Inetpub\wwwroot\mojoportal\Web\Admin\ModuleSettings.aspx.cs Line: 311
Mono.Data.Sqlite.SqliteDataReader.GetSqliteType(Int32 i) in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteDataReader.cs:1024Mono.Data.Sqlite.SqliteDataReader.GetValue(Int32 i) in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteDataReader.cs:872Mono.Data.Sqlite.SqliteDataReader.get_Item(String name) in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteDataReader.cs:1077mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulateRoleList() in C:\Inetpub\wwwroot\mojoportal\Web\Admin\ModuleSettings.aspx.cs:311mojoPortal.Web.AdminUI.ModuleSettingsPage.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\mojoportal\Web\Admin\ModuleSettings.aspx.cs:135System.Web.UI.Control.OnLoad(EventArgs e) +91mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) in C:\Inetpub\wwwroot\mojoportal\Web\Components\mojoBasePage.cs:832System.Web.UI.Control.LoadRecursive() +74System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Hi,
Thanks for the bug report. I've fixed this and patched the 2.3.8.5 release. If you download it again the only file that changed is /bin/mojoPortal.Data.dll
Best,
Joe
It works!! Thank you