ErrorException [ Notice ]: Undefined index: id

APPPATH/classes/Controller/Welcome.php [ 607 ]

602       $pathStr = HTML::anchor('', 'Главная') . ' » ';
603 
604       for ($i = 0; $i < $pc; $i++) {
605         //if ($i != $pc - 1)
606           $pathStr .= HTML::anchor(Route::get('page')
607                   ->uri(array('id' => $path[$i]['id'], 'action' => 'page')), $path[$i]['title']) . ' &raquo; ';
608         /*else
609           $pathStr .= $path[$i]['title'];*/
610       }
611       
612       return HTML::rm_br($pathStr);
  1. APPPATH/classes/Controller/Welcome.php [ 607 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Welcome.php [ 107 ] » Controller_Welcome->getPagePath(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Welcome->action_page()

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

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

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

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

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

Environment