Kohana_Exception [ 0 ]: Breadcrumbs: The breadcrumb name could not be empty!

MODPATH/breadcrumbs/classes/Kohana/Breadcrumbs/Item.php [ 15 ]

10 	
11 	public function __construct($urls, $name, $url = NULL, $active = false)
12 	{
13 		if(empty($name))
14 		{
15 			throw new Kohana_Exception('Breadcrumbs: The breadcrumb name could not be empty!');
16 		}
17 		$this->name = $name;
18 		if($urls && $url !== false)
19 		{
20 			if(empty($url))
  1. MODPATH/breadcrumbs/classes/Kohana/Breadcrumbs.php [ 44 ] » Kohana_Breadcrumbs_Item->__construct(arguments)

  2. MODPATH/sport/classes/Module/Event.php [ 40 ] » Kohana_Breadcrumbs->add(arguments)

  3. MODPATH/_internal/module/classes/Kohana/Module.php [ 43 ] » Module_Event->_initialize()

  4. MODPATH/_internal/module/classes/Kohana/Module.php [ 25 ] » Kohana_Module->__construct(arguments)

  5. APPPATH/classes/Controller/Template.php [ 205 ] » Kohana_Module::factory(arguments)

  6. APPPATH/classes/Controller/Template.php [ 151 ] » Controller_Template->_init()

  7. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Template->before()

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

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

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

  11. APPPATH/classes/Request.php [ 144 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 305 ] » Request->execute()

Environment