ErrorException [ Notice ]: Undefined index: id

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

625         $pathStr = HTML::anchor('', 'Главная') . ' <span class="arrow">&#129106;</span> ';
626 
627         for ($i = 0; $i < $pc; $i++) {
628             if ($i != $pc - 1)
629                 $pathStr .= HTML::anchor(Route::get('page')
630                         ->uri(array('id' => $path[$i]['id'], 'action' => 'page')), $path[$i]['title']) . ' <span class="arrow">&#129106;</span> ';
631             else
632                 $pathStr .= $path[$i]['title'];
633         }
634         return HTML::rm_br($pathStr);
635     }
  1. APPPATH/classes/Controller/Welcome.php [ 630 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Welcome.php [ 103 ] » 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 [ 986 ] » Kohana_Request_Client->execute(arguments)

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

Environment