Bug - Creating child site - 2.3.6.1 - 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.
2/2/2011 11:53:02 AM
Gravatar
Total Posts 57

Bug - Creating child site - 2.3.6.1 - SqlCe

Hi

When I try to create a child site in 2.3.6.1 , the following error appears:

2011-02-02 21:00:55,079 ERROR mojoPortal.Web.mojoSetup - System.Data.SqlServerCe.SqlCeException: There was an error parsing the query. [ Token line number = 1,Token line offset = 12,Token in error = 1 ]
   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.ExecuteScalar()
   at mojoPortal.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters) in C:\Users\User\Desktop\mojoportal_792cbc57dbe1\mojoPortal.Data.SqlCe\SqlHelper.cs:line 191
   at mojoPortal.Data.DBSiteSettings.GetSiteId(Guid siteGuid) in C:\Users\User\Desktop\mojoportal_792cbc57dbe1\mojoPortal.Data.SqlCe\DBSiteSettings.cs:line 1261
   at mojoPortal.Data.DBSiteSettings.AddFeature(Guid siteGuid, Guid featureGuid) in C:\Users\User\Desktop\mojoportal_792cbc57dbe1\mojoPortal.Data.SqlCe\DBSiteSettings.cs:line 1201
   at mojoPortal.Business.SiteSettings.AddFeature(Guid siteGuid, Guid featureGuid)
   at mojoPortal.Web.mojoSetup.SetupDefaultContentPages(SiteSettings siteSettings)

Thank you

2/4/2011 11:53:40 AM
Gravatar
Total Posts 18439

Re: Bug - Creating child site - 2.3.6.1 - SqlCe

Thanks for the bug report. This is now fixed in the source code repository so it wil be fixed in the next release.

Best,

Joe

2/4/2011 1:40:41 PM
Gravatar
Total Posts 57

Re: Bug - Creating child site - 2.3.6.1 - SqlCe

Thanks.It is fixed.

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