I see there are a couple of recent threads regarding issues installing the Demo Store but my problem seems different.
I installed UCommerce on top of Umbraco 7.1.8 using with full IIS and SQL Server Express
It installs fine, then I move on to installing the Demo Store. I get to the point where it says installation is complete and it asks me to click install to complete installation for the remaining configuration, catalogue and page setups.
When I click on that I get the error you see below:
object references an unsaved transient instance - save the transient instance before flushing or set cascade action for the property to something that would make it autosave. Type: UCommerce.EntitiesV2.CategoryProductRelation, Entity: UCommerce.EntitiesV2.CategoryProductRelation
I repeated these steps on an earlier version of Umbraco (7.0.4) just to see if it was an issue with the latest release but I received the same error.
In version 6.4+ we have introduced more aggresive caching to speed everything up. Unfortunately there was a bit of a side effect when dealing with the in-memory object model. That's the issue you're seeing during installation - there was a single instance of the model not being managed properly in the Avenue Clothing installer.
We have released a new version of AC to address this issue, which is available from our website. It's version 3.0.5.
Errors installing uCommerce with Demo Store
I see there are a couple of recent threads regarding issues installing the Demo Store but my problem seems different.
I installed UCommerce on top of Umbraco 7.1.8 using with full IIS and SQL Server Express
It installs fine, then I move on to installing the Demo Store. I get to the point where it says installation is complete and it asks me to click install to complete installation for the remaining configuration, catalogue and page setups.
When I click on that I get the error you see below:
object references an unsaved transient instance - save the transient instance before flushing or set cascade action for the property to something that would make it autosave. Type: UCommerce.EntitiesV2.CategoryProductRelation, Entity: UCommerce.EntitiesV2.CategoryProductRelation
I repeated these steps on an earlier version of Umbraco (7.0.4) just to see if it was an issue with the latest release but I received the same error.
Help appreciated.
Alan.
Hi Alan,
In version 6.4+ we have introduced more aggresive caching to speed everything up. Unfortunately there was a bit of a side effect when dealing with the in-memory object model. That's the issue you're seeing during installation - there was a single instance of the model not being managed properly in the Avenue Clothing installer.
We have released a new version of AC to address this issue, which is available from our website. It's version 3.0.5.
Hope this helps.
Thank you Søren that's great.
Regards,
Alan
is working on a reply...