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

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

506 					$params[$param] = $this->_defaults[$param];
507 				}
508 				else
509 				{
510 					// Ungrouped parameters are required
511 					throw new Kohana_Exception('Required route parameter not passed: :param', array(
512 						':param' => $param,
513 					));
514 			}
515 			}
516 
  1. SYSPATH/classes/kohana/route.php [ 198 ] » Kohana_Route->uri(arguments)

  2. APPPATH/views/mcol/number.php [ 27 ] » Kohana_Route::url(arguments)

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

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

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

  6. APPPATH/views/layout_main.php [ 189 ] » Kohana_View->__toString()

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

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

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

  10. SYSPATH/classes/kohana/response.php [ 225 ] » Kohana_View->__toString()

  11. APPPATH/classes/controller/numberpage.php [ 77 ] » Kohana_Response->body(arguments)

  12. {PHP internal call} » Controller_NumberPage->action_index(arguments)

  13. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

  14. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  15. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment