I've been trying for some time to get uWebshop up and running without any success and would appreciate some input.
Done a blank installation of Umbraco 7.2.2, no StartKit selected.
Added uWebshop Foundation 2.6.1.0, always get an error the first time i add the package, second attempt arrives at the configuration page for creating a store etc.
Skips any configuration and adds the DemoStore MVC package, same here after the installation finishes i get the same error, however this time it wont work with a second attempt.
The error
The CancellationTokenSource has been disposed
I'm not sure if this has anything to do with the following result.
If i look under content node the uWebshop node is not published, not sure if it should.
If i navigate to the site i either get an error that i dont have any products, creates a store, category and product, after some fiddling with publishing and connection the demo to my newly created store i receive another error, never got past this.
Sequence contains no elements
var contentWithStoreId = Store.GetStore().GetConnectedNodes.First();
Not quite sure what to do after i get to this stage...
Any help is much appreciated, unable to evaluate the product at this moment.
Did some quick investigation and found there is an Umbraco Issue for the "concellationtokenservice" when using Save & Publish: http://issues.umbraco.org/issue/U4-6303
So it seems like uWebshop is unable to perform a save and publish after installation because of this Umbraco bug.
All uWebshop nodes should be published,so manually publishing them should work. Also make sure you rebuild Examine, just to be sure.
This doesn't work - at least i've published all the uWebShop nodes and i now get a different error...
Sequence contains no elements
Line 109:@helper RenderContentNav()
Line 110:{
Line 111: var contentWithStoreId = Store.GetStore().GetConnectedNodes.First(); Line 112:
Line 113: var contentRootNode = Umbraco.TypedContent(contentWithStoreId);
I've tried the demo mvc store but that fails on install as well. it creates the nodes, templates etc but does not create any sample content. I've published all the nodes and created some sample content myself but i get the above error.
We're going to investigate this on the Umbraco 7.2.2 release. Should not happen, did not hear this about the 7.2.1 release, so it might be something that breaks in the 7.2.2. release...
I've tried it with umbraco 7.2.1, uWebShop 2.6.1 and mvc demo shop 2.5.1 and it works. However, and possibly unrelated, the section icons in umbraco cms disappear after a few minutes, i have to delete my cookies and login again - but its probably something wrong with umbraco.
I have the same problem with umbraco 7.2.4. The demo shop is failing to create the demo products and categories and bind all the templates to the docType
hello was there ever a fix found for this? I'm getting the "seuqence contains no elements" error on the line:
var contentWithStoreId = Store.GetStore().GetConnectedNodes.First();
I did check in the intermediate window and Store.GetStore() does return the store I have created in the content section. Just not sure what the connectedNodes are or should be?
Install
Hi,
I've been trying for some time to get uWebshop up and running without any success and would appreciate some input.
Done a blank installation of Umbraco 7.2.2, no StartKit selected.
Added uWebshop Foundation 2.6.1.0, always get an error the first time i add the package, second attempt arrives at the configuration page for creating a store etc.
Skips any configuration and adds the DemoStore MVC package, same here after the installation finishes i get the same error, however this time it wont work with a second attempt.
The error
I'm not sure if this has anything to do with the following result.
If i look under content node the uWebshop node is not published, not sure if it should.
If i navigate to the site i either get an error that i dont have any products, creates a store, category and product, after some fiddling with publishing and connection the demo to my newly created store i receive another error, never got past this.
Not quite sure what to do after i get to this stage...
Any help is much appreciated, unable to evaluate the product at this moment.
Best regards Robert
Hi Robert,
Did some quick investigation and found there is an Umbraco Issue for the "concellationtokenservice" when using Save & Publish: http://issues.umbraco.org/issue/U4-6303 So it seems like uWebshop is unable to perform a save and publish after installation because of this Umbraco bug.
All uWebshop nodes should be published,so manually publishing them should work. Also make sure you rebuild Examine, just to be sure.
Best,
Arnold
This doesn't work - at least i've published all the uWebShop nodes and i now get a different error...
Sequence contains no elements
Line 109:@helper RenderContentNav() Line 110:{ Line 111: var contentWithStoreId = Store.GetStore().GetConnectedNodes.First(); Line 112: Line 113: var contentRootNode = Umbraco.TypedContent(contentWithStoreId);
I've tried the demo mvc store but that fails on install as well. it creates the nodes, templates etc but does not create any sample content. I've published all the nodes and created some sample content myself but i get the above error.
Hi Arnold and thanks for your reply.
Tried this before but without any luck.
Is solved the first issue but lead me to the exact same issue as seanrock.
Regards
Robert
We're going to investigate this on the Umbraco 7.2.2 release. Should not happen, did not hear this about the 7.2.1 release, so it might be something that breaks in the 7.2.2. release...
Can verify that Umbraco 7.2.1 works.
I've tried it with umbraco 7.2.1, uWebShop 2.6.1 and mvc demo shop 2.5.1 and it works. However, and possibly unrelated, the section icons in umbraco cms disappear after a few minutes, i have to delete my cookies and login again - but its probably something wrong with umbraco.
I have the same problem with umbraco 7.2.4. The demo shop is failing to create the demo products and categories and bind all the templates to the docType
Hello I would like to confirm that there is something for version u7.2.1+ breaking the uWebshop package.
I have tried a fresh copy of u7.2.1 and it works like a charm. Definetely it is not working on u7.2.2 and 7.2.4.
Ciao
I can confirm, I hope to have a fix soon. Unfortunately we have been busy on some other projects. My apologies for not fixing this sooner.
Hi Arnold,
Thank you for your prompt reply.
Happy to have been of some little help.
Keep doing a great job guys :):):)
hello was there ever a fix found for this? I'm getting the "seuqence contains no elements" error on the line:
I did check in the intermediate window and Store.GetStore() does return the store I have created in the content section. Just not sure what the connectedNodes are or should be?
is working on a reply...