Kohana_Exception [ 0 ]: Required route parameter not passed: url_name

SYSPATH/classes/kohana/route.php [ 362 ]

357 			list($key, $param) = $match;
358 
359 			if ( ! isset($params[$param]))
360 			{
361 				// Ungrouped parameters are required
362 				throw new Kohana_Exception('Required route parameter not passed: :param',
363 					array(':param' => $param));
364 			}
365 
366 			$uri = str_replace($key, $params[$param], $uri);
367 		}
  1. APPPATH/classes/route.php [ 41 ] » Kohana_Route->uri(arguments)

  2. APPPATH/classes/helper/product/type.php [ 69 ] » Route->uri(arguments)

  3. APPPATH/classes/helper/product/type.php [ 74 ] » Helper_product_type::get_uri(arguments)

  4. APPPATH/views/products/options_new.php [ 39 ] » Helper_product_type::get_uri_without_level(arguments)

  5. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  6. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  7. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  8. APPPATH/views/layout/structure/2_10.php [ 8 ] » Kohana_View->__toString()

  9. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  10. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  11. APPPATH/classes/controller/webink/template.php [ 287 ] » Kohana_View->render()

  12. APPPATH/classes/controller/products.php [ 287 ] » Controller_Webink_Template->content_with_menu(arguments)

  13. {PHP internal call} » Controller_Products->action_options(arguments)

  14. SYSPATH/classes/kohana/request.php [ 1112 ] » ReflectionMethod->invokeArgs(arguments)

  15. APPPATH/bootstrap.php [ 112 ] » Kohana_Request->execute()

  16. DOCROOT/index.php [ 109 ] » require(arguments)

Environment