Bug - Child Site - 2.3.5.8 - SqlCe

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.
12/21/2010 2:12:16 PM
Gravatar
Total Posts 57

Bug - Child Site - 2.3.5.8 - SqlCe

Hi

After creating a child site and when you want to add Features to it the following error occures:

There was an error parsing the query. [ Token line number = 1,Token line offset = 112,Token in error = SELECT ]

And this is logged:

21 Dec 2010 - 22:22:22 - ERROR - mojoPortal.Web.Global - 127.0.0.1-en-US - /Management/SiteSettings.aspx?SiteID=2
System.Data.SqlServerCe.SqlCeException (0x80004005): There was an error parsing the query. [ Token line number = 1,Token line offset = 112,Token in error = SELECT ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at mojoPortal.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters) in C:\Users\User\Desktop\mojoPortal\mojoPortal.Data.SqlCe\SqlHelper.cs:line 89
at mojoPortal.Data.DBSiteSettings.AddFeature(Guid siteGuid, Guid featureGuid) in C:\Users\User\Desktop\mojoPortal\mojoPortal.Data.SqlCe\DBSiteSettings.cs:line 1230
at mojoPortal.Business.SiteSettings.AddFeature(Guid siteGuid, Guid featureGuid) in C:\Users\User\Desktop\mojoPortal\mojoPortal.Business\SiteSettings.cs:line 1974
at mojoPortal.Web.AdminUI.SiteSettingsPage.btnAddFeature_Click(Object sender, EventArgs e) in C:\Users\User\Desktop\mojoPortal\Web\Management\SiteSettings.aspx.cs:line 1382
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Regards

12/23/2010 7:28:17 AM
Gravatar
Total Posts 18439

Re: Bug - Child Site - 2.3.5.8 - SqlCe

Hi Malkom,

Thanks for the bug report. This should now be fixed in the source code repository.

Best,

Joe

12/23/2010 9:59:59 AM
Gravatar
Total Posts 57

Re: Bug - Child Site - 2.3.5.8 - SqlCe

Thanks

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