ErrorException [ Notice ]: Undefined index: id

APPPATH/classes/boxes/shop/creator.php [ 74 ]

69         }
70         
71         $translates = Model_FotoliaTranslates::getCachedTranslates();
72         $title = @$photo['title'].'';
73         
74         if (!empty($translates[$photo['id']])) {
75             $title = $translates[$photo['id']];
76         }
77         
78         return array(
79             'id'          => $photo['id'],
  1. APPPATH/classes/boxes/shop/creator.php [ 74 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/boxes/shop/creator.php [ 197 ] » Boxes_Shop_Creator->getFotoliaPhoto()

  3. MODPATH/webpage/classes/boxes.php [ 109 ] » Boxes_Shop_Creator->get()

  4. MODPATH/webpage/classes/controller/webpage.php [ 89 ] » Boxes->getData()

  5. MODPATH/webpage/classes/controller/webpage.php [ 127 ] » Controller_Webpage->parse()

  6. {PHP internal call} » Controller_Webpage->action_index()

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

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

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

  10. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment