ErrorException [ Notice ]: Undefined offset: 2

APPPATH/views/noticias.php [ 12 ]

 7       <?php if ($notp){ ?>
 8       <div class="news_prev" data-toggle="collapse" data-target="#collapse<?php echo $notp->NOT_ID; ?>" aria-expanded="true" aria-controls="collapse<?php echo $notp->NOT_ID; ?>">
 9         <div class="row">
10           <div class="col-xl-12 news_int-date">
11               <?php $datap = explode('-',$notp->NOT_DATA); ?>
12               <h7><?php echo Controller_Index::dia_semana($notp->NOT_DATA); ?>, <?php echo $datap[2]; ?> de <?php echo Controller_Index::mes($datap[1]); ?> de <?php echo $datap[0]; ?></h7>
13           </div>
14         </div>
15         <div class="row">
16           <div class="col-xl-12 news_int-ttl">
17             <h5>
  1. APPPATH/views/noticias.php [ 12 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  5. APPPATH/views/template.php [ 291 ] » Kohana_View->__toString()

  6. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  7. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()

  9. {PHP internal call} » Kohana_Controller_Template->after()

  10. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  11. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  12. SYSPATH/classes/kohana/request.php [ 1154 ] » Kohana_Request_Client->execute(arguments)

  13. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment