ErrorException [ Notice ]: Undefined offset: 0

APPPATH/classes/controller/content/item.php [ 248 ]

243                         ->as_array();
244 
245                     $items_feed_data = DB::select()->from('items')
246                         ->join('items_feed')
247                         ->on('items.id', '=', 'items_feed.child_id')
248                         ->where('items_feed.parent_id', '=', $filter_2_data[0]['i_id'])
249                         ->and_where('items.del', '=', 0)
250                         ->execute()
251                         ->as_array();
252 
253                     if (empty($filter_2_data[0]['id']))
  1. APPPATH/classes/controller/content/item.php [ 248 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Content_Item->before()

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

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

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

  6. DOCROOT/index.php [ 108 ] » Kohana_Request->execute()

Environment