Exception detected!

Unable to generate a URL for the named route "product_new_list" as such route does not exist.

500 Internal Server Error - RouteNotFoundException

Stack Trace

  1. in app/cache/prod/appProdUrlGenerator.php at line 264  -
    1.     public function generate($name$parameters = array(), $referenceType self::ABSOLUTE_PATH)
    2.     {
    3.         if (!isset(self::$declaredRoutes[$name])) {
    4.             throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.'$name));
    5.         }
    6.         list($variables$defaults$requirements$tokens$hostTokens$requiredSchemes) = self::$declaredRoutes[$name];
  2. at appProdUrlGenerator ->generate ('product_new_list', array(), false)
    in app/cache/prod/classes.php at line 1263  +
  3. at Router ->generate ('product_new_list', array(), false)
    in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php at line 52  +
  4. at Controller ->generateUrl ('product_new_list')
    in src/PointWeb/EcommerceBundle/Controller/CartController.php at line 159  +
  5. at CartController ->redirectToMarketAction (object(Request))
  6. at call_user_func_array (array(object(CartController), 'redirectToMarketAction'), array(object(Request)))
    in app/bootstrap.php.cache at line 3054  +
  7. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3016  +
  8. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3165  +
  9. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2406  +
  10. at Kernel ->handle (object(Request))
    in web/app.php at line 28  +

Logs  -

Stack Trace (Plain Text)  +