Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Mar 25, 2013 @ 10:28
    Rasmus Fjord
    0

    Updating from 1.4.3.1 to 1.4.4.4 issues

    Hey there :)

    Im about to give a customer the an update but im having some issues.

    Ive updated umbraco from 4.7.2 >> 4.11.5 and everything is great. Then i updated teacommerce from 1.4.3.1 up to 1.4.4.4 and now somethings is broken.

    This is basicly everything, though i think the fix is quite simple.

    Normally if a customer puts something in the basket we just use a normal form post that looks like this : 

     

       <form id="primaryProduct" name="AddToBasket" action="/tcbase/teacommerce/SubmitForm.aspx"
                method="post">
                <input name="ReturnUrl" type="hidden" value="@basket.NiceUrl">
                <input name="AddOrderLine" type="hidden" value="nodeId,quantity" />
                <input type="hidden" name="quantity" class="quantity" value="1">
                <input type="hidden" name="nodeId"  value="@Model.Id">
                <button type="submit" class="button ctaButton simple @configClass">@Dictionary.LægIKurv</button>
            </form>

     

     

    But now it says that /tcbase/teacommerce/SubmitForm.aspx dosnt exist anymore. Has it been moved, cannot see something in the patch notes.

    Another error im getting is if im using the javascript API something like this : http://localhost:60424/base/teacommerce/AddUniqueOrderLine/1495/-1/1.aspx

    Im getting another wierd error :

    Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

     

    Again i couldnt find anything in the patch notes.

    Hope you can help :) 

     

     

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 25, 2013 @ 10:40
    Rune Grønkjær
    0

    Hi Rasmus,

    In the new versions of Tea Commerce we don't use tcbase anymore. It's just base now. So try changing that exact bit and see what happens.

    /Rune

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Mar 25, 2013 @ 11:15
    Rasmus Fjord
    0

    ill give it a try thx :)

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Mar 25, 2013 @ 11:16
    Rasmus Fjord
    0

    Hmm now im just hitting up this one just like when doing javascript call :

    Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

    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.IO.FileLoadException: Could not load file or assembly '\/TeaCommerce' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 25, 2013 @ 11:21
    Rune Grønkjær
    100

    Ok then check the restExtensions.config. If theres a Tea Commerce extension try removing it. It should'nt be there anymore.

    /Rune

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Mar 25, 2013 @ 11:24
    Rasmus Fjord
    0

    you sir are a champ as always Rune :)

    ill get back if and set accept answer if that was the remaining bugs :)

Please Sign in or register to post replies

Write your reply to:

Draft