Copied to clipboard

Flag this post as spam?

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


  • Dmitrij Jazel 19 posts 110 karma points
    Oct 05, 2016 @ 09:17
    Dmitrij Jazel
    0

    No route in the route table matches the supplied values. Application error after installing FastTrack

    Hi Everyone,

    Installed newest Umbraco 7.5.3 via NuGet package into my empty MVC project.

    After that Downloaded as a zip file, and added via umbraco admin panel Merchello 2.2.1

    Than on top of that in the same way added FastTrack package 2.1.0

    All looked great so far, and so decided to give it a try, and see how shop looks like.

    Instead getting No route in the route table matches the supplied values. Application error. Here is the whole error: http://screencast.com/t/BsEb5M7Rt

    Q1) Would like to know why and how this happens, any suggestions for solving the issue?

    Q2) Does FastTrack 2.1.0 meaning it is only compatible with Merchello 2.1.0 or that is just a version, that should be compatible other Merchello versions? Possible a bit newer ones like 2.2.1?

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Oct 05, 2016 @ 15:44
    Rusty Swayne
    100

    Hey Dmitrij,

    Can you look in your /App_Plugins/Merchello/Views folder and see if there is a "StoreBasket" folder.

    If there is change "Basket" to "StoreBasket" to correct the reference. We had to change the controller name from BasketController to StoreBasketController as it was messing too many people up with their own implementations.

    I'll have to go back and make sure that view has been updated - but it's been working on my test installs for 2.3.0 ... so hmm (releasing tomorrow).

  • Dmitrij Jazel 19 posts 110 karma points
    Oct 05, 2016 @ 19:15
    Dmitrij Jazel
    0

    Bingo! After that I encountered couple more places where I had to adjust Basket to StoreBasket, finally was able to open a front-page. Thanks for help so far! :)

    /Dmitrij

  • Rune Antonsen 29 posts 145 karma points
    Feb 27, 2019 @ 08:40
    Rune Antonsen
    0

    Just wanted to add what I had to do to get this fixed.

    I moved stuff straight in under my existing root, and that probably messed up some stuff. Like the "Add to basket", here I had to remove the area part in the .Action()

Please Sign in or register to post replies

Write your reply to:

Draft