ErrorException [ Notice ]: Undefined index: ava

APPPATH/views/template_st/view_city.php [ 81 ]

76         }
77         $p_href = Route::url('profile', array('slug'=>$profile['slug'], 'id'=>$profile['id']), true);
78         $alt = $profile['name'] . ' from ' . $profile['co_aname'] . ' ' . $profile['age'] . ' y.o.';
79         $img_src = '';
80         if (isset($profile['ava'])) {
81           $img_src = $profile['ava']['thumbs']['ava']['url'];
82 //          echo '<a href="'.$p_href.'"><img width="173" style="" src="'.$profile['ava']['thumbs']['ava']['url'].'" alt="'.$alt.'" title="'.$alt.'" /></a>';
83         }
84         if (isset($profile['photos']['ava']['url'])) {
85           $img_src = HOME_URL.$profile['photos']['ava']['url'];
86 //          echo '<a href="'.$p_href.'"><img src="'.HOME_URL.$profile['photos']['ava']['url'].'" alt="'.$alt.'" title="'.$alt.'" /></a>';
  1. APPPATH/views/template_st/view_city.php [ 81 ] » 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/view_main.php [ 3 ] » 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. APPPATH/classes/controller/tpl/default.php [ 228 ] » Kohana_Controller_Template->after()

  10. {PHP internal call} » Controller_Tpl_Default->after()

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

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

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

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

Environment