All products disappear from category when moving one product to another category
Hi
I am having a strange problem:
I have made an import of products via the uCommerce API.
All the products are imported to a product category called "New Products"
The problem is: if i take one of the products and move it to another category via the Categories tab on the product, the product is indeed moved to the other category, but all the other products is removed from the "New Products" category.
If i use the Search option i can see that all the products now have n/a in the Category column except from the product i moved, which correct have another category name.
If i try to access one of the products which suddenly doesn't have a category related to it, i get the following YSOD:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
UCommerce.Web.UI.Catalog.EditProductDescription.get_Show() +76
UCommerce.Presentation.Web.Pages.TabViewBuilder.AddSection(SectionGroup sectionGroup, AdminTab tab, IView view, ImageClickEventHandler saveMethod, ImageClickEventHandler deleteMethod, String text, String cultureCode) +405
UCommerce.Presentation.Web.Pages.TabViewBuilder.BuildTabView(IView view, ImageClickEventHandler saveMethod, ImageClickEventHandler deleteMethod) +536
UCommerce.Web.UI.Catalog.EditProduct.InitializeTabView() +121
UCommerce.Web.UI.UCommerce.MasterPages.UCommerceAdmin.OnInit(EventArgs e) +68
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
All products disappear from category when moving one product to another category
Hi
I am having a strange problem:
I have made an import of products via the uCommerce API.
All the products are imported to a product category called "New Products"
The problem is: if i take one of the products and move it to another category via the Categories tab on the product, the product is indeed moved to the other category, but all the other products is removed from the "New Products" category.
If i use the Search option i can see that all the products now have n/a in the Category column except from the product i moved, which correct have another category name.
Does anybody know what the problem can be?
If i try to access one of the products which suddenly doesn't have a category related to it, i get the following YSOD:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
It's a known bug in uCommerce - try updating (i know its fixed from version 3.0.0.12320 )
Hmmm... should be the newest PRO version - it is unfortunately not myself who has installed it...
Perhaps a stupid question - how do i find out which version of uCommerce that is installed?
You should be able to see it in the Developer section -> packages.
It says: uCommerce 3.0.0.12306
I will try an update...
Thanks so far!
An update should fix it, we had the same issue a while back. :)
An update fixed the problem.
Thanks!
is working on a reply...