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) 14448,
'name' => 'Reserva Natural El Pangán',
'country' => 'Colombia',
'zone' => 'Z',
'finalcode' => 'CO067',
'area' => (float) 4200,
'lat' => (float) 1.33383333333,
'lon' => (float) -78.065,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 22755,
'kml' => 'Y',
'geographic' => object(App\Model\Entity\Geographic) {},
'taxas' => [
[maximum depth reached]
],
'koeppenval' => 'Af',
'[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) 14448,
'name' => 'Reserva Natural El Pangán',
'country' => 'Colombia',
'zone' => 'Z',
'finalcode' => 'CO067',
'area' => (float) 4200,
'lat' => (float) 1.33383333333,
'lon' => (float) -78.065,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 22755,
'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) {}
],
'koeppenval' => 'Af',
'[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 Reserva Natural El Pangán IBA
Name | IBA Criteria | Website |
---|
Aglaiocercus coelestis (Violet-tailed Sylph) | A2, A3 | | Andigena laminirostris (Plate-billed Mountain Toucan) | A1, A2, A3 | | Anisognathus notabilis (Black-chinned Mountain Tanager) | A2, A3 | | Aulacorhynchus haematopygus (Crimson-rumped Toucanet) | A3 | | Bangsia edwardsi (Moss-backed Tanager) | A2, A3 | | Bangsia rothschildi (Golden-chested Tanager) | A2, A3 | | Boissonneaua jardini (Velvet-purple Coronet) | A2, A3 | | Calliphlox mitchellii (Purple-throated Woodstar) | A3 | | Capito squamatus (Orange-fronted Barbet) | A1, A2, A3 | | Carpodectes hopkei (Black-tipped Cotinga) | A3 | | Cephalopterus penduliger (Long-wattled Umbrellabird) | A1, A2, A3 | | Chaetocercus bombus (Little Woodstar) | A1 | | Chlorochrysa phoenicotis (Glistening-green Tanager) | A2, A3 | | Chlorophonia flavirostris (Yellow-collared Chlorophonia) | A2, A3 | | Chlorospingus flavovirens (Yellow-green Bush Tanager) | A1, A2, A3 | | Chlorospingus semifuscus (Dusky Bush Tanager) | A2, A3 | | Chlorothraupis stolzmanni (Ochre-breasted Tanager) | A3 | | Chrysothlypis salmoni (Scarlet-and-white Tanager) | A2, A3 | | Coeligena wilsoni (Brown Inca) | A2, A3 | | Contopus cooperi (Olive-sided Flycatcher) | A1 | | Crypturellus berlepschi (Berlepsch's Tinamou) | A2, A3 | | Cyanolyca pulchra (Beautiful Jay) | A1, A2, A3 | | Cyclarhis nigrirostris (Black-billed Peppershrike) | A3 | | Dacnis berlepschi (Scarlet-breasted Dacnis) | A1, A2, A3 | | Dysithamnus occidentalis (Bicolored Antvireo) | | | Entomodestes coracinus (Black Solitaire) | A2, A3 | | Glaucidium nubicola (Cloud-forest Pygmy Owl) | A1 | | Grallaria flavotincta (Yellow-breasted Antpitta) | A2, A3 | | Haplophaedia lugens (Hoary Puffleg) | A1, A2, A3 | | Heliodoxa imperatrix (Empress Brilliant) | A2, A3 | | Iridosornis porphyrocephalus (Purplish-mantled Tanager) | A1, A2, A3 | | Leptotila pallida (Pallid Dove) | | | Leucopternis plumbeus (Plumbeous Hawk) | | | Machaeropterus deliciosus (Club-winged Manakin) | A2, A3 | | Megascops colombianus (Colombian screech owl) | | | Micrastur plumbeus (Plumbeous Forest Falcon) | A1, A2, A3 | | Myrmeciza nigricauda (Esmeraldas Antbird) | A3 | | Neomorphus radiolosus (Banded Ground Cuckoo) | A1, A2, A3 | | Nyctiphrynus rosenbergi (Choco Poorwill) | A1, A2, A3 | | Odontophorus melanonotus (Dark-backed Wood Quail) | A1, A2, A3 | | Oryzoborus maximiliani (Great-billed Seed Finch) | A1 | | Patagioenas goodsoni (Dusky Pigeon) | A2, A3 | | Penelope ortoni (Baudo Guan) | A1, A2, A3 | | Phaethornis yaruqui (White-whiskered Hermit) | A3 | | Piculus litae (Lita Woodpecker) | A2, A3 | | Pionus chalcopterus (Bronze-winged Parrot) | A3 | | Pipreola jucunda (Orange-breasted Fruiteater) | A2, A3 | | Polyerata rosenbergi (Purple-chested Hummingbird) | A2, A3 | | Ramphastos brevis (Choco Toucan) | A2, A3 | | Rhynchocyclus pacificus (Pacific Flatbill) | A3 | | Saltator atripennis (Black-winged Saltator) | A3 | | Scytalopus vicinior (Narino Tapaculo) | A2 | | Semnornis ramphastinus (Toucan Barbet) | A1, A2, A3 | | Tangara heinei (Black-capped Tanager) | A3 | | Tangara johannae (Blue-whiskered Tanager) | A1, A2, A3 | | Tangara rufigula (Rufous-throated Tanager) | A3 | | Thripadectes ignobilis (Uniform Treehunter) | A2, A3 | | Thripadectes virgaticeps (Streak-capped Treehunter) | A3 | | Tigrisoma fasciatum (Fasciated Tiger-Heron) | | | Trogon comptus (Choco Trogon) | A2 | | Urosticte benjamini (Purple-bibbed Whitetip) | A2 | | Veniliornis chocoensis (Choco Woodpecker) | A1, A2, A3 | | Vireo masteri (Choco Vireo) | A1, A2, A3 | |
Important Bird Area provided by BirdLife International (2010) Important Bird Areas. Downloaded from http://www.birdlife.org on 29/12/2010
|