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:
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
Hi Malkom,
Thanks for the bug report. This should now be fixed in the source code repository.
Best,
Joe
Thanks