Webstore sitemap not working

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/6/2009 6:59:17 AM
Gravatar
Total Posts 251

Webstore sitemap not working

Mysql+mojoPortal 2.3.0.10+Windows server 2003

I am playing with the webstore feature, and it is AWESOME!

When i go to http://www.example.com/WebStore/ProductSiteMap.ashx , i get this error:

2009-07-06 13:53:24,394 ERROR mojoPortal.Web.Global - xx.xx.xx.xx-it-IT - /WebStore/ProductSiteMap.ashx
MySql.Data.MySqlClient.MySqlException: Unknown column 'o.StoreGuid' in 'where clause'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet()
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(MySqlConnection connection, MySqlTransaction transaction, String commandText, MySqlParameter[] commandParameters, Boolean ExternalConn)
at MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(String connectionString, String commandText, MySqlParameter[] commandParameters)
at WebStore.Data.DBProduct.GetForSiteMap(Guid siteGuid, Guid storeGuid)
at WebStore.Business.Product.GetForSiteMap(Guid siteGuid, Guid storeGuid)
at WebStore.UI.WebStore.WebStoreSiteMap.AddUrls(HttpContext context, XmlTextWriter xmlTextWriter)
at WebStore.UI.WebStore.WebStoreSiteMap.GenerateSiteMap(HttpContext context)
at WebStore.UI.WebStore.WebStoreSiteMap.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 

7/7/2009 7:05:56 AM
Gravatar
Total Posts 18439

Re: Webstore sitemap not working

Hi,

I'm out of town today and tomorow but I will look into this when I get home.

Best,

Joe

7/7/2009 7:22:48 AM
Gravatar
Total Posts 251

Re: Webstore sitemap not working

thank you

I hope you won't mind, but i tried the link on mojoportal.com and storedemo.mojoportal.com

mojoportal.com does not work, but the latter works perfectly

7/7/2009 7:30:30 AM
Gravatar
Total Posts 18439

Re: Webstore sitemap not working

storedemo is using MS SQL, this looks like a bug specific to MySql. I will fix it as soon as I get home.

Best,

Joe

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