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

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

513 					$params[$param] = $this->_defaults[$param];
514 				}
515 				else
516 				{
517 					// Ungrouped parameters are required
518 					throw new Kohana_Exception('Required route parameter not passed: :param', array(
519 						':param' => $param,
520 					));
521 			}
522 			}
523 
  1. SYSPATH/classes/kohana/route.php [ 198 ] » Kohana_Route->uri(arguments)

  2. MODPATH/site_announcements/views/frontend/announcements/contact_form.php [ 125 ] » 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 [ 481 ] » 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/controller/template.php [ 44 ] » Kohana_View->render()

  10. {PHP internal call} » Kohana_Controller_Template->after()

  11. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  12. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

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

  14. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment