ErrorException [ Notice ]: Undefined index: id

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

418         $pathStr = HTML::anchor('', 'Главная') . ' » ';
419 
420         for ($i = 0; $i < $pc; $i++) {
421             if ($i != $pc - 1)
422                 $pathStr .= HTML::anchor(Route::get('page')
423                             ->uri(array('id' => $path[$i]['id'], 'action' => 'page')), $path[$i]['title']) . ' &raquo; ';
424             else
425                 $pathStr .= $path[$i]['title'];
426         }
427         return HTML::rm_br($pathStr);
428     }
  1. APPPATH/classes/Controller/Welcome.php [ 423 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Welcome.php [ 34 ] » 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 [ 121 ] » Kohana_Request->execute()

Environment