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) 14493,
'name' => 'Cuenca del Río Toche',
'country' => 'Colombia',
'zone' => 'Z',
'finalcode' => 'CO055',
'area' => (float) 26100,
'lat' => (float) 4.59996,
'lon' => (float) -75.39667,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 17177,
'kml' => 'Y',
'geographic' => object(App\Model\Entity\Geographic) {},
'taxas' => [
[maximum depth reached]
],
'koeppenval' => 'Cfb',
'[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) 14493,
'name' => 'Cuenca del Río Toche',
'country' => 'Colombia',
'zone' => 'Z',
'finalcode' => 'CO055',
'area' => (float) 26100,
'lat' => (float) 4.59996,
'lon' => (float) -75.39667,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 17177,
'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) {}
],
'koeppenval' => 'Cfb',
'[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 Cuenca del Río Toche IBA
Location: | Colombia | Area: | 64,495 acres (26,100 hectares) | IBA Criteria: | A1, A2, A3 | Website: | View website | Climate: | View Climate Data | Köppen climate classification: | Cfb (Climate: warm temperate; Precipitation: fully humid; Temperature: warm summer) | Land Use: | View Land Use Data |
Name | IBA Criteria | Website |
---|
Anairetes agilis (agile tit-tyrant) | A3 | | Andigena hypoglauca (Grey-breasted Mountain Toucan) | A1 | | Andigena nigrirostris (Black-billed Mountain Toucan) | A3 | | Anthocephala floriceps (Blossomcrown) | A1, A2, A3 | | Atlapetes flaviceps (Yellow-headed Brush Finch) | A1, A2, A3 | | Atlapetes pallidinucha (Pale-naped Brush Finch) | A3 | | Boissonneaua flavescens (Buff-tailed Coronet) | A3 | | Bolborhynchus ferrugineifrons (Rufous-fronted Parakeet) | A1, A2, A3 | | Buthraupis eximia (Black-chested Mountain Tanager) | A3 | | Chalcostigma herrani (Rainbow-bearded Thornbill) | A3 | | Cinnycerthia unirufa (Rufous Wren) | A3 | | Coeligena lutetiae (Buff-winged Starfrontlet) | A3 | | Cyanolyca armillata (Black-collared Jay) | A3 | | Cyclarhis nigrirostris (Black-billed Peppershrike) | A3 | | Diglossa humeralis (Black Flowerpiercer) | A3 | | Diglossa lafresnayii (Glossy Flowerpiercer) | A3 | | Eriocnemis derbyi (Black-thighed Puffleg) | A1, A2, A3 | | Eriocnemis mosquera (Golden-breasted Puffleg) | A3 | | Grallaria alleni (Moustached Antpitta) | A1, A2, A3 | | Grallaria milleri (Brown-banded Antpitta) | A1, A2, A3 | | Grallaria nuchalis (Chestnut-naped Antpitta) | A3 | | Grallaria rufocinerea (Bicolored Antpitta) | A1, A2, A3 | | Heliangelus exortis (Tourmaline Sunangel) | A3 | | Hemispingus verticalis (Black-headed Hemispingus) | A3 | | Hypopyrrhus pyrohypogaster (Red-bellied Grackle) | A1, A2, A3 | | Iridosornis rufivertex (Golden-crowned Tanager) | A3 | | Leptosittaca branickii (Golden-plumed Parakeet) | A1 | | Leptotila conoveri (Tolima Dove) | A1, A2, A3 | | Lipaugus fuscocinereus (Dusky Piha) | A3 | | Metallura williami (Viridian Metaltail) | A3 | | Myioborus ornatus (Golden-fronted Whitestart) | A3 | | Ochthoeca diadema (Yellow-bellied Chat-Tyrant) | A3 | | Odontophorus hyperythrus (Chestnut Wood Quail) | A1, A2, A3 | | Ognorhynchus icterotis (Yellow-eared Parrot) | A1, A3 | | Phalcoboenus carunculatus (Carunculated Caracara) | A2, A3 | | Pionus chalcopterus (Bronze-winged Parrot) | A3 | | Polystictus pectoralis (Bearded Tachuri) | A1 | | Saltator atripennis (Black-winged Saltator) | A3 | | Saltator cinctus (Masked Saltator) | A1 | | Scytalopus latebricola (Brown-rumped Tapaculo) | A3 | | Scytalopus spillmanni (Spillmann's Tapaculo) | A3 | | Spinus spinescens (Andean Siskin) | A3 | | Synallaxis azarae (Azara's Spinetail) | | | Tangara heinei (Black-capped Tanager) | A3 | | Tangara vitriolina (Scrub Tanager) | A3 | | Thripadectes flammulatus (Flammulated Treehunter) | A3 | | Urothraupis stolzmanni (Black-backed Bush Tanager) | A2, A3 | |
Important Bird Area provided by BirdLife International (2010) Important Bird Areas. Downloaded from http://www.birdlife.org on 29/12/2010
|