Notice (8): Trying to access array offset on value of type null [APP/Template/Birdareas/display.ctp, line 2]Code Context<?php
$title = 'Important Bird Area : ' . $birdarea['Birdarea']['name'];
$this->assign('title', $title);
$viewFile = '/var/www/projects/species/src/Template/Birdareas/display.ctp'
$dataForView = [
'birdarea' => object(App\Model\Entity\Birdarea) {
'id' => (int) 20140,
'name' => 'Sooretama / Linhares',
'country' => 'Brazil',
'zone' => 'Z',
'finalcode' => 'BR159',
'area' => (float) 46000,
'lat' => (float) -19.0166666667,
'lon' => (float) -40,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 23664,
'kml' => 'Y',
'geographic' => object(App\Model\Entity\Geographic) {},
'taxas' => [
[maximum depth reached]
],
'koeppenval' => 'Aw',
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Birdareas'
},
'user' => null
]
$birdarea = object(App\Model\Entity\Birdarea) {
'id' => (int) 20140,
'name' => 'Sooretama / Linhares',
'country' => 'Brazil',
'zone' => 'Z',
'finalcode' => 'BR159',
'area' => (float) 46000,
'lat' => (float) -19.0166666667,
'lon' => (float) -40,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 23664,
'kml' => 'Y',
'geographic' => object(App\Model\Entity\Geographic) {},
'taxas' => [
(int) 0 => object(App\Model\Entity\Taxa) {},
(int) 1 => object(App\Model\Entity\Taxa) {},
(int) 2 => object(App\Model\Entity\Taxa) {},
(int) 3 => object(App\Model\Entity\Taxa) {},
(int) 4 => object(App\Model\Entity\Taxa) {},
(int) 5 => object(App\Model\Entity\Taxa) {},
(int) 6 => object(App\Model\Entity\Taxa) {},
(int) 7 => object(App\Model\Entity\Taxa) {},
(int) 8 => object(App\Model\Entity\Taxa) {},
(int) 9 => object(App\Model\Entity\Taxa) {},
(int) 10 => object(App\Model\Entity\Taxa) {},
(int) 11 => object(App\Model\Entity\Taxa) {},
(int) 12 => object(App\Model\Entity\Taxa) {},
(int) 13 => object(App\Model\Entity\Taxa) {},
(int) 14 => object(App\Model\Entity\Taxa) {},
(int) 15 => object(App\Model\Entity\Taxa) {},
(int) 16 => object(App\Model\Entity\Taxa) {},
(int) 17 => object(App\Model\Entity\Taxa) {},
(int) 18 => object(App\Model\Entity\Taxa) {},
(int) 19 => object(App\Model\Entity\Taxa) {},
(int) 20 => object(App\Model\Entity\Taxa) {},
(int) 21 => object(App\Model\Entity\Taxa) {},
(int) 22 => object(App\Model\Entity\Taxa) {},
(int) 23 => object(App\Model\Entity\Taxa) {},
(int) 24 => object(App\Model\Entity\Taxa) {},
(int) 25 => object(App\Model\Entity\Taxa) {},
(int) 26 => object(App\Model\Entity\Taxa) {},
(int) 27 => object(App\Model\Entity\Taxa) {},
(int) 28 => object(App\Model\Entity\Taxa) {},
(int) 29 => object(App\Model\Entity\Taxa) {},
(int) 30 => object(App\Model\Entity\Taxa) {},
(int) 31 => object(App\Model\Entity\Taxa) {},
(int) 32 => object(App\Model\Entity\Taxa) {},
(int) 33 => object(App\Model\Entity\Taxa) {},
(int) 34 => object(App\Model\Entity\Taxa) {},
(int) 35 => object(App\Model\Entity\Taxa) {},
(int) 36 => object(App\Model\Entity\Taxa) {},
(int) 37 => object(App\Model\Entity\Taxa) {},
(int) 38 => object(App\Model\Entity\Taxa) {},
(int) 39 => object(App\Model\Entity\Taxa) {},
(int) 40 => object(App\Model\Entity\Taxa) {},
(int) 41 => object(App\Model\Entity\Taxa) {},
(int) 42 => object(App\Model\Entity\Taxa) {},
(int) 43 => object(App\Model\Entity\Taxa) {},
(int) 44 => object(App\Model\Entity\Taxa) {},
(int) 45 => object(App\Model\Entity\Taxa) {},
(int) 46 => object(App\Model\Entity\Taxa) {},
(int) 47 => object(App\Model\Entity\Taxa) {},
(int) 48 => object(App\Model\Entity\Taxa) {},
(int) 49 => object(App\Model\Entity\Taxa) {},
(int) 50 => object(App\Model\Entity\Taxa) {},
(int) 51 => object(App\Model\Entity\Taxa) {},
(int) 52 => object(App\Model\Entity\Taxa) {},
(int) 53 => object(App\Model\Entity\Taxa) {},
(int) 54 => object(App\Model\Entity\Taxa) {},
(int) 55 => object(App\Model\Entity\Taxa) {},
(int) 56 => object(App\Model\Entity\Taxa) {},
(int) 57 => object(App\Model\Entity\Taxa) {},
(int) 58 => object(App\Model\Entity\Taxa) {},
(int) 59 => object(App\Model\Entity\Taxa) {},
(int) 60 => object(App\Model\Entity\Taxa) {},
(int) 61 => object(App\Model\Entity\Taxa) {},
(int) 62 => object(App\Model\Entity\Taxa) {},
(int) 63 => object(App\Model\Entity\Taxa) {}
],
'koeppenval' => 'Aw',
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'koeppenval' => true
],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Birdareas'
}
$user = null include - APP/Template/Birdareas/display.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 790
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 98 Sooretama / Linhares IBA
Name | IBA Criteria | Website |
---|
Amazona rhodocorytha (Red-browed Amazon) | A1, A3 |  | Aramides saracura (Slaty-breasted Wood Rail) | A3 |  | Attila rufus (Grey-hooded Attila) | A3 |  | Automolus leucophthalmus (White-eyed Foliage-gleaner) | A3 |  | Baryphthengus ruficapillus (Rufous-capped Motmot) | A3 |  | Brotogeris tirica (Plain Parakeet) | A3 |  | Campephilus robustus (Robust Woodpecker) | A3 |  | Campylorhamphus falcularius (Black-billed Scythebill) | A3 |  | Carpornis melanocephala (Black-headed Berryeater) | A1, A3 |  | Cichlocolaptes leucophrus (Pale-browed Treehunter) | A2, A3 |  | Conopophaga melanops (Black-cheeked Gnateater) | A3 |  | Cotinga maculata (Banded Cotinga) | A1, A2, A3 |  | Crax blumenbachii (Red-knobbed Curassow) | A1, A2, A3 |  | Crypturellus noctivagus (Yellow-legged Tinamou) | A1, A3 |  | Dendrocincla fuliginosa (Plain-brown Woodcreeper) | |  | Drymophila squamata (Scaled Antbird) | A3 |  | Dysithamnus plumbeus (Plumbeous Antvireo) | A1, A2, A3 |  | Eupetomena cirrochloris (Sombre Hummingbird) | A3 |  | Euphonia pectoralis (Chestnut-bellied Euphonia) | A3 |  | Florisuga fusca (Black Jacobin) | A3 |  | Glaucidium minutissimum (East Brazilian Pygmy Owl) | A3 |  | Glaucis dohrnii (Hook-billed Hermit) | A1, A2, A3 |  | Harpia harpyja (Harpy Eagle) | |  | Hemithraupis ruficapilla (Rufous-headed Tanager) | A3 |  | Lepidocolaptes falcinellus (scalloped woodcreeper) | A3 |  | Lipaugus lanioides (Cinnamon-vented Piha) | A1, A3 |  | Malacoptila striata (Crescent-chested Puffbird) | A3 |  | Megascops atricapilla (Black-capped Screech Owl) | A3 |  | Melanerpes flavifrons (Yellow-fronted Woodpecker) | A3 |  | Morphnus guianensis (Crested Eagle) | |  | Myiornis auricularis (Eared Pygmy Tyrant) | A3 |  | Myrmeciza ruficauda (Scalloped Antbird) | A1, A2, A3 |  | Myrmotherula urosticta (Band-tailed Antwren) | A1, A2, A3 |  | Neopelma aurifrons (Wied's Neopelma) | A1, A3 |  | Notharchus swainsoni (Buff-bellied Puffbird) | A3 |  | Odontophorus capueira (Spot-winged Wood Quail) | A3 |  | Phaethornis idaliae (Minute Hermit) | A2, A3 |  | Philydor atricapillus (Black-capped Foliage-gleaner) | A3 |  | Primolius maracana (Blue-winged Macaw) | A1 |  | Procnias nudicollis (Bare-throated Bellbird) | A1, A3 |  | Pulsatrix koeniswaldiana (Tawny-browed Owl) | A3 |  | Pyriglena leucoptera (White-shouldered Fire-eye) | A3 |  | Pyroderus scutatus (Red-ruffed Fruitcrow) | |  | Pyrrhura cruentata (Ochre-marked Parakeet) | A1, A3 |  | Pyrrhura leucotis (White-eared Parakeet) | |  | Ramphocelus bresilius (Brazilian Tanager) | A3 |  | Saltator fuliginosus (Black-throated Grosbeak) | A3 |  | Selenidera maculirostris (Spot-billed Toucanet) | A3 |  | Sporophila ardesiaca (Dubois's seedeater) | A2, A3 |  | Sporophila frontalis (Buffy-fronted Seedeater) | A1, A2, A3 |  | Tachyphonus coronatus (Ruby-crowned Tanager) | A3 |  | Tangara seledon (Green-headed Tanager) | A3 |  | Terenura maculata (Streak-capped Antwren) | A3 |  | Thalurania glaucopis (Violet-capped Woodnymph) | A3 |  | Thraupis ornata (Golden-chevroned Tanager) | A3 |  | Thripophaga macroura (Striated Softtail) | A1, A2, A3 |  | Tinamus solitarius (Solitary Tinamou) | A1, A3 |  | Todirostrum poliocephalum (Yellow-lored Tody-Flycatcher) | A3 |  | Touit surdus (Golden-tailed Parrotlet) | A1, A3 |  | Triclaria malachitacea (Blue-bellied Parrot) | |  | Trogon surrucura (Surucua Trogon) | A3 |  | Veniliornis maculifrons (Yellow-eared Woodpecker) | A2, A3 |  | Xipholena atropurpurea (White-winged Cotinga) | A1, A2, A3 |  | Xiphorhynchus fuscus (Lesser Woodcreeper) | A3 |  |
Important Bird Area provided by BirdLife International (2010) Important Bird Areas. Downloaded from http://www.birdlife.org on 29/12/2010
|