Log Messages
Info. & Errors 1
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "locations_fossil" .
[ "route" => "locations_fossil" "route_parameters" => [ "_route" => "locations_fossil" "_controller" => "App\Controller\LocationsFossilController::index" "id" => "816 " ] "request_uri" => "https://acc.paleontica.org/locations/fossil/816%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" "method" => "GET" ] |
INFO | security | Populated the TokenStorage with an anonymous Token. |
CRITICAL | request |
Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("type") on a null variable." at /var/www/acc.paleontica.org/templates/locations_fossil.html.twig line 183
[ "exception" => Twig\Error\RuntimeError {#3472 -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) … › { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
Deprecations 10
Log messages generated by using features marked as deprecated.
Debug 165
Unimportant log messages generated during the execution of the application.
Time | Channel | Message |
---|---|---|
security |
Checking for guard authentication credentials.
[ "firewall_key" => "main" "authenticators" => 1 ] |
|
security |
Checking support on guard authenticator.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
security |
Guard authenticator does not support the request.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
event |
Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin" .
[ "event" => "security.authentication.success" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin" ] |
|
event |
Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin" .
[ "event" => "security.authentication.success" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.location AS location_4, t0.date_added AS date_added_5, t0.date_reviewed AS date_reviewed_6, t0.vulnerability AS vulnerability_7, t0.description_nl AS description_nl_8, t0.description_en AS description_en_9, t0.route_nl AS route_nl_10, t0.route_en AS route_en_11, t0.finds_nl AS finds_nl_12, t0.finds_en AS finds_en_13, t0.closed AS closed_14, t0.is_quaternary AS is_quaternary_15, t0.is_neogene AS is_neogene_16, t0.is_paleogene AS is_paleogene_17, t0.is_cretaceous AS is_cretaceous_18, t0.is_jurassic AS is_jurassic_19, t0.is_triassic AS is_triassic_20, t0.is_permian AS is_permian_21, t0.is_carboniferous AS is_carboniferous_22, t0.is_devonian AS is_devonian_23, t0.is_silurian AS is_silurian_24, t0.is_ordovician AS is_ordovician_25, t0.is_cambrian AS is_cambrian_26, t0.is_precambrian AS is_precambrian_27, t0.has_bacteria AS has_bacteria_28, t0.has_archaebacteria AS has_archaebacteria_29, t0.has_phaeophyceae AS has_phaeophyceae_30, t0.has_diatomophyceae AS has_diatomophyceae_31, t0.has_foraminifera AS has_foraminifera_32, t0.has_radiolaria AS has_radiolaria_33, t0.has_choanoflagellata AS has_choanoflagellata_34, t0.has_porifera AS has_porifera_35, t0.has_hemichordata AS has_hemichordata_36, t0.has_anthozoa AS has_anthozoa_37, t0.has_medusozoa AS has_medusozoa_38, t0.has_asterozoa AS has_asterozoa_39, t0.has_echinoidea AS has_echinoidea_40, t0.has_crinoidea AS has_crinoidea_41, t0.has_blastoidea AS has_blastoidea_42, t0.has_cystoidea AS has_cystoidea_43, t0.has_agnatha AS has_agnatha_44, t0.has_placodermi AS has_placodermi_45, t0.has_chimaeriformes AS has_chimaeriformes_46, t0.has_elasmobranchii AS has_elasmobranchii_47, t0.has_batoidea AS has_batoidea_48, t0.has_actinopterygii AS has_actinopterygii_49, t0.has_sarcopterygii AS has_sarcopterygii_50, t0.has_dipnoi AS has_dipnoi_51, t0.has_amphibia AS has_amphibia_52, t0.has_mammaliaterrestrium AS has_mammaliaterrestrium_53, t0.has_mammaliamarinis AS has_mammaliamarinis_54, t0.has_anapsida AS has_anapsida_55, t0.has_squamata AS has_squamata_56, t0.has_sauropterygia AS has_sauropterygia_57, t0.has_ichthyosauria AS has_ichthyosauria_58, t0.has_crocodylomorpha AS has_crocodylomorpha_59, t0.has_pterosauria AS has_pterosauria_60, t0.has_dinosauria AS has_dinosauria_61, t0.has_aves AS has_aves_62, t0.has_bryozoa AS has_bryozoa_63, t0.has_platyzoa AS has_platyzoa_64, t0.has_brachiopoda AS has_brachiopoda_65, t0.has_polychaeta AS has_polychaeta_66, t0.has_annelida AS has_annelida_67, t0.has_polyplacophora AS has_polyplacophora_68, t0.has_scaphopoda AS has_scaphopoda_69, t0.has_bivalvia AS has_bivalvia_70, t0.has_rudista AS has_rudista_71, t0.has_gastropoda AS has_gastropoda_72, t0.has_nautilida AS has_nautilida_73, t0.has_nautiloidea AS has_nautiloidea_74, t0.has_goniatitida AS has_goniatitida_75, t0.has_ceratitida AS has_ceratitida_76, t0.has_ammonitida AS has_ammonitida_77, t0.has_belemnoidea AS has_belemnoidea_78, t0.has_neocoleoidea AS has_neocoleoidea_79, t0.has_trilobita AS has_trilobita_80, t0.has_arachnida AS has_arachnida_81, t0.has_merostomata AS has_merostomata_82, t0.has_myriapoda AS has_myriapoda_83, t0.has_ostracoda AS has_ostracoda_84, t0.has_crustacea AS has_crustacea_85, t0.has_hexapoda AS has_hexapoda_86, t0.has_fungi AS has_fungi_87, t0.has_mycetozoa AS has_mycetozoa_88, t0.has_angiospermae AS has_angiospermae_89, t0.has_coniferophyta AS has_coniferophyta_90, t0.has_ginkgophyta AS has_ginkgophyta_91, t0.has_cycadophyta AS has_cycadophyta_92, t0.has_pteridospermophyta AS has_pteridospermophyta_93, t0.has_pteridophyta AS has_pteridophyta_94, t0.has_sphenophyta AS has_sphenophyta_95, t0.has_lycophyta AS has_lycophyta_96, t0.has_bryophyta AS has_bryophyta_97, t0.has_chlorophyta AS has_chlorophyta_98, t0.has_ichnofossilia AS has_ichnofossilia_99, t0.has_incertaesedis AS has_incertaesedis_100, t0.user_id AS user_id_101, t0.username AS username_102, t0.approved AS approved_103, t0.approved_user_id AS approved_user_id_104, t0.approved_username AS approved_username_105, t0.num_reviews AS num_reviews_106, t0.num_new_photos AS num_new_photos_107, t0.country_id AS country_id_108 FROM locations_fossil t0 WHERE t0.id = ?
[
"816 "
]
|
|
event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.fossil_id = ?
[ [ "public" ] 1 816 ] |
|
doctrine |
SELECT count(f0_.id) AS sclr_0 FROM fossildb_fossil f0_ WHERE f0_.location_fossil_id = (?) AND f0_.approved = 1
[
816
]
|
|
doctrine |
SELECT t0.id AS id_1, t0.type AS type_2, t0.gis_id AS gis_id_3, t0.nearby_gis_id AS nearby_gis_id_4 FROM locations_gisnearby t0 WHERE t0.gis_id = ? ORDER BY t0.type ASC
[
2124
]
|
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 266 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 319 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 240 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 228 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 478 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 123 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 618 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 530 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 2130 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 309 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 345 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 617 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 842 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 877 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 888 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 884 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 1605 ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.shape AS shape_4, t0.data AS data_5, t0.type AS type_6, t0.radius AS radius_7, t0.center_lat AS center_lat_8, t0.center_lng AS center_lng_9, t0.vulnerability AS vulnerability_10, t0.user_id AS user_id_11, t0.username AS username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.country_id AS country_id_16, t0.fossil_id AS fossil_id_17, t0.geology_id AS geology_id_18, t0.museum_id AS museum_id_19, t0.society_id AS society_id_20 FROM locations_gis t0 WHERE t0.vulnerability IN (?) AND t0.approved = ? AND t0.id = ? LIMIT 1
[ [ "public" ] 1 913 ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
doctrine |
SELECT t0.id AS id_1, t0.name_nl AS name_nl_2, t0.name_en AS name_en_3, t0.iso AS iso_4, t0.geomap AS geomap_5, t0.polygons AS polygons_6, t0.type AS type_7 FROM countries t0 WHERE t0.id = ?
[
169
]
|
|
doctrine |
SELECT t0.id AS id_1, t0.author AS author_2, t0.title AS title_3, t0.year AS year_4, t0.description_nl AS description_nl_5, t0.description_en AS description_en_6, t0.added AS added_7, t0.user_id AS user_id_8, t0.username AS username_9, t0.edited AS edited_10, t0.edited_user_id AS edited_user_id_11, t0.edited_username AS edited_username_12, t0.approved AS approved_13, t0.approved_user_id AS approved_user_id_14, t0.approved_username AS approved_username_15, t0.url AS url_16, t0.locations_fossil_id AS locations_fossil_id_17 FROM literature t0 WHERE t0.locations_fossil_id = ?
[
816
]
|
|
doctrine |
SELECT t0.id AS id_1, t0.type AS type_2, t0.date AS date_3, t0.filename AS filename_4, t0.description_nl AS description_nl_5, t0.description_en AS description_en_6, t0.user_id AS user_id_7, t0.username AS username_8, t0.approved AS approved_9, t0.approved_user_id AS approved_user_id_10, t0.approved_username AS approved_username_11, t0.fossil_id AS fossil_id_12, t0.geology_id AS geology_id_13, t0.museum_id AS museum_id_14, t0.society_id AS society_id_15 FROM location_photos t0 WHERE t0.fossil_id = ?
[
816
]
|
|
event |
Notified event "kernel.exception" to listener "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException" .
[ "event" => "kernel.exception" "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException" ] |
|
event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException" ] |
|
event |
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException" stopped propagation of the event "kernel.exception" .
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException" ] |
|
event |
Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" ] |
|
event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\UserUpdateLastLoginListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" ] |
|
event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
|
event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
|
event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
|
event |
Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
|
event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 1776
Log messages generated during the compilation of the service container.
Class | Messages |
---|---|
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
|
1 |
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
|
18 |
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
|
4 |
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
|
2 |
Liip\ImagineBundle\DependencyInjection\Compiler\MaybeSetMimeServicesAsAliasesCompilerPass
|
1 |
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
442 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
193 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
219 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
445 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
70 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
380 |
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
|
1 |