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/content/classes/Module/Content.php [ 56 ] » Kohana_Breadcrumbs->add(arguments)

  3. MODPATH/_internal/module/classes/Kohana/Module.php [ 59 ] » Module_Content->_data()

  4. MODPATH/_internal/module/classes/Kohana/Module.php [ 49 ] » Kohana_Module->data()

  5. MODPATH/_internal/module/classes/Kohana/Module.php [ 44 ] » Kohana_Module->_initialize()

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

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

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

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

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

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

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

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

  14. DOCROOT/index.php [ 353 ] » Request->execute()

Environment