Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert 27 posts 226 karma points
    Feb 27, 2015 @ 15:47
    Robert
    0

    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

    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.

    Best regards Robert

  • Arnold Visser 418 posts 778 karma points hq c-trib
    Feb 27, 2015 @ 16:10
    Arnold Visser
    0

    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

  • seanrock 237 posts 458 karma points
    Feb 27, 2015 @ 18:31
    seanrock
    0

    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.

  • Robert 27 posts 226 karma points
    Feb 27, 2015 @ 20:03
    Robert
    0

    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

  • Arnold Visser 418 posts 778 karma points hq c-trib
    Feb 28, 2015 @ 09:20
    Arnold Visser
    0

    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...

  • Robert 27 posts 226 karma points
    Feb 28, 2015 @ 14:08
    Robert
    0

    Can verify that Umbraco 7.2.1 works.

  • seanrock 237 posts 458 karma points
    Feb 28, 2015 @ 15:46
    seanrock
    0

    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.

     

  • Marco Gagliardi 3 posts 23 karma points
    Apr 22, 2015 @ 10:30
    Marco Gagliardi
    0

    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

  • Marco Gagliardi 3 posts 23 karma points
    Apr 22, 2015 @ 14:46
    Marco Gagliardi
    0

    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

  • Arnold Visser 418 posts 778 karma points hq c-trib
    Apr 22, 2015 @ 14:47
    Arnold Visser
    0

    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.

  • Marco Gagliardi 3 posts 23 karma points
    Apr 22, 2015 @ 16:28
    Marco Gagliardi
    0

    Hi Arnold,

    Thank you for your prompt reply.

    Happy to have been of some little help.

    Keep doing a great job guys :):):)

  • Leo 22 posts 93 karma points
    Dec 12, 2015 @ 22:00
    Leo
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft