Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Henrik Stokbro 15 posts 65 karma points
    Jul 02, 2015 @ 09:13
    Henrik Stokbro
    0

    HELP! Errors upgrading uCommerce to 6.7.2.15167

    I upgraded my uCommerce version

    from uCommerce 6.6.2.15058

    to uCommerce 6.7.2.15167

    using Umbraco/Packages/Umbraco package Repository

    The install ran to the end and finished up redirecting to this url. The url opened in an umbraco frame with an error "too many redirects"

    http://MyURL/umbraco#/developer/framed/%252Fumbraco%252Fdeveloper%252Fpackages%252Finstaller.aspx%253Finstalling%253DcustomInstaller%2526dir%253DC%253A%255Cbastard%255CBastard%255CApp_Data%255C0ba8b90e-18be-4b69-9ab9-12ba7621184a%2526pId%253D5%2526customUrl%253Dhttp%253A%252F%252Fwww.ucommerce.net%2526customControl%253D%252Fumbraco%252Fucommerce%252Finstall%252Finstaller.ascx
    

    Okay so now what? Did it finish doing what it should do? Goddammit!

    After the installation I get an error on my site, when my code tries to get the current currency. (CurrentPriceGroup is null.)

    var curCurrency = SiteContext.Current.CatalogContext.CurrentPriceGroup.Currency.Name;
    

    And also an error with this. It returns ""Invalid URI: The hostname could not be parsed."} System.FormatException {System.UriFormatException} "

    CatalogLibrary.GetRootCategories()
    

    It's like the uCommerce functions can't find my uCommerce store.

    My uCommerce shop Host name is set to Default. Changing it to my url still gives errors.

  • Dennis Milandt 190 posts 517 karma points
    Jul 20, 2015 @ 14:49
    Dennis Milandt
    0

    Same error on clean install of uCommerce-for-Umbraco7-6.7.3.15189

    I get the error for this line:

    var basket = UCommerce.Api.TransactionLibrary.GetBasket(create: true).PurchaseOrder;
    
  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jul 20, 2015 @ 15:10
    Dennis Aaen
    0

    Hi Dennis,

    For support on uCommerce I think that you should take a look on their new support forum on Eureka.

    http://eureka.ucommerce.net/ and they also have a support page on their website. http://www.ucommerce.net/en/support.aspx

    /Dennis

  • Dennis Milandt 190 posts 517 karma points
    Jul 20, 2015 @ 15:11
    Dennis Milandt
    0

    Thank you for the tip :)

    Btw, I think I found the problem. uCommerce cannot handle the pseudo hostname that Umbraco adds with the name 1050*

  • Henrik Stokbro 15 posts 65 karma points
    Jul 22, 2015 @ 08:47
    Henrik Stokbro
    0

    Okay. I ended up buying a new server, reinstalling umbraco and ucommerce on a new server, and moved my code to the new server.

    Note to self. "NEVER UPGRADE UCOMMERCE"

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies