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

SYSPATH/classes/Kohana/Route.php [ 580 ]

575 				}
576 			}, $portion);
577 
578 			if ($required AND $missing)
579 			{
580 				throw new Kohana_Exception(
581 					'Required route parameter not passed: :param',
582 					array(':param' => reset($missing))
583 				);
584 			}
585 
  1. SYSPATH/classes/Kohana/Route.php [ 562 ] » Kohana_Route->{closure}(arguments)

  2. {PHP internal call} » Kohana_Route->{closure}(arguments)

  3. SYSPATH/classes/Kohana/Route.php [ 576 ] » preg_replace_callback(arguments)

  4. SYSPATH/classes/Kohana/Route.php [ 589 ] » Kohana_Route->{closure}(arguments)

  5. MODPATH/pagination/classes/Kohana/Pagination.php [ 228 ] » Kohana_Route->uri(arguments)

  6. APPPATH/views/pagination/public.php [ 74 ] » Kohana_Pagination->url(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  9. MODPATH/pagination/classes/Kohana/Pagination.php [ 281 ] » Kohana_View->render()

  10. APPPATH/views/public/blog/index.php [ 43 ] » Kohana_Pagination->render()

  11. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  12. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  13. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  14. APPPATH/views/public/template.php [ 166 ] » Kohana_View->__toString()

  15. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  16. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  17. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  18. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  19. {PHP internal call} » Kohana_Controller->execute()

  20. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  21. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  22. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  23. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment