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) 20372,
'name' => 'Atitlan',
'country' => 'Guatemala',
'zone' => 'Y',
'finalcode' => 'GT015',
'area' => (float) 276869,
'lat' => (float) 14.7108333333,
'lon' => (float) -91.2418333333,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 15791,
'kml' => 'Y',
'geographic' => object(App\Model\Entity\Geographic) {},
'taxas' => [
[maximum depth reached]
],
'koeppenval' => 'Cwb',
'[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) 20372,
'name' => 'Atitlan',
'country' => 'Guatemala',
'zone' => 'Y',
'finalcode' => 'GT015',
'area' => (float) 276869,
'lat' => (float) 14.7108333333,
'lon' => (float) -91.2418333333,
'criteria' => 'A1, A2, A3',
'geo_id' => (int) 15791,
'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) {}
],
'koeppenval' => 'Cwb',
'[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 Atitlan IBA
Location: | Guatemala | Area: | 684,158 acres (276,869 hectares) | IBA Criteria: | A1, A2, A3 | Website: | View website | Climate: | View Climate Data | Köppen climate classification: | Cwb (Climate: warm temperate; Precipitation: winter dry; Temperature: warm summer) | Land Use: | View Land Use Data |
Name | IBA Criteria | Website |
---|
Abeillia abeillei (Emerald-chinned Hummingbird) | A3 | | Aphelocoma unicolor (Unicolored Jay) | A3 | | Aratinga canicularis (Orange-fronted Parakeet) | A3 | | Aspatha gularis (Blue-throated Motmot) | A2, A3 | | Basileuterus belli (Golden-browed Warbler) | A3 | | Basilinna leucotis (White-eared Hummingbird) | A3 | | Calocitta formosa (White-throated Magpie-Jay) | A3 | | Campylorhynchus rufinucha (Rufous-naped Wren) | | | Cardellina rubrifrons (Red-faced Warbler) | A3 | | Cardellina versicolor (Pink-headed Warbler) | A1, A2, A3 | | Chiroxiphia linearis (Long-tailed Manakin) | A3 | | Chlorophonia occipitalis (Blue-crowned Chlorophonia) | A3 | | Contopus pertinax (Greater Pewee) | A3 | | Cyanocorax melanocyaneus (Bushy-crested Jay) | A2, A3 | | Cyanolyca pumilo (Black-throated Jay) | A3 | | Cyrtonyx ocellatus (Ocellated Quail) | | | Diglossa baritula (Cinnamon-bellied Flowerpiercer) | A3 | | Empidonax affinis (Pine Flycatcher) | A3 | | Empidonax fulvifrons (Buff-breasted Flycatcher) | A3 | | Hesperiphona abeillei (Hooded Grosbeak) | A3 | | Icterus maculialatus (Bar-winged Oriole) | A2, A3 | | Icterus wagleri (Black-vented Oriole) | A3 | | Lampornis amethystinus (Amethyst-throated Mountaingem) | A3 | | Lampornis viridipallens (Green-throated Mountain-gem) | A2, A3 | | Lamprolaima rhami (Garnet-throated Hummingbird) | A3 | | Megascops trichopsis (Whiskered Screech-Owl) | A3 | | Melanotis hypoleucus (Blue-and-white Mockingbird) | A2, A3 | | Melozone biarcuata (Prevost's Ground-Sparrow) | | | Melozone leucotis (White-eared Ground-Sparrow) | A2 | | Myadestes occidentalis (Brown-backed Solitaire) | A3 | | Myadestes unicolor (Slate-colored Solitaire) | A3 | | Myioborus pictus (Painted Whitestart) | A3 | | Notiochelidon pileata (Black-capped Swallow) | A2, A3 | | Oreophasis derbianus (Horned Guan) | A1, A2, A3 | | Oreothlypis superciliosa (Crescent-chested Warbler) | A3 | | Pampa rufa (Rufous Sabrewing) | A2, A3 | | Penelopina nigra (Highland Guan) | A1, A2, A3 | | Peucedramus taeniatus (Olive Warbler) | A3 | | Psiloscops flammeolus (Flammulated Owl) | | | Ptilogonys cinereus (Gray Silky-flycatcher) | A3 | | Saucerottia cyanura (Blue-tailed Hummingbird) | A2, A3 | | Selasphorus ellioti (Wine-throated Hummingbird) | A2, A3 | | Spinus atriceps (Black-capped Siskin) | A2, A3 | | Strix fulvescens (Fulvous Owl) | A2, A3 | | Tangara cabanisi (Cabanis's Tanager) | A1, A2, A3 | | Tilmatura dupontii (Sparkling-tailed Woodstar) | A3 | | Troglodytes rufociliatus (Rufous-browed Wren) | A2, A3 | | Trogon mexicanus (Mountain Trogon) | A3 | | Turdus infuscatus (Black Thrush) | A3 | | Turdus rufitorques (Rufous-collared Thrush) | A2, A3 | | Vireolanius melitophrys (Chestnut-sided Shrike-Vireo) | A3 | | Vireolanius pulchellus (Green Shrike-Vireo) | | | Xenotriccus callizonus (Belted Flycatcher) | A1, A2, A3 | | Zentrygon albifacies (White-faced Quail-Dove) | A3 | |
Important Bird Area provided by BirdLife International (2010) Important Bird Areas. Downloaded from http://www.birdlife.org on 29/12/2010
|