ErrorException [ Notice ]: Undefined index: id

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

590       $pathStr = HTML::anchor('', 'Главная') . ' » ';
591 
592       for ($i = 0; $i < $pc; $i++) {
593         //if ($i != $pc - 1)
594           $pathStr .= HTML::anchor(Route::get('page')
595                   ->uri(array('id' => $path[$i]['id'], 'action' => 'page')), $path[$i]['title']) . ' &raquo; ';
596         /*else
597           $pathStr .= $path[$i]['title'];*/
598       }
599       
600       return HTML::rm_br($pathStr);
  1. APPPATH/classes/Controller/Welcome.php [ 595 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

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

Environment