Exception detected!

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

500 Internal Server Error - RouteNotFoundException

Stack Trace

  1. in app/cache/prod/appProdUrlGenerator.php at line 74  -
    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 ('movie_location_satellite', array('movie' => 'layer-cake', 'location' => 'country-club'), false)
    in app/cache/prod/classes.php at line 1270  +
  3. at Router ->generate ('movie_location_satellite', array('movie' => 'layer-cake', 'location' => 'country-club'), false)
    in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php at line 52  +
  4. at Controller ->generateUrl ('movie_location_satellite', array('movie' => 'layer-cake', 'location' => 'country-club'))
    in src/PDM/MovieLocationsGuideBundle/Controller/DefaultController.php at line 223  +
  5. at DefaultController ->movieLocationSatelliteOldAction ('Layer_Cake', 'Country_Club.php')
  6. at call_user_func_array (array(object(DefaultController), 'movieLocationSatelliteOldAction'), array('Layer_Cake', 'Country_Club.php'))
    in app/bootstrap.php.cache at line 3109  +
  7. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3071  +
  8. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3222  +
  9. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2444  +
  10. at Kernel ->handle (object(Request))
    in /home/mlg/public_html/index.php at line 22  +

Logs  -

Stack Trace (Plain Text)  +