ErrorException [ Notice ]: Undefined index: title

APPPATH/classes/boxes/creator.php [ 67 ]

62         if (!empty($photo['files'])) {
63             $photo = $photo['files'][0];
64         }
65 		
66         $translates = Model_FotoliaTranslates::getCachedTranslates();
67         $title = $photo['title'];
68         
69         if (!empty($translates[$photo['id']])) {
70             $title = $translates[$photo['id']];
71         }
72         
  1. APPPATH/classes/boxes/creator.php [ 67 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/boxes/creator.php [ 186 ] » Boxes_Creator->getFotoliaPhoto()

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

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

  5. MODPATH/webpage/classes/controller/webpage.php [ 126 ] » 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 [ 123 ] » Kohana_Request->execute()

Environment