ErrorController
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| exception | Twig\Error\RuntimeError {#3376 -lineno: 183 -name: "locations_fossil.html.twig" -rawMessage: "Impossible to access an attribute ("type") on a null variable." -sourcePath: "/var/www/acc.paleontica.org/templates/locations_fossil.html.twig" -sourceCode: """ {% extends "base.html.twig" %}\n {% block css %}\n <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin=""/>\n <link rel="stylesheet" href="/leaflet-plugins/fullscreen/Control.FullScreen.css" />\n <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" />\n {% endblock %}\n {% block title %}\n {% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}\n {% endblock %}\n {% block body %}\n <p> </p>\n {% if fossil.closed == 1 %}<div class="alert alert-danger">{{ 'Deze locatie is gesloten'|trans }}</div>{% endif %}\n <div class="row flex-md-row h-md-250 position-relative">\n <div class="col-md-9 position-static">\n <!-- Start Page Content -->\n <h2>{% if app.request.locale == 'nl' %}{{ fossil.namenl }}{% else %}{{ fossil.nameen }}{% endif %}</h2>\n <p>\n <b>{{ 'Naam'|trans }}:</b> {{ fossil.location }}, {% if app.request.locale == 'nl' %}{{ fossil.country.namenl }}{% else %}{{ fossil.country.nameen }}{% endif %}<br>\n <b>{{ 'Status'|trans }}:</b> {% if fossil.closed == 1 %}{{ 'Gesloten'|trans }}{% else %}{{ 'Open'|trans }}{% endif %}<br>\n <b>{{ 'Kwetsbaarheid'|trans }}:</b> {% if fossil.vulnerability == 'public' %}{{ 'Niet kwetsbaar'|trans }}\n {% elseif fossil.vulnerability == 'slightly' %}{{ 'Licht kwetsbaar'|trans }}\n {% elseif fossil.vulnerability == 'moderate' %}{{ 'Gemiddeld kwetsbaar'|trans }}\n {% elseif fossil.vulnerability == 'very' %}{{ 'Zeer kwetsbaar'|trans }}\n {% endif %}<br>\n </p>\n <p>\n {% if fossil.hasdinosauria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dinosauria' }) }}{% endif %}"><img src="/images/icons/fossil/has_dinosauria.png"></a>{% endif %}\n {% if fossil.haschlorophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chlorophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_chlorophyta.png"></a>{% endif %}\n {% if fossil.hasbelemnoidea %}<img src="/images/icons/fossil/has_belemnoidea.png">{% endif %}\n {% if fossil.hasbivalvia %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bivalvia' }) }}{% endif %}"><img src="/images/icons/fossil/has_bivalvia.png"></a>{% endif %}\n {% if fossil.hasbrachiopoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Brachiopoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_brachiopoda.png"></a>{% endif %}\n {% if fossil.hasbryozoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryozoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_bryozoa.png"></a>{% endif %}\n {% if fossil.hasammonitida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ammonitida' }) }}{% endif %}"><img src="/images/icons/fossil/has_ammonitida.png"></a>{% endif %}\n {% if fossil.hasnautiloidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautiloidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_nautiloidea.png"></a>{% endif %}\n {% if fossil.hascrinoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crinoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_crinoidea.png"></a>{% endif %}\n {% if fossil.hasforaminifera %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Foraminifera' }) }}{% endif %}"><img src="/images/icons/fossil/has_foraminifera.png"></a>{% endif %}\n {% if fossil.hasgastropoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Gastropoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_gastropoda.png"></a>{% endif %}\n {% if fossil.hashemichordata %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hemichordata' }) }}{% endif %}"><img src="/images/icons/fossil/has_hemichordata.png"></a>{% endif %}\n {% if fossil.hashexapoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Hexapoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_hexapoda.png"></a>{% endif %}\n {% if fossil.hasanthozoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anthozoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_anthozoa.png"></a>{% endif %}\n {% if fossil.hascrustacea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crustacea' }) }}{% endif %}"><img src="/images/icons/fossil/has_crustacea.png"></a>{% endif %}\n {% if fossil.hasmammaliaterrestrium %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}"><img src="/images/icons/fossil/has_mammaliaterrestrium.png"></a>{% endif %}\n {% if fossil.hasostracoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ostracoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_ostracoda.png"></a>{% endif %}\n {% if fossil.hasangiospermae %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Angiospermae' }) }}{% endif %}"><img src="/images/icons/fossil/has_angiospermae.png"></a>{% endif %}\n {% if fossil.hasconiferophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Coniferophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_coniferophyta.png"></a>{% endif %}\n {% if fossil.hascycadophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cycadophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_cycadophyta.png"></a>{% endif %}\n {% if fossil.haslycophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Lycophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_lycophyta.png"></a>{% endif %}\n {% if fossil.haspteridophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_pteridophyta.png"></a>{% endif %}\n {% if fossil.haspteridospermophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pteridospermophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_pteridospermophyta.png"></a>{% endif %}\n {% if fossil.hassphenophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sphenophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_sphenophyta.png"></a>{% endif %}\n {% if fossil.hasrudista %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Rudista' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Rudista' }) }}{% endif %}"><img src="/images/icons/fossil/has_rudista.png"></a>{% endif %}\n {% if fossil.haspolychaeta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polychaeta' }) }}{% endif %}"><img src="/images/icons/fossil/has_polychaeta.png"></a>{% endif %}\n {% if fossil.hasporifera %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Porifera' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Porifera' }) }}{% endif %}"><img src="/images/icons/fossil/has_porifera.png"></a>{% endif %}\n {% if fossil.hasichnofossilia %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossiel' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichnofossil' }) }}{% endif %}"><img src="/images/icons/fossil/has_ichnofossilia.png"></a>{% endif %}\n {% if fossil.hastrilobita %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Trilobita' }) }}{% endif %}"><img src="/images/icons/fossil/has_trilobita.png"></a>{% endif %}\n {% if fossil.haselasmobranchii %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Elasmobranchii' }) }}{% endif %}"><img src="/images/icons/fossil/has_elasmobranchii.png"></a>{% endif %}\n {% if fossil.hasbatoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Batoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_batoidea.png"></a>{% endif %}\n {% if fossil.hasaves %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Aves' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Aves' }) }}{% endif %}"><img src="/images/icons/fossil/has_aves.png"></a>{% endif %}\n {% if fossil.hasechinoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Echinoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_echinoidea.png"></a>{% endif %}\n {% if fossil.hasmammaliamarinis %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mammalia' }) }}{% endif %}"><img src="/images/icons/fossil/has_mammaliamarinis.png"></a>{% endif %}\n {% if fossil.hasbacteria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bacteria' }) }}{% endif %}"><img src="/images/icons/fossil/has_bacteria.png"></a>{% endif %}\n {% if fossil.hasarchaebacteria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Archaebacteria' }) }}{% endif %}"><img src="/images/icons/fossil/has_archaebacteria.png"></a>{% endif %}\n {% if fossil.hasphaeophyceae %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Phaeophyceae' }) }}{% endif %}"><img src="/images/icons/fossil/has_phaeophyceae.png"></a>{% endif %}\n {% if fossil.hasdiatomophyceae %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Diatomophyceae' }) }}{% endif %}"><img src="/images/icons/fossil/has_diatomophyceae.png"></a>{% endif %}\n {% if fossil.hasradiolaria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Radiolaria' }) }}{% endif %}"><img src="/images/icons/fossil/has_radiolaria.png"></a>{% endif %}\n {% if fossil.haschoanoflagellata %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Choanoflagellata' }) }}{% endif %}"><img src="/images/icons/fossil/has_choanoflagellata.png"></a>{% endif %}\n {% if fossil.hasmedusozoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Medusozoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_medusozoa.png"></a>{% endif %}\n {% if fossil.hasasterozoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Asterozoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_asterozoa.png"></a>{% endif %}\n {% if fossil.hasblastoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Blastoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_blastoidea.png"></a>{% endif %}\n {% if fossil.hascystoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cystoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_cystoidea.png"></a>{% endif %}\n {% if fossil.hasagnatha %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Agnatha' }) }}{% endif %}"><img src="/images/icons/fossil/has_agnatha.png"></a>{% endif %}\n {% if fossil.hasplacodermi %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Placodermi' }) }}{% endif %}"><img src="/images/icons/fossil/has_placodermi.png"></a>{% endif %}\n {% if fossil.haschimaeriformes %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Chimaeriformes' }) }}{% endif %}"><img src="/images/icons/fossil/has_chimaeriformes.png"></a>{% endif %}\n {% if fossil.hasactinopterygii %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Actinopterygii' }) }}{% endif %}"><img src="/images/icons/fossil/has_actinopterygii.png"></a>{% endif %}\n {% if fossil.hassarcopterygii %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sarcopterygii' }) }}{% endif %}"><img src="/images/icons/fossil/has_sarcopterygii.png"></a>{% endif %}\n {% if fossil.hasdipnoi %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Dipnoi' }) }}{% endif %}"><img src="/images/icons/fossil/has_dipnoi.png"></a>{% endif %}\n {% if fossil.hasamphibia %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Amphibia' }) }}{% endif %}"><img src="/images/icons/fossil/has_amphibia.png"></a>{% endif %}\n {% if fossil.hasanapsida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Anapsida' }) }}{% endif %}"><img src="/images/icons/fossil/has_anapsida.png"></a>{% endif %}\n {% if fossil.hassquamata %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Squamata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Squamata' }) }}{% endif %}"><img src="/images/icons/fossil/has_squamata.png"></a>{% endif %}\n {% if fossil.hassauropterygia %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Sauropterygia' }) }}{% endif %}"><img src="/images/icons/fossil/has_sauropterygia.png"></a>{% endif %}\n {% if fossil.hasichthyosauria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ichthyosauria' }) }}{% endif %}"><img src="/images/icons/fossil/has_ichthyosauria.png"></a>{% endif %}\n {% if fossil.hascrocodylomorpha %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Crocodylomorpha' }) }}{% endif %}"><img src="/images/icons/fossil/has_crocodylomorpha.png"></a>{% endif %}\n {% if fossil.haspterosauria %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Pterosauria' }) }}{% endif %}"><img src="/images/icons/fossil/has_pterosauria.png"></a>{% endif %}\n {% if fossil.hasplatyzoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Platyzoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_platyzoa.png"></a>{% endif %}\n {% if fossil.hasannelida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Annelida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Annelida' }) }}{% endif %}"><img src="/images/icons/fossil/has_annelida.png"></a>{% endif %}\n {% if fossil.haspolyplacophora %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Polyplacophora' }) }}{% endif %}"><img src="/images/icons/fossil/has_polyplacophora.png"></a>{% endif %}\n {% if fossil.hasscaphopoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Scaphopoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_scaphopoda.png"></a>{% endif %}\n {% if fossil.hasnautilida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Nautilida' }) }}{% endif %}"><img src="/images/icons/fossil/has_nautilida.png"></a>{% endif %}\n {% if fossil.hasgoniatitida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Goniatitida' }) }}{% endif %}"><img src="/images/icons/fossil/has_goniatitida.png"></a>{% endif %}\n {% if fossil.hasceratitida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ceratitida' }) }}{% endif %}"><img src="/images/icons/fossil/has_ceratitida.png"></a>{% endif %}\n {% if fossil.hasneocoleoidea %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neocoleoidea' }) }}{% endif %}"><img src="/images/icons/fossil/has_neocoleoidea.png"></a>{% endif %}\n {% if fossil.hasarachnida %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Arachnida' }) }}{% endif %}"><img src="/images/icons/fossil/has_arachnida.png"></a>{% endif %}\n {% if fossil.hasmerostomata %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Merostomata' }) }}{% endif %}"><img src="/images/icons/fossil/has_merostomata.png"></a>{% endif %}\n {% if fossil.hasmyriapoda %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Myriapoda' }) }}{% endif %}"><img src="/images/icons/fossil/has_myriapoda.png"></a>{% endif %}\n {% if fossil.hasfungi %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Fungi' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Fungi' }) }}{% endif %}"><img src="/images/icons/fossil/has_fungi.png"></a>{% endif %}\n {% if fossil.hasmycetozoa %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Mycetozoa' }) }}{% endif %}"><img src="/images/icons/fossil/has_mycetozoa.png"></a>{% endif %}\n {% if fossil.hasginkgophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ginkgophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_ginkgophyta.png"></a>{% endif %}\n {% if fossil.hasbryophyta %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Bryophyta' }) }}{% endif %}"><img src="/images/icons/fossil/has_bryophyta.png"></a>{% endif %}\n {% if fossil.hasincertaesedis %}<a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Incertae sedis' }) }}{% endif %}"><img src="/images/icons/fossil/has_incertae sedis.png"></a>{% endif %}\n \n </p>\n <p>\n <table class="table-responsive" cellpadding="0">\n <tr>\n <td nowrap>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Kwartair' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Quatenary' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isquaternary %}not{% endif %}_quaternary.png"></a>\n \n </td>\n </tr>\n <tr>\n <td nowrap style="font-size: 0px">\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Neogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Neogene' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isneogene %}not{% endif %}_neogene.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Paleogeen' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Paleogene' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.ispaleogene %}not{% endif %}_paleogene.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Krijt' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cretaceous' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.iscretaceous %}not{% endif %}_cretaceous.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Jura' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Jurassic' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isjurassic %}not{% endif %}_jurassic.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Trias' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Triassic' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.istriassic %}not{% endif %}_triassic.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Perm' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Permian' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.ispermian %}not{% endif %}_permian.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Carboon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Carboniferous' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.iscarboniferous %}not{% endif %}_carboniferous.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Devoon' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Devonian' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isdevonian %}not{% endif %}_devonian.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Siluur' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Silurian' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.issilurian %}not{% endif %}_silurian.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Ordovicium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Ordovician' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isordovician %}not{% endif %}_ordovician.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Cambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Cambrian' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.iscambrian %}not{% endif %}_cambrian.png"></a>\n <a href="{% if app.request.locale == 'nl' %}{{ path('glossary_by_title',{ 'title' : 'Precambrium' })}}{% else %}{{ path('glossary_by_title',{ 'title' : 'Precambrian' }) }}{% endif %}"><img src="/images/icons/fossil/is{% if not fossil.isprecambrian %}not{% endif %}_precambrian.png"></a>\n </td>\n </tr>\n </table>\n </p>\n <div id="map" style="height: 400px;"></div>\n <p></p>\n <div class="article d-table">\n {% if app.request.locale == 'nl' %}{{ fossil.descriptionnl|raw }}{% else %}{{ fossil.descriptionen|raw }}{% endif %}\n </div>\n <p></p>\n <h2>{{ 'Vondsten'|trans }}</h2>\n <div class="d-table">\n {% if app.request.locale == 'nl' %}{{ fossil.findsnl|raw }}{% else %}{{ fossil.findsen|raw }}{% endif %}\n \n {% if app.request.locale == 'nl' %}{% set name = fossil.namenl %}{% else %}{% set name = fossil.nameen %}{% endif %}\n {% set locationurl = '[{"id":"' ~ fossil.id ~ '","value":"' ~ fossil.namenl ~ '","name_en":"' ~ fossil.nameen ~ '","location":"' ~ name ~ '"}]' %}\n {{'Er staan {pictures} foto\'s van fossielen van deze vindplaats in het <a href="{link}">Fossielen Fossielendatabase</a>.'|trans({'pictures': fossils_found, '{link}' : path('fossildb', { 'page': '1', 'filter[location]': locationurl }) })|raw }}<br>\n \n {{'Zie hier de <a href="{link}">soortenlijst van {name}</a>.'|trans({ '{name}': name ,'{link}' : path('specieslist_item', { 'type': 'location', 'id': fossil.id }) })|raw }}\n </div>\n <p></p>\n <h2>{{ 'Route'|trans }}</h2>\n <div class="d-table">\n {% if app.request.locale == 'nl' %}{{ fossil.routenl|raw }}{% else %}{{ fossil.routeen|raw }}{% endif %}\n </div>\n <p></p>\n <h2>{{ 'Literatuur over deze locatie'|trans }}</h2>\n <ul>\n {% set literaturecount = 0 %}\n {% for literature in fossil.literatures|sort((a, b) => b.year <=> a.year) %}\n {% if literature.approved == '1'%}\n {% set literaturecount = literaturecount + 1 %}\n \n <li><b>{{ literature.author }}, {{ literature.year }}:</b> {% if literature.url is not null %}<a href="{{ literature.url }}">{{ literature.title }}</a>{% else %}{{ literature.title }}{% endif %}<br>\n <i>{% if app.request.locale == 'nl' %}{{ literature.descriptionnl }}{% else %}{{ literature.descriptionen }}{% endif %}</i><br>\n {% if literature.username != 'Anonymous' %}{{ 'toegevoegd door'|trans }}: {{ literature.username }}{% endif %}<br>\n <br>\n {% endif %}\n {% endfor %}\n {% if literaturecount < 1 %}{{ 'Er is nog geen literatuur voor deze locatie toegevoegd.'|trans }}{% endif %}\n </ul>\n <a href="{{ path('literature_add') }}">{{ 'Literatuur toevoegen'|trans }}</a>\n <p></p>\n <h2>{{ 'Foto\'s van deze locatie'|trans }}</h2>\n {% for photo in fossil.locationphotos|sort((a, b) => b.date <=> a.date) %}\n {% if photo.approved == '1'%}\n {% set thumbnail = '/uploads/locations/' ~ photo.filename|slice(0, 2) ~ "/" ~ photo.filename %}\n <a href="/uploads/locations/{{photo.filename|slice(0, 2)}}/{{photo.filename}}" data-footer="{% if app.request.locale == 'nl' %}{{ photo.descriptionnl }}{% else %}{{ photo.descriptionen }}{% endif %}" data-toggle="lightbox" data-gallery="locations-gallery"><img src="{{ thumbnail|imagine_filter('location_thumb_small') }}" class="img-fluid img-thumbnail"></a>\n {% endif %}\n {% endfor %}\n <a href="{{ path('locations_photo_add', { 'type': 'fossil', 'id': fossil.id })}}"><img src="/images/photo_add.png" class="img-fluid img-thumbnail"></a>\n <p></p>\n <h2>{{ 'In de buurt'|trans }}</h2>\n {% for item in locations_nearby %}\n <div class="row">\n <div class="col-1" style="text-align: right">\n <span class="feather-18" data-feather="map-pin"></span>\n </div>\n <div class="col-11">\n {% if item.type == 'fossil' %}{{ 'Fossielenlocatie'|trans }}: <a href='{{ path('locations_fossil', { 'id': item.fossil.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.fossil.location }}{% else %}{{ item.fossil.location }} {% if item.fossil.closed %}<span style="color: #FF0000;">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}\n {% elseif item.type == 'geology' %}{{ 'Geologische locatie'|trans }}: <a href='{{ path('locations_geology', { 'id': item.geology.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.geology.location }}{% else %}{{ item.geology.location }} {% if item.geology.closed %}<span style="color: #FF0000;">({{ 'Gesloten'|trans }})</span>{% endif %}{% endif %}\n {% elseif item.type == 'museum' %}{{ 'Museum'|trans }}: <a href='{{ path('locations_museum', { 'id': item.museum.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}\n {% endif %}{% elseif item.type == 'society' %}{{ 'Vereniging'|trans }}: <a href='{{ path('locations_society', { 'id': item.society.id} ) }}'>{% if app.request.locale == 'nl' %}{{ item.namenl }}{% else %}{{ item.nameen }}{% endif %}\n {% endif %}</a><br>\n </div>\n </div>\n {% endfor %}\n <!-- End Page Content -->\n </div>\n {% embed 'sidebar.html.twig' %}\n {% block elements %}\n <h3>{{ 'Feedback'|trans }}</h3>\n <div class="w-100 text-center">\n {{ 'Mist er iets op deze pagina? Of klopt er iets aan de tekst? Meld het ons.'|trans }}\n <p class="card-text"><a href="{{ path('locations_review_add',{ 'type' : 'fossil', 'id' : fossil.id }) }}"><button type="button" class="btn btn-paleontica">{{ 'Geef feedback'|trans }}</button></a></p>\n </div>\n <p></p>\n {% endblock %}\n {% endembed %}\n </div>\n {% endblock %}\n {% block javascript %}\n <script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js"></script>\n <script>\n $(document).ready(function() {\n $("img").addClass("img-fluid");\n });\n \n $(document).on('click', '[data-toggle="lightbox"]', function(event) {\n event.preventDefault();\n $(this).ekkoLightbox({\n wrapping: true,\n });\n });\n </script>\n \n {% include "location_leaflet.html.twig" %}\n {% endblock %} """ #message: "Impossible to access an attribute ("type") on a null variable." #code: 0 #file: "/var/www/acc.paleontica.org/templates/locations_fossil.html.twig" #line: 183 : { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
| logger | Symfony\Bridge\Monolog\Logger {#207 …9} |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, deflate" |
| from | "gptbot(at)openai.com" |
| host | "acc.paleontica.org" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
| x-openai-host-hash | "38988905" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Tue, 04 Nov 2025 04:58:59 GMT" |
| x-debug-exception | "Impossible%20to%20access%20an%20attribute%20%28%22type%22%29%20on%20a%20null%20variable." |
| x-debug-exception-file | "%2Fvar%2Fwww%2Facc.paleontica.org%2Ftemplates%2Flocations_fossil.html.twig:183" |
| x-debug-token | "8eb547" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 10
Session Metadata
| Key | Value |
|---|---|
| Created | "Tue, 04 Nov 25 04:58:59 +0000" |
| Last used | "Tue, 04 Nov 25 04:58:59 +0000" |
| Lifetime | "0" |
Session Attributes
| Attribute | Value |
|---|---|
| _csrf/https-search_form | "KswHTdNPjmoBgfKrVwhySX11s57mFn8OaYIElZNxMFI" |
Session Usage
10
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:43
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 43
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php"
"line" => 59
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 49
"function" => "authenticate"
"class" => "Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 62
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-http/Firewall.php"
"line" => 86
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 133
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:77
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 77
"function" => "start"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 72
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 167
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 160
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Form.php"
"line" => 1062
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/NavigationController.php"
"line" => 23
"function" => "createView"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "navigation"
"class" => "App\Controller\NavigationController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:80
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 80
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 72
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 167
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 160
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Form.php"
"line" => 1062
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/NavigationController.php"
"line" => 23
"function" => "createView"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "navigation"
"class" => "App\Controller\NavigationController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:68
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 68
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 77
"function" => "setToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 167
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/ResolvedFormType.php"
"line" => 160
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
"line" => 111
"function" => "finishView"
"class" => "Symfony\Component\Form\ResolvedFormType"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/form/Form.php"
"line" => 1062
"function" => "finishView"
"class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/NavigationController.php"
"line" => 23
"function" => "createView"
"class" => "Symfony\Component\Form\Form"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "navigation"
"class" => "App\Controller\NavigationController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 90
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 190
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 90
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 190
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 90
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 190
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 90
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 190
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 161
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 90
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 117
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 151
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 190
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 178
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 85
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 80
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 85
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 45
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 43
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 119
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Bridge\Twig\AppVariable:170
[
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 170
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1635
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/0f/0fc3a51921b68fe2e30cdb73aa74d3a0f58d95f2d86c669fec1784873348da56.php"
"line" => 129
"function" => "twig_get_attribute"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_8e9dfcbdd38277122dfcd499ec80f75282074b540a33bb3c7211e9a3d3a08c7e"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/var/cache/dev/twig/4a/4a5c9bcdcf211445acde516583d3002b54e4c5272be5a403d793993485455120.php"
"line" => 51
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 394
"function" => "doDisplay"
"class" => "__TwigTemplate_b2e6939ba66553be836f2c58e678c9223e4038ea304452dbc698d65671337980"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 367
"function" => "displayWithErrorHandling"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Template.php"
"line" => 379
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 40
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/twig/twig/src/Environment.php"
"line" => 280
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 249
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 257
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/src/Controller/LocationsFossilController.php"
"line" => 164
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "index"
"class" => "App\Controller\LocationsFossilController"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/vendor/symfony/http-kernel/Kernel.php"
"line" => 195
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/acc.paleontica.org/public/index.php"
"line" => 25
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "5da224f5198169282f496b0524191e24" |
| DATABASE_URL | "mysql://paleontica_acc:NGGLu24KCX@127.0.0.1:3306/acc_paleontica?serverVersion=11&charset=utf8" |
| DISABLE_FORMS | "false" |
| FORUM_DATABASE_URL | "mysql://paleontica_acc:NGGLu24KCX@127.0.0.1:3306/acc_forum?serverVersion=11&charset=utf8" |
| FORUM_URI | "https://forum.paleontica.org" |
| GOOGLE_RECAPTCHA_SECRET | "" |
| GOOGLE_RECAPTCHA_SITE_KEY | "" |
| MAILER_URL | "smtp://mail.zxcs.nl:465?encryption=tls&auth_mode=&username=contact@paleontica.org&password=mek9KRAL*dwamNOMAILER" |
| MAINTENANCE | "false" |
| MOLLIE_API_KEY | "test_nwehQT8FhSm6HNxeEVqPvnd7rDPeD5" |
| RECAPTCHA3_KEY | "6LfuZgkgAAAAAA706ej0tPE7GSnA_3kS9dpIAVRZ" |
| RECAPTCHA3_SECRET | "6LfuZgkgAAAAAN6Pf6TOYlI61kdjQEmiZojlgNO8" |
| SITE_TYPE | "beta" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/acc.paleontica.org/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/acc.paleontica.org/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/usr/share/httpd" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, deflate" |
| HTTP_FROM | "gptbot(at)openai.com" |
| HTTP_HOST | "acc.paleontica.org" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
| HTTP_X_OPENAI_HOST_HASH | "38988905" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SSL_TLS_SNI | "acc.paleontica.org" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "aQmIE_z9TSw0GINQwHnregAAAEM" |
| REDIRECT_URL | "/locations/fossil/533" |
| REMOTE_ADDR | "74.7.227.240" |
| REMOTE_PORT | "55748" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1762232339 |
| REQUEST_TIME_FLOAT | 1762232339.5517 |
| REQUEST_URI | "/locations/fossil/533" |
| SCRIPT_FILENAME | "/var/www/acc.paleontica.org/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "195.201.42.34" |
| SERVER_ADMIN | "root@localhost" |
| SERVER_NAME | "acc.paleontica.org" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2" |
| SSL_TLS_SNI | "acc.paleontica.org" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MAILER_URL,DATABASE_URL,FORUM_DATABASE_URL,FORUM_URI,SITE_TYPE,MOLLIE_API_KEY,MAINTENANCE,DISABLE_FORMS,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,RECAPTCHA3_KEY,RECAPTCHA3_SECRET" |
| UNIQUE_ID | "aQmIE_z9TSw0GINQwHnregAAAEM" |
| USER | "apache" |
| proxy-nokeepalive | "1" |
Parent Request
Return to parent request (token = 814471)
| Key | Value |
|---|---|
| _controller | "App\Controller\LocationsFossilController::index" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "locations_fossil" |
| _route_params | [ "id" => "533" ] |
| fossil | App\Entity\LocationsFossil {#1335 -id: 533 -name_nl: "Adelholzen" -name_en: "Adelholzen" -location: "Adelholzen" -country: Proxies\__CG__\App\Entity\Countries {#1346 …} -date_added: DateTime @1343779200 {#1332 : 2012-08-01 00:00:00.0 UTC (+00:00) } -date_reviewed: DateTime @1383264000 {#1333 : 2013-11-01 00:00:00.0 UTC (+00:00) } -vulnerability: "public" -description_nl: """ <p style="text-align: justify;"><span class="inhoud">De Adelholzen sectie ligt op het terrein van de “Adelholzer Mineralwasser” fabriek Primusquelle, in Bad Adelholzen, bij Siegsdorf, in de Duitse deelstaat Beieren. Achter de fabriek zijn de Adelholzen formatie en het onderste deel van de Stockletten formatie ontsloten. Deze ontsluiting is ontstaan bij een uitbreiding van de fabriek in 1996 en hoewel een deel van de lagen inmiddels is overgroeid, is er nogsteeds genoeg ontsloten om fossielen te zoeken. </span></p>\r\n <p style="text-align: justify;"><span class="inhoud">De successie bevat het volledige Lutetiaan en een groot deel van het Priaboniaan. Bij de Adelholzen sectie zijn een grote hoeveelheden grootforaminiferen en zeldzamer ook bivalven, serpuliden, zee-egels en krabben te vinden. </span></p>\r\n <p style="text-align: justify;"><span class="inhoud">De Adelholzen formatie wordt onderverdeeld in 5 lithologische eenheden, opeenvolgend ~4m mergelige glauconietzanden met voornamelijk Assilina; ~4,5m mergelige bioclastische zanden met voornamelijk Nummulites; ~0,6m glauconitische zanden; ~4,2m mergels met Discocyclina en uiteindelijk ~1,1 m mergelige, bruine zanden. Hier bovenop bevindt zich de mergelige Stockletten formatie. In de Stockletten formatie bevindt zich een hiaat van ~3 miljoen jaar, waarbij het Bartoniaan ongeveer volledig mist. Voornamelijk het onderste deel van de Adelholzen formatie is bijzonder rijk aan grootforaminiferen, hoofdzakelijk Nummulites, Assilina en Discocyclina. Het gaat om een echte ‘Nummulieten-packstones’. Er spoelen ook continu forams uit deze packstones, dus onderaan de sectie loop je letterlijk over de uitgespoelde grootforaminiferen. Hiernaast zijn in het onderste deel van de Adelholzen formatie verschillende bivalven te vinden, zoals de erg grote oesters Pycnodonte gigantica en exemplaren van Spondylus sp. met gepreserveerde stekels. In het bovenste deel van de Adelholzen formatie zijn oesters (Pycnodonte sp.), zee-egels (Conoclypeus sp.), haaientanden en vrije serpuliden te vinden. Zeldzamer maar bijzonder mooi zijn krabben met gepreserveerde poten en scharen, voornamelijk uit het middelste en bovenste deel van de Adelholzen formatie. De Stockletten formatie bevat vrij weinig fossielen.</span></p>\r\n Met dank aan Johan Vellekoop """ -description_en: """ <p style="text-align: justify;"><span class="inhoud">The Adelholzen section is situated at the southwestern tip of the “Adelholzer Mineralwasser” bottling plant Primusquelle, in Bad Adelholzen, near Siegsdorf, in the Bavaria, Germany. Behind the plant the Adelholzen formation and het lower part of the Stockletten formation are exposed. This outcrop became accessible after excavations for the new plant in 1996 and although part of the outcrop is overgrown by now, there is still plenty material exposed to hunt for fossils. </span></p>\r\n <p style="text-align: justify;"><span class="inhoud">The section covers the enitire Lutetian and large parts of the Priabonian. At the Adelholzen section large quantities of larger benthic foraminifera can be found. Other possible finds include bivalves, serpulids, sea urchins and crabs. </span></p>\r\n <p style="text-align: justify;"><span class="inhoud">The Adelholzen formation can be subdivided into 5 lithological units, from base to top: ~4m of marly glauconitic sands with predominantly Assilina;~4,5m of marly bioclastic sands with predominantly Nummulites; ~0,6m of glauconitic sands; ~4,2m of marls with Discocyclina and finaly ~1,1 m of marly brown sand. On top of this is the marly Stockletten formation. In the Stockletten Formation is a hiatus of ~3 million years. As a consequence the Bartonian is almost completely missing. Especially the lower part of the Adelholzen formation is exceptionally rich in larger benthic foraminifera, predominantly Nummulites, Assilina and Discocyclina, forming real ‘Nummulite-packstones’. From these packstones, forams are constantly washed out so below the section you literally walk on a floor of large benthic foraminifera. Apart from this, in the lower part of the Adelholzen formation one can also find various bivalves, including the very large oyster Pycnodonte gigantica and specimen of Spondylus sp. with preserved spines. In the upper part of the Adelholzen formation one can find oysters (Pycnodonte sp.), sea urchins (Conoclypeus sp.), shark teeth and free serpulids. Rarer but spectacular are the large crabs with preserved limbs from the middle and upper part of the Adelholzen formation. The Stockletten formation is almost free of macrofossils.</span></p>\r\n Thanks to Johan Vellekoop """ -route_nl: "<p style="text-align: justify;"><span class="inhoud">De Adelholzen sectie bevindt zich op het terrein van de Primusquelle mineraalwater fabriek, ten zuidwesten van Siegsdorf. Vanaf de Adelholzer Strasse tussen Alzing en Bernhaupten kan je op de St. Primus Strasse komen. Deze weg gaat langs de fabriek. Deze vindplaats ligt op privé-terrein, vraag dus eerst van tevoren toestemming om op het terrein fossielen te zoeken.</span></p>" -route_en: "<p style="text-align: justify;"><span class="inhoud">The Adelholzen section is located on the terrain of the Primusquelle water plant, Southwest of Siegsdorf. You can drive to the St. Primus Strasse from the Adelholzer Strasse, between Alzing and Bernhaupten. This road passes the water plant. This locality is located on private property. Therefore, it is necessary to ask on forehand for permission to search for fossils on the terrain.</span></p>" -finds_nl: "<p><span class="inhoud">Foraminiferen, Bivalven, Serpuliden, Zee-egels, Kreeft-achtigen, Haaien, Bryozoa</span></p>" -finds_en: "<p><span class="inhoud">Foraminifera, Bivalves, Serpulids, Sea urchins, Crustacea, Sharks, Bryozoa</span></p>" -closed: false -is_quaternary: false -is_neogene: false -is_paleogene: true -is_cretaceous: false -is_jurassic: false -is_triassic: false -is_permian: false -is_carboniferous: false -is_devonian: false -is_silurian: false -is_ordovician: false -is_cambrian: false -is_precambrian: false -has_bacteria: false -has_archaebacteria: false -has_phaeophyceae: false -has_diatomophyceae: false -has_foraminifera: true -has_radiolaria: false -has_choanoflagellata: false -has_porifera: false -has_hemichordata: false -has_anthozoa: false -has_medusozoa: false -has_asterozoa: false -has_echinoidea: true -has_crinoidea: false -has_blastoidea: false -has_cystoidea: false -has_agnatha: false -has_placodermi: false -has_chimaeriformes: false -has_elasmobranchii: true -has_batoidea: false -has_actinopterygii: false -has_sarcopterygii: false -has_dipnoi: false -has_amphibia: false -has_mammaliaterrestrium: false -has_mammaliamarinis: false -has_anapsida: false -has_squamata: false -has_sauropterygia: false -has_ichthyosauria: false -has_crocodylomorpha: false -has_pterosauria: false -has_dinosauria: false -has_aves: false -has_bryozoa: true -has_platyzoa: false -has_brachiopoda: false -has_polychaeta: true -has_annelida: false -has_polyplacophora: false -has_scaphopoda: false -has_bivalvia: true -has_rudista: false -has_gastropoda: false -has_nautilida: false -has_nautiloidea: false -has_goniatitida: false -has_ceratitida: false -has_ammonitida: false -has_belemnoidea: false -has_neocoleoidea: false -has_trilobita: false -has_arachnida: false -has_merostomata: false -has_myriapoda: false -has_ostracoda: false -has_crustacea: true -has_hexapoda: false -has_fungi: false -has_mycetozoa: false -has_angiospermae: false -has_coniferophyta: false -has_ginkgophyta: false -has_cycadophyta: false -has_pteridospermophyta: false -has_pteridophyta: false -has_sphenophyta: false -has_lycophyta: false -has_bryophyta: false -has_chlorophyta: false -has_ichnofossilia: false -has_incertaesedis: false -locationsGIS: Doctrine\ORM\PersistentCollection {#1461 …} -user_id: 53 -username: "webmaster" -approved: true -approved_user_id: 53 -approved_username: "webmaster" -reviews: Doctrine\ORM\PersistentCollection {#1519 …} -num_reviews: 0 -num_new_photos: 0 -literatures: Doctrine\ORM\PersistentCollection {#1622 …} -locationPhotos: Doctrine\ORM\PersistentCollection {#1710 …} -fossils: Doctrine\ORM\PersistentCollection {#1891 …} } |
| id | "533" |