diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..ed4d3c6c28dcecca9c235c55dee4421b21307a97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Cache and logs (Symfony2) +/app/cache/* +/app/logs/* +!app/cache/.gitkeep +!app/logs/.gitkeep + +# Email spool folder +/app/spool/* + +# Cache, session files and logs (Symfony3) +/var/cache/* +/var/logs/* +/var/sessions/* +!var/cache/.gitkeep +!var/logs/.gitkeep +!var/sessions/.gitkeep + +# Parameters +/app/config/parameters.yml +/app/config/parameters.ini + +# Managed by Composer +/app/bootstrap.php.cache +/var/bootstrap.php.cache +/bin/* +!bin/console +!bin/symfony_requirements +/vendor/ + +# Assets and user uploads +/web/bundles/ +/web/uploads/ + +# PHPUnit +/app/phpunit.xml +/phpunit.xml + +# Build data +/build/ + +# Composer PHAR +/composer.phar + +# Backup entities generated with doctrine:generate:entities command +**/Entity/*~ diff --git a/app/Resources/views/galerie/index.html.twig b/app/Resources/views/galerie/index.html.twig deleted file mode 100644 index dc094cfb7d39e40d3702e05c21747b0ed19a4933..0000000000000000000000000000000000000000 --- a/app/Resources/views/galerie/index.html.twig +++ /dev/null @@ -1,246 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block stylesheets %} - <link rel="stylesheet" href="{{ asset('photoswipe/photoswipe.css') }}"> - <link rel="stylesheet" href="{{ asset('photoswipe/default-skin/default-skin.css') }}"> - <link rel="stylesheet" href="{{ asset('css/gallery.css') }}"> - {{ parent() }} -{% endblock %} - -{% block main%} -<body> - - <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/1.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/1.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/3.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/3.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/4.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/4.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/5.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/5.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/6.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/6.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> - <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> - <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> - </a> - </figure> - - </div> - -<!-- Root element of PhotoSwipe. Must have class pswp. --> - <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> - - <!-- Background of PhotoSwipe. - It's a separate element, as animating opacity is faster than rgba(). --> - <div class="pswp__bg"></div> - - <!-- Slides wrapper with overflow:hidden. --> - <div class="pswp__scroll-wrap"> - - <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> - <!-- don't modify these 3 pswp__item elements, data is added later on. --> - <div class="pswp__container"> - <div class="pswp__item"></div> - <div class="pswp__item"></div> - <div class="pswp__item"></div> - </div> - - <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> - <div class="pswp__ui pswp__ui--hidden"> - - <div class="pswp__top-bar"> - - <!-- Controls are self-explanatory. Order can be changed. --> - - <div class="pswp__counter"></div> - - <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> - - <button class="pswp__button pswp__button--share" title="Share"></button> - - <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> - - <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> - - <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> - <!-- element will get class pswp__preloader--active when preloader is running --> - <div class="pswp__preloader"> - <div class="pswp__preloader__icn"> - <div class="pswp__preloader__cut"> - <div class="pswp__preloader__donut"></div> - </div> - </div> - </div> - </div> - - <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> - <div class="pswp__share-tooltip"></div> - </div> - - <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> - </button> - - <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> - </button> - - <div class="pswp__caption"> - <div class="pswp__caption__center"></div> - </div> - </div> - </div> - </div> -</body> -{% endblock %} - -{% block footer %} - -{% endblock %} - -{% block javascripts %} - - <script src="{{ asset('photoswipe/photoswipe.js') }}"></script> - <script src="{{ asset('photoswipe/photoswipe-ui-default.min.js') }}"></script> - <script src="{{ asset('js/jquery.min.js') }}"></script> - <script src="{{ asset('js/lunch.photoswipe.js') }}"></script> - <script type="text/javascript"> - var mouseUsed = false; - $('body').on('mousedown', '.pswp__scroll-wrap', function(event) { - // On mousedown, temporarily remove the transition class in preparation for swipe. - $(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); - }).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { - // Exlude navigation arrows from the above event. - event.stopPropagation(); - }) - </script> -{% endblock %} - diff --git a/app/Resources/views/galerie/new_page.html.twig b/app/Resources/views/galerie/new_page.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..5a3d5cc26579299ad49848037aa6b531adb817dc --- /dev/null +++ b/app/Resources/views/galerie/new_page.html.twig @@ -0,0 +1,35 @@ +{% extends 'base.html.twig' %} + +{% block stylesheets %} + <link rel="stylesheet" href="{{ asset('css/gallery.css') }}"> + {{ parent() }} +{% endblock %} + +{% block main %} +<body> + <div class="events"> + <div class="events-centerer"> + <img src="{{ asset ('img/1.jpg') }}"> + </div> + </div> +</body> + +<body> + <div class="events"> + <div class="events-centerer"> + <img src="{{ asset ('img/1.jpg') }}"> + </div> + </div> +</body> + +<body> + <div class="events" style="margin-bottom:4.8%"> + <div class="events-centerer"> + <img src="{{ asset ('img/1.jpg') }}"> + </div> + </div> +</body> +{% endblock %} + +{% block footer %} +{% endblock %} diff --git a/app/Resources/views/galerie/photos.html.twig b/app/Resources/views/galerie/photos.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..de5b71e5d88f5cfb2030058999ad8c6538068cf3 --- /dev/null +++ b/app/Resources/views/galerie/photos.html.twig @@ -0,0 +1,253 @@ +{% extends 'base.html.twig' %} + +{% block stylesheets %} + <link rel="stylesheet" href="{{ asset('photoswipe/photoswipe.css') }}"> + <link rel="stylesheet" href="{{ asset('photoswipe/default-skin/default-skin.css') }}"> + <link rel="stylesheet" href="{{ asset('css/gallery.css') }}"> + {{ parent() }} +{% endblock %} + +{% block main%} +<body> + <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/1.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/1.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/3.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/3.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/4.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/4.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/5.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/5.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/6.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/6.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <!--<figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure> + + <figure class="wrapper" itemscope itemtype="http://schema.org/ImageObject"> + <a href="{{ asset ('img/2.jpg') }}" data-size=1620x1080> + <img src="{{ asset ('img/2.jpg') }}" itemprop="thumbnail" alt="Centrale Num" class="preserve"/> + </a> + </figure>--> + </div> + +<!-- Root element of PhotoSwipe. Must have class pswp. --> + <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> + + <!-- Background of PhotoSwipe. + It's a separate element, as animating opacity is faster than rgba(). --> + <div class="pswp__bg"></div> + + <!-- Slides wrapper with overflow:hidden. --> + <div class="pswp__scroll-wrap"> + + <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> + <!-- don't modify these 3 pswp__item elements, data is added later on. --> + <div class="pswp__container"> + <div class="pswp__item"></div> + <div class="pswp__item"></div> + <div class="pswp__item"></div> + </div> + + <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> + <div class="pswp__ui pswp__ui--hidden"> + + <div class="pswp__top-bar"> + + <!-- Controls are self-explanatory. Order can be changed. --> + + <div class="pswp__counter"></div> + + <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> + + <button class="pswp__button pswp__button--share" title="Share"></button> + + <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> + + <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> + + <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> + <!-- element will get class pswp__preloader--active when preloader is running --> + <div class="pswp__preloader"> + <div class="pswp__preloader__icn"> + <div class="pswp__preloader__cut"> + <div class="pswp__preloader__donut"></div> + </div> + </div> + </div> + </div> + + <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> + <div class="pswp__share-tooltip"></div> + </div> + + <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> + </button> + + <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> + </button> + + <div class="pswp__caption"> + <div class="pswp__caption__center"></div> + </div> + </div> + </div> + </div> +</body> +{% endblock %} + +{% block footer %} + +{% endblock %} + +{% block javascripts %} + + <script src="{{ asset('photoswipe/photoswipe.js') }}"></script> + <script src="{{ asset('photoswipe/photoswipe-ui-default.min.js') }}"></script> + <script src="{{ asset('js/jquery.min.js') }}"></script> + <script src="{{ asset('js/lunch.photoswipe.js') }}"></script> + <script src="{{ asset('photoswipe/jquery.jscroll.js') }}"></script> + <script type="text/javascript"> + var mouseUsed = false; + $('body').on('mousedown', '.pswp__scroll-wrap', function(event) { + // On mousedown, temporarily remove the transition class in preparation for swipe. + $(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); + }).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { + // Exlude navigation arrows from the above event. + event.stopPropagation(); + }) + </script> + <script type="text/javascript"> + $('.scroll').jscroll({ + autoTrigger: true, + loadingHtml: 'loading' + }); + + </script> +{% endblock %} + diff --git a/src/AppBundle/Controller/GalerieController.php b/src/AppBundle/Controller/GalerieController.php index e64be59788f820ed2e84e0b6fea59a5ffe082b82..13a2b7d73d6c5af53248f09c57fa3e917f8ab17c 100644 --- a/src/AppBundle/Controller/GalerieController.php +++ b/src/AppBundle/Controller/GalerieController.php @@ -9,12 +9,19 @@ use Symfony\Component\HttpFoundation\Request; class GalerieController extends Controller { /** - * @Route("/galerie", name="galerie") + * @Route("/galerie/", name="galerie") */ public function indexAction() { // replace this example code with whatever you need - return $this->render('galerie/index.html.twig', [ - 'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR,]); + return $this->render('galerie/new_page.html.twig'); + } + + /** + * @Route("/galerie/evenement", name="galerie-evenement") + */ + public function showAction() + { + return $this->render('galerie/photos.html.twig'); } } \ No newline at end of file diff --git a/var/cache/dev/pools/nI8i8pv4ED/8/O/nbprMvHUGVt4AufNwG4H b/var/cache/dev/pools/nI8i8pv4ED/8/O/nbprMvHUGVt4AufNwG4H index f5650385e0aade5cde3ee2509aa1c83ae7704ae0..3b928cfc851d1c68b5825b8dda93f4416082e69e 100644 --- a/var/cache/dev/pools/nI8i8pv4ED/8/O/nbprMvHUGVt4AufNwG4H +++ b/var/cache/dev/pools/nI8i8pv4ED/8/O/nbprMvHUGVt4AufNwG4H @@ -1,4 +1,4 @@ <?php return array ( 0 => 9223372036854775807, - 1 => 1485871786, + 1 => 1487673338, ); \ No newline at end of file diff --git a/var/cache/dev/pools/nI8i8pv4ED/C/J/emdJ0dZMyCepbCg9D5o4 b/var/cache/dev/pools/nI8i8pv4ED/C/J/emdJ0dZMyCepbCg9D5o4 index 2e6cd0d8c0da038795d623bd9e605f85a598cc38..734c46aca43308c88e247e3539e155bd821703af 100644 --- a/var/cache/dev/pools/nI8i8pv4ED/C/J/emdJ0dZMyCepbCg9D5o4 +++ b/var/cache/dev/pools/nI8i8pv4ED/C/J/emdJ0dZMyCepbCg9D5o4 @@ -1,4 +1,4 @@ <?php return array ( 0 => 9223372036854775807, - 1 => 'a:1:{i:0;O:54:"Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route":10:{s:10:"' . "\0" . '*' . "\0" . 'service";N;s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'path";s:8:"/galerie";s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'name";s:7:"galerie";s:56:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'requirements";a:0:{}s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'options";a:0:{}s:52:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'defaults";a:0:{}s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'host";N;s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'methods";a:0:{}s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'schemes";a:0:{}s:53:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'condition";N;}}', + 1 => 'a:1:{i:0;O:54:"Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route":10:{s:10:"' . "\0" . '*' . "\0" . 'service";N;s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'path";s:9:"/galerie/";s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'name";s:7:"galerie";s:56:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'requirements";a:0:{}s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'options";a:0:{}s:52:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'defaults";a:0:{}s:48:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'host";N;s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'methods";a:0:{}s:51:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'schemes";a:0:{}s:53:"' . "\0" . 'Symfony\\Component\\Routing\\Annotation\\Route' . "\0" . 'condition";N;}}', ); \ No newline at end of file diff --git a/var/cache/dev/pools/nI8i8pv4ED/G/1/S7Edfb5WTOwtFCWNqTLZ b/var/cache/dev/pools/nI8i8pv4ED/G/1/S7Edfb5WTOwtFCWNqTLZ index f5650385e0aade5cde3ee2509aa1c83ae7704ae0..3b928cfc851d1c68b5825b8dda93f4416082e69e 100644 --- a/var/cache/dev/pools/nI8i8pv4ED/G/1/S7Edfb5WTOwtFCWNqTLZ +++ b/var/cache/dev/pools/nI8i8pv4ED/G/1/S7Edfb5WTOwtFCWNqTLZ @@ -1,4 +1,4 @@ <?php return array ( 0 => 9223372036854775807, - 1 => 1485871786, + 1 => 1487673338, ); \ No newline at end of file diff --git a/var/cache/dev/profiler/02/bd/16bd02 b/var/cache/dev/profiler/02/bd/16bd02 new file mode 100644 index 0000000000000000000000000000000000000000..c71e1a36a6ba7a9f021aa92fe4b17f4a08fcc81c Binary files /dev/null and b/var/cache/dev/profiler/02/bd/16bd02 differ diff --git a/var/cache/dev/profiler/03/31/6c3103 b/var/cache/dev/profiler/03/31/6c3103 new file mode 100644 index 0000000000000000000000000000000000000000..ab5760b6d785ff29bc4de1289729cca289640ab7 Binary files /dev/null and b/var/cache/dev/profiler/03/31/6c3103 differ diff --git a/var/cache/dev/profiler/04/4c/284c04 b/var/cache/dev/profiler/04/4c/284c04 new file mode 100644 index 0000000000000000000000000000000000000000..738d3a1616adb1d1b7a7fcc675b21a36fe94d006 Binary files /dev/null and b/var/cache/dev/profiler/04/4c/284c04 differ diff --git a/var/cache/dev/profiler/05/2f/bb2f05 b/var/cache/dev/profiler/05/2f/bb2f05 new file mode 100644 index 0000000000000000000000000000000000000000..66620affcd0f6c6d85ab47ccce6520a5c9ac1995 Binary files /dev/null and b/var/cache/dev/profiler/05/2f/bb2f05 differ diff --git a/var/cache/dev/profiler/07/7a/ec7a07 b/var/cache/dev/profiler/07/7a/ec7a07 new file mode 100644 index 0000000000000000000000000000000000000000..4298253f0ada007cc2cdafe8ccb61a754ffe3cd2 Binary files /dev/null and b/var/cache/dev/profiler/07/7a/ec7a07 differ diff --git a/var/cache/dev/profiler/09/7c/c37c09 b/var/cache/dev/profiler/09/7c/c37c09 new file mode 100644 index 0000000000000000000000000000000000000000..b6996a4ef1575ab4069b4efc393491e19d642461 Binary files /dev/null and b/var/cache/dev/profiler/09/7c/c37c09 differ diff --git a/var/cache/dev/profiler/0c/d6/75d60c b/var/cache/dev/profiler/0c/d6/75d60c new file mode 100644 index 0000000000000000000000000000000000000000..9a5fdf4d04b40093fcd53e9571eadfc9ad1e5f50 Binary files /dev/null and b/var/cache/dev/profiler/0c/d6/75d60c differ diff --git a/var/cache/dev/profiler/0c/fc/71fc0c b/var/cache/dev/profiler/0c/fc/71fc0c new file mode 100644 index 0000000000000000000000000000000000000000..b61870ae077a173eb715cb1461ac1885d7a7c110 Binary files /dev/null and b/var/cache/dev/profiler/0c/fc/71fc0c differ diff --git a/var/cache/dev/profiler/0d/c6/e5c60d b/var/cache/dev/profiler/0d/c6/e5c60d new file mode 100644 index 0000000000000000000000000000000000000000..38fcdea42c02e8e123cc1a75d257ed09dabbb44e Binary files /dev/null and b/var/cache/dev/profiler/0d/c6/e5c60d differ diff --git a/var/cache/dev/profiler/0e/fe/fefe0e b/var/cache/dev/profiler/0e/fe/fefe0e new file mode 100644 index 0000000000000000000000000000000000000000..8f85573af90cc015ea116c611773b6021dd2f233 Binary files /dev/null and b/var/cache/dev/profiler/0e/fe/fefe0e differ diff --git a/var/cache/dev/profiler/0f/2f/fe2f0f b/var/cache/dev/profiler/0f/2f/fe2f0f new file mode 100644 index 0000000000000000000000000000000000000000..86aa19bef2c8f8af9fa12c3e62d8b4d9deb3ed54 Binary files /dev/null and b/var/cache/dev/profiler/0f/2f/fe2f0f differ diff --git a/var/cache/dev/profiler/0f/f2/96f20f b/var/cache/dev/profiler/0f/f2/96f20f new file mode 100644 index 0000000000000000000000000000000000000000..9d94a9b7f80bdd974a8843973f10862c2a8e90a9 Binary files /dev/null and b/var/cache/dev/profiler/0f/f2/96f20f differ diff --git a/var/cache/dev/profiler/10/ac/44ac10 b/var/cache/dev/profiler/10/ac/44ac10 new file mode 100644 index 0000000000000000000000000000000000000000..ad62c70d1d197b2c3a609fc3e184f3cb465fdfe8 Binary files /dev/null and b/var/cache/dev/profiler/10/ac/44ac10 differ diff --git a/var/cache/dev/profiler/11/16/a81611 b/var/cache/dev/profiler/11/16/a81611 new file mode 100644 index 0000000000000000000000000000000000000000..481faee682c043ab7fb19f1cc1b02adbc6a01916 Binary files /dev/null and b/var/cache/dev/profiler/11/16/a81611 differ diff --git a/var/cache/dev/profiler/11/e1/dbe111 b/var/cache/dev/profiler/11/e1/dbe111 new file mode 100644 index 0000000000000000000000000000000000000000..52b3381590383c516ef76a1bddc94a062a475144 Binary files /dev/null and b/var/cache/dev/profiler/11/e1/dbe111 differ diff --git a/var/cache/dev/profiler/12/a2/dba212 b/var/cache/dev/profiler/12/a2/dba212 new file mode 100644 index 0000000000000000000000000000000000000000..12d3a7ccdae4b18318f76226792e482b52e47c56 Binary files /dev/null and b/var/cache/dev/profiler/12/a2/dba212 differ diff --git a/var/cache/dev/profiler/13/01/ea0113 b/var/cache/dev/profiler/13/01/ea0113 new file mode 100644 index 0000000000000000000000000000000000000000..ed590086c5ab6cd10c947b470f14a13528a57763 Binary files /dev/null and b/var/cache/dev/profiler/13/01/ea0113 differ diff --git a/var/cache/dev/profiler/13/b2/55b213 b/var/cache/dev/profiler/13/b2/55b213 new file mode 100644 index 0000000000000000000000000000000000000000..80c1f6e214acf21e66fcb87f4b5e38b0716cede0 Binary files /dev/null and b/var/cache/dev/profiler/13/b2/55b213 differ diff --git a/var/cache/dev/profiler/17/b4/7cb417 b/var/cache/dev/profiler/17/b4/7cb417 new file mode 100644 index 0000000000000000000000000000000000000000..d4d3cdcc00387bd68f23a653d3e7c733d667b760 Binary files /dev/null and b/var/cache/dev/profiler/17/b4/7cb417 differ diff --git a/var/cache/dev/profiler/18/d4/e7d418 b/var/cache/dev/profiler/18/d4/e7d418 new file mode 100644 index 0000000000000000000000000000000000000000..c7b0108ef0207a7e1b9bc9f1388554e786c36152 Binary files /dev/null and b/var/cache/dev/profiler/18/d4/e7d418 differ diff --git a/var/cache/dev/profiler/1b/0d/1d0d1b b/var/cache/dev/profiler/1b/0d/1d0d1b new file mode 100644 index 0000000000000000000000000000000000000000..1455fb51e788a51e05917baa6ba16be6b36fdc5b Binary files /dev/null and b/var/cache/dev/profiler/1b/0d/1d0d1b differ diff --git a/var/cache/dev/profiler/1e/a5/37a51e b/var/cache/dev/profiler/1e/a5/37a51e new file mode 100644 index 0000000000000000000000000000000000000000..0d959281fbab028a9257e888dd41d2ecb4e6e2fc Binary files /dev/null and b/var/cache/dev/profiler/1e/a5/37a51e differ diff --git a/var/cache/dev/profiler/1e/fe/28fe1e b/var/cache/dev/profiler/1e/fe/28fe1e new file mode 100644 index 0000000000000000000000000000000000000000..c880804e5daf8af8b0d669005703ffe217be93ee Binary files /dev/null and b/var/cache/dev/profiler/1e/fe/28fe1e differ diff --git a/var/cache/dev/profiler/1f/7e/a07e1f b/var/cache/dev/profiler/1f/7e/a07e1f new file mode 100644 index 0000000000000000000000000000000000000000..a73ff193a0d4b00729ec257358acef83f2c09382 Binary files /dev/null and b/var/cache/dev/profiler/1f/7e/a07e1f differ diff --git a/var/cache/dev/profiler/1f/d6/3dd61f b/var/cache/dev/profiler/1f/d6/3dd61f new file mode 100644 index 0000000000000000000000000000000000000000..46124b2700fea51cf4d638e2cff9665f2ed916fd Binary files /dev/null and b/var/cache/dev/profiler/1f/d6/3dd61f differ diff --git a/var/cache/dev/profiler/20/6f/086f20 b/var/cache/dev/profiler/20/6f/086f20 new file mode 100644 index 0000000000000000000000000000000000000000..a5cf0055f3a38ec7ac340739587f6dee8c12ca41 Binary files /dev/null and b/var/cache/dev/profiler/20/6f/086f20 differ diff --git a/var/cache/dev/profiler/21/ba/5eba21 b/var/cache/dev/profiler/21/ba/5eba21 new file mode 100644 index 0000000000000000000000000000000000000000..856259aa8c2799f42b10a71f535286336c5db3e3 Binary files /dev/null and b/var/cache/dev/profiler/21/ba/5eba21 differ diff --git a/var/cache/dev/profiler/22/34/fd3422 b/var/cache/dev/profiler/22/34/fd3422 new file mode 100644 index 0000000000000000000000000000000000000000..23fb018852e1d54c2764bf02a5fbd1c85038888c Binary files /dev/null and b/var/cache/dev/profiler/22/34/fd3422 differ diff --git a/var/cache/dev/profiler/22/66/9c6622 b/var/cache/dev/profiler/22/66/9c6622 new file mode 100644 index 0000000000000000000000000000000000000000..495955d7411c84437e8906fba3b01e49bd764c11 Binary files /dev/null and b/var/cache/dev/profiler/22/66/9c6622 differ diff --git a/var/cache/dev/profiler/22/6a/996a22 b/var/cache/dev/profiler/22/6a/996a22 new file mode 100644 index 0000000000000000000000000000000000000000..c1525935bce704b2385bc2ffb5daab423eb888d6 Binary files /dev/null and b/var/cache/dev/profiler/22/6a/996a22 differ diff --git a/var/cache/dev/profiler/23/4a/374a23 b/var/cache/dev/profiler/23/4a/374a23 new file mode 100644 index 0000000000000000000000000000000000000000..dfbe100d9f1c03322aff490d2fe9a49ec5eaa12e Binary files /dev/null and b/var/cache/dev/profiler/23/4a/374a23 differ diff --git a/var/cache/dev/profiler/23/da/1cda23 b/var/cache/dev/profiler/23/da/1cda23 new file mode 100644 index 0000000000000000000000000000000000000000..55ea871fd2ef81b0829139459d919b6ac2c65faf Binary files /dev/null and b/var/cache/dev/profiler/23/da/1cda23 differ diff --git a/var/cache/dev/profiler/27/4f/fb4f27 b/var/cache/dev/profiler/27/4f/fb4f27 new file mode 100644 index 0000000000000000000000000000000000000000..72cab9b74f1bfceea9fda23fd174bf5126195793 Binary files /dev/null and b/var/cache/dev/profiler/27/4f/fb4f27 differ diff --git a/var/cache/dev/profiler/27/90/879027 b/var/cache/dev/profiler/27/90/879027 new file mode 100644 index 0000000000000000000000000000000000000000..6590b74aac5add4d2873ed704233b822765a0d4e Binary files /dev/null and b/var/cache/dev/profiler/27/90/879027 differ diff --git a/var/cache/dev/profiler/29/fe/17fe29 b/var/cache/dev/profiler/29/fe/17fe29 new file mode 100644 index 0000000000000000000000000000000000000000..fe840776bc537ae0606ccd7a0660622fbd669a15 Binary files /dev/null and b/var/cache/dev/profiler/29/fe/17fe29 differ diff --git a/var/cache/dev/profiler/2b/7b/1b7b2b b/var/cache/dev/profiler/2b/7b/1b7b2b new file mode 100644 index 0000000000000000000000000000000000000000..16b62ee6e4ffdba618d4421233e332c03bd6f418 Binary files /dev/null and b/var/cache/dev/profiler/2b/7b/1b7b2b differ diff --git a/var/cache/dev/profiler/2d/ae/56ae2d b/var/cache/dev/profiler/2d/ae/56ae2d new file mode 100644 index 0000000000000000000000000000000000000000..122efb21ac3a4541b60b7d0806c7743be7658268 Binary files /dev/null and b/var/cache/dev/profiler/2d/ae/56ae2d differ diff --git a/var/cache/dev/profiler/2d/c0/94c02d b/var/cache/dev/profiler/2d/c0/94c02d new file mode 100644 index 0000000000000000000000000000000000000000..9a2f3ee97051146613e37e1ab1ec3b00728d291c Binary files /dev/null and b/var/cache/dev/profiler/2d/c0/94c02d differ diff --git a/var/cache/dev/profiler/2d/f4/84f42d b/var/cache/dev/profiler/2d/f4/84f42d new file mode 100644 index 0000000000000000000000000000000000000000..0889ec5286f9a3cf00712954292eb7925a5e9713 Binary files /dev/null and b/var/cache/dev/profiler/2d/f4/84f42d differ diff --git a/var/cache/dev/profiler/2e/30/8f302e b/var/cache/dev/profiler/2e/30/8f302e new file mode 100644 index 0000000000000000000000000000000000000000..9bd6f115b5c49b7128bacd765799b8491ed788c8 Binary files /dev/null and b/var/cache/dev/profiler/2e/30/8f302e differ diff --git a/var/cache/dev/profiler/2e/a2/60a22e b/var/cache/dev/profiler/2e/a2/60a22e new file mode 100644 index 0000000000000000000000000000000000000000..4cc6fd656a12d8b6ea8bc163c92afe144604731d Binary files /dev/null and b/var/cache/dev/profiler/2e/a2/60a22e differ diff --git a/var/cache/dev/profiler/2f/3d/423d2f b/var/cache/dev/profiler/2f/3d/423d2f new file mode 100644 index 0000000000000000000000000000000000000000..caa0fcd3226d3ba825ced685d811be0ce658b115 Binary files /dev/null and b/var/cache/dev/profiler/2f/3d/423d2f differ diff --git a/var/cache/dev/profiler/2f/b8/19b82f b/var/cache/dev/profiler/2f/b8/19b82f new file mode 100644 index 0000000000000000000000000000000000000000..b817e248875ca9cd40eaf0e5a91ce1b6ee892e36 Binary files /dev/null and b/var/cache/dev/profiler/2f/b8/19b82f differ diff --git a/var/cache/dev/profiler/2f/bb/75bb2f b/var/cache/dev/profiler/2f/bb/75bb2f new file mode 100644 index 0000000000000000000000000000000000000000..eab31c1a2fbc9c8d00288d3026c7af80a18e9fb6 Binary files /dev/null and b/var/cache/dev/profiler/2f/bb/75bb2f differ diff --git a/var/cache/dev/profiler/31/43/a54331 b/var/cache/dev/profiler/31/43/a54331 new file mode 100644 index 0000000000000000000000000000000000000000..0d91649dfe29536b39ab08085f32d4395d73ab9a Binary files /dev/null and b/var/cache/dev/profiler/31/43/a54331 differ diff --git a/var/cache/dev/profiler/33/4b/e54b33 b/var/cache/dev/profiler/33/4b/e54b33 new file mode 100644 index 0000000000000000000000000000000000000000..2927b087d3dac922656f109faa8b3d8e71efd861 Binary files /dev/null and b/var/cache/dev/profiler/33/4b/e54b33 differ diff --git a/var/cache/dev/profiler/35/35/bf3535 b/var/cache/dev/profiler/35/35/bf3535 new file mode 100644 index 0000000000000000000000000000000000000000..12b882b3168d24d95a3461aa6adb8ee49194796f Binary files /dev/null and b/var/cache/dev/profiler/35/35/bf3535 differ diff --git a/var/cache/dev/profiler/35/3f/053f35 b/var/cache/dev/profiler/35/3f/053f35 new file mode 100644 index 0000000000000000000000000000000000000000..e6621b910751e54e182521a0469d78a5579a8b93 Binary files /dev/null and b/var/cache/dev/profiler/35/3f/053f35 differ diff --git a/var/cache/dev/profiler/36/c7/54c736 b/var/cache/dev/profiler/36/c7/54c736 new file mode 100644 index 0000000000000000000000000000000000000000..0a0d079e0734cffab4c279b136c63c18617491b8 Binary files /dev/null and b/var/cache/dev/profiler/36/c7/54c736 differ diff --git a/var/cache/dev/profiler/37/80/f08037 b/var/cache/dev/profiler/37/80/f08037 new file mode 100644 index 0000000000000000000000000000000000000000..c5dddbd46784ef75bbbec84017dad9b2efe710ea Binary files /dev/null and b/var/cache/dev/profiler/37/80/f08037 differ diff --git a/var/cache/dev/profiler/38/4a/6b4a38 b/var/cache/dev/profiler/38/4a/6b4a38 new file mode 100644 index 0000000000000000000000000000000000000000..da9388c35fc5cf0810803e2fe2ad010c2a6fa10c Binary files /dev/null and b/var/cache/dev/profiler/38/4a/6b4a38 differ diff --git a/var/cache/dev/profiler/39/ab/7bab39 b/var/cache/dev/profiler/39/ab/7bab39 new file mode 100644 index 0000000000000000000000000000000000000000..98328dd7b1dde984a0d1945620a7a778776f0f98 Binary files /dev/null and b/var/cache/dev/profiler/39/ab/7bab39 differ diff --git a/var/cache/dev/profiler/3a/67/f1673a b/var/cache/dev/profiler/3a/67/f1673a new file mode 100644 index 0000000000000000000000000000000000000000..e3489d43820ad10a1b80081c11d94a94d10eb0e0 Binary files /dev/null and b/var/cache/dev/profiler/3a/67/f1673a differ diff --git a/var/cache/dev/profiler/3b/1a/3a1a3b b/var/cache/dev/profiler/3b/1a/3a1a3b new file mode 100644 index 0000000000000000000000000000000000000000..9c40534513b749b06851e32391c0368ae78815c1 Binary files /dev/null and b/var/cache/dev/profiler/3b/1a/3a1a3b differ diff --git a/var/cache/dev/profiler/3b/25/27253b b/var/cache/dev/profiler/3b/25/27253b new file mode 100644 index 0000000000000000000000000000000000000000..b55506f53508ba8c0960ba4bee4dd21cfa262e46 Binary files /dev/null and b/var/cache/dev/profiler/3b/25/27253b differ diff --git a/var/cache/dev/profiler/3b/f2/d1f23b b/var/cache/dev/profiler/3b/f2/d1f23b new file mode 100644 index 0000000000000000000000000000000000000000..c69585fb3b17b3574533d79b6bfd2808574e766f Binary files /dev/null and b/var/cache/dev/profiler/3b/f2/d1f23b differ diff --git a/var/cache/dev/profiler/3f/52/17523f b/var/cache/dev/profiler/3f/52/17523f new file mode 100644 index 0000000000000000000000000000000000000000..3c93b8d5416a5a0fc74ad7b2da0d51bbdc78669a Binary files /dev/null and b/var/cache/dev/profiler/3f/52/17523f differ diff --git a/var/cache/dev/profiler/3f/d5/b5d53f b/var/cache/dev/profiler/3f/d5/b5d53f new file mode 100644 index 0000000000000000000000000000000000000000..f38d70fd2f9c0b2aa3a2fd97f796c869c8742bac Binary files /dev/null and b/var/cache/dev/profiler/3f/d5/b5d53f differ diff --git a/var/cache/dev/profiler/40/4c/894c40 b/var/cache/dev/profiler/40/4c/894c40 new file mode 100644 index 0000000000000000000000000000000000000000..9f77df3400516645cffc03aea48a36263e1cae28 Binary files /dev/null and b/var/cache/dev/profiler/40/4c/894c40 differ diff --git a/var/cache/dev/profiler/41/5f/085f41 b/var/cache/dev/profiler/41/5f/085f41 new file mode 100644 index 0000000000000000000000000000000000000000..9514d294a2d0708e9391ade6da139fe4e4f08517 Binary files /dev/null and b/var/cache/dev/profiler/41/5f/085f41 differ diff --git a/var/cache/dev/profiler/43/7c/127c43 b/var/cache/dev/profiler/43/7c/127c43 new file mode 100644 index 0000000000000000000000000000000000000000..d422bd57380cf3201e8bb80c0b53bb2e7fbbaa67 Binary files /dev/null and b/var/cache/dev/profiler/43/7c/127c43 differ diff --git a/var/cache/dev/profiler/44/88/638844 b/var/cache/dev/profiler/44/88/638844 new file mode 100644 index 0000000000000000000000000000000000000000..70b7f07c8f7b03b04674e9056e8ce560094f2a33 Binary files /dev/null and b/var/cache/dev/profiler/44/88/638844 differ diff --git a/var/cache/dev/profiler/45/c0/72c045 b/var/cache/dev/profiler/45/c0/72c045 new file mode 100644 index 0000000000000000000000000000000000000000..911ab02ddfa7f33eaa09944b7d04622d4182fdfd Binary files /dev/null and b/var/cache/dev/profiler/45/c0/72c045 differ diff --git a/var/cache/dev/profiler/48/da/3dda48 b/var/cache/dev/profiler/48/da/3dda48 new file mode 100644 index 0000000000000000000000000000000000000000..62c1892a29b34668a6a5921088507cbc6d781c9e Binary files /dev/null and b/var/cache/dev/profiler/48/da/3dda48 differ diff --git a/var/cache/dev/profiler/4c/d1/3cd14c b/var/cache/dev/profiler/4c/d1/3cd14c new file mode 100644 index 0000000000000000000000000000000000000000..be5f3e1f12579b0414a13df8145ceb1a7981baeb Binary files /dev/null and b/var/cache/dev/profiler/4c/d1/3cd14c differ diff --git a/var/cache/dev/profiler/4d/0c/6b0c4d b/var/cache/dev/profiler/4d/0c/6b0c4d new file mode 100644 index 0000000000000000000000000000000000000000..309385c87fb896be3e80583bc5f0b3533553bae4 Binary files /dev/null and b/var/cache/dev/profiler/4d/0c/6b0c4d differ diff --git a/var/cache/dev/profiler/4d/61/69614d b/var/cache/dev/profiler/4d/61/69614d new file mode 100644 index 0000000000000000000000000000000000000000..97fa7007c260aa6c6b374dab467a87f28f91fa23 Binary files /dev/null and b/var/cache/dev/profiler/4d/61/69614d differ diff --git a/var/cache/dev/profiler/4e/5a/b65a4e b/var/cache/dev/profiler/4e/5a/b65a4e new file mode 100644 index 0000000000000000000000000000000000000000..ac518b54c72c0e00011788c296e79bb62d9e85d3 Binary files /dev/null and b/var/cache/dev/profiler/4e/5a/b65a4e differ diff --git a/var/cache/dev/profiler/50/5c/185c50 b/var/cache/dev/profiler/50/5c/185c50 new file mode 100644 index 0000000000000000000000000000000000000000..c4164017104aa25684d5ffb73698ed1aebff10de Binary files /dev/null and b/var/cache/dev/profiler/50/5c/185c50 differ diff --git a/var/cache/dev/profiler/51/18/421851 b/var/cache/dev/profiler/51/18/421851 new file mode 100644 index 0000000000000000000000000000000000000000..bcce5af1905113a6581794ff9357dc00a1fd4c45 Binary files /dev/null and b/var/cache/dev/profiler/51/18/421851 differ diff --git a/var/cache/dev/profiler/52/b8/7fb852 b/var/cache/dev/profiler/52/b8/7fb852 new file mode 100644 index 0000000000000000000000000000000000000000..c09eb324220a2a50546e608d8c68631da1201b49 Binary files /dev/null and b/var/cache/dev/profiler/52/b8/7fb852 differ diff --git a/var/cache/dev/profiler/54/cc/14cc54 b/var/cache/dev/profiler/54/cc/14cc54 new file mode 100644 index 0000000000000000000000000000000000000000..070c4e169138d1c506211393c9055ea45f5b6a33 Binary files /dev/null and b/var/cache/dev/profiler/54/cc/14cc54 differ diff --git a/var/cache/dev/profiler/58/8c/d78c58 b/var/cache/dev/profiler/58/8c/d78c58 new file mode 100644 index 0000000000000000000000000000000000000000..35ab5f7eb1fa8a97ff6d1e8616bbf10c0d589037 Binary files /dev/null and b/var/cache/dev/profiler/58/8c/d78c58 differ diff --git a/var/cache/dev/profiler/59/d5/bbd559 b/var/cache/dev/profiler/59/d5/bbd559 new file mode 100644 index 0000000000000000000000000000000000000000..b1b57942736beadc1492fa0712102ecbcbe91c1e Binary files /dev/null and b/var/cache/dev/profiler/59/d5/bbd559 differ diff --git a/var/cache/dev/profiler/5c/72/16725c b/var/cache/dev/profiler/5c/72/16725c new file mode 100644 index 0000000000000000000000000000000000000000..66cdfcfe679f652129c48604254c89f276a6bf30 Binary files /dev/null and b/var/cache/dev/profiler/5c/72/16725c differ diff --git a/var/cache/dev/profiler/5d/7e/fb7e5d b/var/cache/dev/profiler/5d/7e/fb7e5d new file mode 100644 index 0000000000000000000000000000000000000000..a004412ebe45e022be09c8bc5051a823730069c6 Binary files /dev/null and b/var/cache/dev/profiler/5d/7e/fb7e5d differ diff --git a/var/cache/dev/profiler/5e/57/0c575e b/var/cache/dev/profiler/5e/57/0c575e new file mode 100644 index 0000000000000000000000000000000000000000..4667aa9b057f990de3366739f1b75385f6592727 Binary files /dev/null and b/var/cache/dev/profiler/5e/57/0c575e differ diff --git a/var/cache/dev/profiler/5f/2a/8a2a5f b/var/cache/dev/profiler/5f/2a/8a2a5f new file mode 100644 index 0000000000000000000000000000000000000000..6d88bfcb1a775838d99cd607239d45123c9e5371 Binary files /dev/null and b/var/cache/dev/profiler/5f/2a/8a2a5f differ diff --git a/var/cache/dev/profiler/5f/b3/3fb35f b/var/cache/dev/profiler/5f/b3/3fb35f new file mode 100644 index 0000000000000000000000000000000000000000..871d4e55a92b327facf994ae59df436efb71ba84 Binary files /dev/null and b/var/cache/dev/profiler/5f/b3/3fb35f differ diff --git a/var/cache/dev/profiler/61/40/024061 b/var/cache/dev/profiler/61/40/024061 new file mode 100644 index 0000000000000000000000000000000000000000..e1d10e9de23b9d39b30383d42bafb64017919010 Binary files /dev/null and b/var/cache/dev/profiler/61/40/024061 differ diff --git a/var/cache/dev/profiler/62/3a/753a62 b/var/cache/dev/profiler/62/3a/753a62 new file mode 100644 index 0000000000000000000000000000000000000000..44233c0af30303f672f2a0fd135e62036bbd6925 Binary files /dev/null and b/var/cache/dev/profiler/62/3a/753a62 differ diff --git a/var/cache/dev/profiler/62/4a/fb4a62 b/var/cache/dev/profiler/62/4a/fb4a62 new file mode 100644 index 0000000000000000000000000000000000000000..6473a1e34d6e813f09c7439702e20ec62ef5a81a Binary files /dev/null and b/var/cache/dev/profiler/62/4a/fb4a62 differ diff --git a/var/cache/dev/profiler/62/95/f59562 b/var/cache/dev/profiler/62/95/f59562 new file mode 100644 index 0000000000000000000000000000000000000000..074266e2a5ab3216c56e84bb8de52851d7218bf8 Binary files /dev/null and b/var/cache/dev/profiler/62/95/f59562 differ diff --git a/var/cache/dev/profiler/63/03/df0363 b/var/cache/dev/profiler/63/03/df0363 new file mode 100644 index 0000000000000000000000000000000000000000..91d210b5b2ab5f3c13bb9f0cc8256531730116fc Binary files /dev/null and b/var/cache/dev/profiler/63/03/df0363 differ diff --git a/var/cache/dev/profiler/63/61/896163 b/var/cache/dev/profiler/63/61/896163 new file mode 100644 index 0000000000000000000000000000000000000000..2c3529561cb4cd087eee7a48e90f652a8d0f4643 Binary files /dev/null and b/var/cache/dev/profiler/63/61/896163 differ diff --git a/var/cache/dev/profiler/65/25/212565 b/var/cache/dev/profiler/65/25/212565 new file mode 100644 index 0000000000000000000000000000000000000000..55d90db9160f7b89d0e62e70c99ddaca0d020f41 Binary files /dev/null and b/var/cache/dev/profiler/65/25/212565 differ diff --git a/var/cache/dev/profiler/66/f3/10f366 b/var/cache/dev/profiler/66/f3/10f366 new file mode 100644 index 0000000000000000000000000000000000000000..8e6653439869542dc8e4416c0a05c83eaf361d5b Binary files /dev/null and b/var/cache/dev/profiler/66/f3/10f366 differ diff --git a/var/cache/dev/profiler/67/65/e26567 b/var/cache/dev/profiler/67/65/e26567 new file mode 100644 index 0000000000000000000000000000000000000000..50679d5df1bb641bb0c7e0b3bc0f60756c2b8c0d Binary files /dev/null and b/var/cache/dev/profiler/67/65/e26567 differ diff --git a/var/cache/dev/profiler/69/e2/65e269 b/var/cache/dev/profiler/69/e2/65e269 new file mode 100644 index 0000000000000000000000000000000000000000..2b697f77c84efc3dda2fd43dd133e7fae3dd1999 Binary files /dev/null and b/var/cache/dev/profiler/69/e2/65e269 differ diff --git a/var/cache/dev/profiler/6a/0d/d80d6a b/var/cache/dev/profiler/6a/0d/d80d6a new file mode 100644 index 0000000000000000000000000000000000000000..3613baca9299d0f690b34e00967a3480ccab66e3 Binary files /dev/null and b/var/cache/dev/profiler/6a/0d/d80d6a differ diff --git a/var/cache/dev/profiler/6a/a9/7ea96a b/var/cache/dev/profiler/6a/a9/7ea96a new file mode 100644 index 0000000000000000000000000000000000000000..2108a13571865a41d51b3a68f512970f1f5f75fb Binary files /dev/null and b/var/cache/dev/profiler/6a/a9/7ea96a differ diff --git a/var/cache/dev/profiler/6b/b3/ffb36b b/var/cache/dev/profiler/6b/b3/ffb36b new file mode 100644 index 0000000000000000000000000000000000000000..77f7a758c5f1a2100ef1802ebdb210ba8a5247e4 Binary files /dev/null and b/var/cache/dev/profiler/6b/b3/ffb36b differ diff --git a/var/cache/dev/profiler/71/29/d12971 b/var/cache/dev/profiler/71/29/d12971 new file mode 100644 index 0000000000000000000000000000000000000000..a6e4ac3d06c0824128d7686b035b5a82ec9acdc5 Binary files /dev/null and b/var/cache/dev/profiler/71/29/d12971 differ diff --git a/var/cache/dev/profiler/72/ac/c1ac72 b/var/cache/dev/profiler/72/ac/c1ac72 new file mode 100644 index 0000000000000000000000000000000000000000..1c105eeebbc82aace7206f7826eb22f6e18fa9c3 Binary files /dev/null and b/var/cache/dev/profiler/72/ac/c1ac72 differ diff --git a/var/cache/dev/profiler/74/54/5b5474 b/var/cache/dev/profiler/74/54/5b5474 new file mode 100644 index 0000000000000000000000000000000000000000..7490d8c4fabbb46830e8af707092523641b4f9a6 Binary files /dev/null and b/var/cache/dev/profiler/74/54/5b5474 differ diff --git a/var/cache/dev/profiler/76/8c/e38c76 b/var/cache/dev/profiler/76/8c/e38c76 new file mode 100644 index 0000000000000000000000000000000000000000..525ba6dfa33704eeb7d9bb0a4cd499a5ebc3cff3 Binary files /dev/null and b/var/cache/dev/profiler/76/8c/e38c76 differ diff --git a/var/cache/dev/profiler/76/91/1c9176 b/var/cache/dev/profiler/76/91/1c9176 new file mode 100644 index 0000000000000000000000000000000000000000..bfdad6072a41586359c7feaf77b29bd469655369 Binary files /dev/null and b/var/cache/dev/profiler/76/91/1c9176 differ diff --git a/var/cache/dev/profiler/7c/16/6b167c b/var/cache/dev/profiler/7c/16/6b167c new file mode 100644 index 0000000000000000000000000000000000000000..d31f2e3786a60e27400c35e80b6edc193164ab7a Binary files /dev/null and b/var/cache/dev/profiler/7c/16/6b167c differ diff --git a/var/cache/dev/profiler/7d/a5/4ca57d b/var/cache/dev/profiler/7d/a5/4ca57d new file mode 100644 index 0000000000000000000000000000000000000000..a2e46c6ee7daadc069d3e22eb2c8e5f4b27cdcff Binary files /dev/null and b/var/cache/dev/profiler/7d/a5/4ca57d differ diff --git a/var/cache/dev/profiler/7f/c2/2bc27f b/var/cache/dev/profiler/7f/c2/2bc27f new file mode 100644 index 0000000000000000000000000000000000000000..9a8e6d96d0a27e326b664c73e3db838b79c60ed1 Binary files /dev/null and b/var/cache/dev/profiler/7f/c2/2bc27f differ diff --git a/var/cache/dev/profiler/81/a3/b9a381 b/var/cache/dev/profiler/81/a3/b9a381 new file mode 100644 index 0000000000000000000000000000000000000000..4d27aa036bb0feba2df8174ccbab0b5e8a4bd31b Binary files /dev/null and b/var/cache/dev/profiler/81/a3/b9a381 differ diff --git a/var/cache/dev/profiler/82/25/ab2582 b/var/cache/dev/profiler/82/25/ab2582 new file mode 100644 index 0000000000000000000000000000000000000000..37f92d4a7cf1af7c779f554c6000e9897e2b00a8 Binary files /dev/null and b/var/cache/dev/profiler/82/25/ab2582 differ diff --git a/var/cache/dev/profiler/83/e5/78e583 b/var/cache/dev/profiler/83/e5/78e583 new file mode 100644 index 0000000000000000000000000000000000000000..782a8297357552225aa6bfdd980170e1bd9f726c Binary files /dev/null and b/var/cache/dev/profiler/83/e5/78e583 differ diff --git a/var/cache/dev/profiler/89/52/035289 b/var/cache/dev/profiler/89/52/035289 new file mode 100644 index 0000000000000000000000000000000000000000..c9e30d3c9df2cd31f34cb4ab01f457d76ce8417b Binary files /dev/null and b/var/cache/dev/profiler/89/52/035289 differ diff --git a/var/cache/dev/profiler/8c/a2/1ca28c b/var/cache/dev/profiler/8c/a2/1ca28c new file mode 100644 index 0000000000000000000000000000000000000000..ef96a358d710da4223c93e7098584e9cd71e689d Binary files /dev/null and b/var/cache/dev/profiler/8c/a2/1ca28c differ diff --git a/var/cache/dev/profiler/90/84/7c8490 b/var/cache/dev/profiler/90/84/7c8490 new file mode 100644 index 0000000000000000000000000000000000000000..d2b42d2eee11200ed2743daf97949a8646a9d864 Binary files /dev/null and b/var/cache/dev/profiler/90/84/7c8490 differ diff --git a/var/cache/dev/profiler/92/2d/df2d92 b/var/cache/dev/profiler/92/2d/df2d92 new file mode 100644 index 0000000000000000000000000000000000000000..caec8c4474b89349b53a7e8bc4c9ace61940e35b Binary files /dev/null and b/var/cache/dev/profiler/92/2d/df2d92 differ diff --git a/var/cache/dev/profiler/93/e7/81e793 b/var/cache/dev/profiler/93/e7/81e793 new file mode 100644 index 0000000000000000000000000000000000000000..83a0a42ba8d0b53ec728ec4358906ea575aa6c03 Binary files /dev/null and b/var/cache/dev/profiler/93/e7/81e793 differ diff --git a/var/cache/dev/profiler/94/a6/81a694 b/var/cache/dev/profiler/94/a6/81a694 new file mode 100644 index 0000000000000000000000000000000000000000..24c3563cbaf454b5f6d8fcb2efd25c2d293393d1 Binary files /dev/null and b/var/cache/dev/profiler/94/a6/81a694 differ diff --git a/var/cache/dev/profiler/95/bc/bebc95 b/var/cache/dev/profiler/95/bc/bebc95 new file mode 100644 index 0000000000000000000000000000000000000000..8be5efa110e533459665342e5f253fcb1e7f1476 Binary files /dev/null and b/var/cache/dev/profiler/95/bc/bebc95 differ diff --git a/var/cache/dev/profiler/96/d6/97d696 b/var/cache/dev/profiler/96/d6/97d696 new file mode 100644 index 0000000000000000000000000000000000000000..ff4c3fbb4de5b40346a16c03f6112b4c028841ae Binary files /dev/null and b/var/cache/dev/profiler/96/d6/97d696 differ diff --git a/var/cache/dev/profiler/97/c1/05c197 b/var/cache/dev/profiler/97/c1/05c197 new file mode 100644 index 0000000000000000000000000000000000000000..b14e5a2ce562975bd21761d71950c56de5a2feaf Binary files /dev/null and b/var/cache/dev/profiler/97/c1/05c197 differ diff --git a/var/cache/dev/profiler/98/4a/904a98 b/var/cache/dev/profiler/98/4a/904a98 new file mode 100644 index 0000000000000000000000000000000000000000..07abce61213143638d428338b526b8dcaa2f3732 Binary files /dev/null and b/var/cache/dev/profiler/98/4a/904a98 differ diff --git a/var/cache/dev/profiler/99/93/159399 b/var/cache/dev/profiler/99/93/159399 new file mode 100644 index 0000000000000000000000000000000000000000..46aa311c68ce381eba65f7c19d797e28ce5c1431 Binary files /dev/null and b/var/cache/dev/profiler/99/93/159399 differ diff --git a/var/cache/dev/profiler/99/c0/adc099 b/var/cache/dev/profiler/99/c0/adc099 new file mode 100644 index 0000000000000000000000000000000000000000..4259483c0471bc51dd5da60e527ee6df4d34e728 Binary files /dev/null and b/var/cache/dev/profiler/99/c0/adc099 differ diff --git a/var/cache/dev/profiler/9b/b6/b7b69b b/var/cache/dev/profiler/9b/b6/b7b69b new file mode 100644 index 0000000000000000000000000000000000000000..c7a956ababf13e2dc44a342b444a9651f1323933 Binary files /dev/null and b/var/cache/dev/profiler/9b/b6/b7b69b differ diff --git a/var/cache/dev/profiler/9c/c0/12c09c b/var/cache/dev/profiler/9c/c0/12c09c new file mode 100644 index 0000000000000000000000000000000000000000..ac6525e60bbc88b6cb0ddb4cc7a7987637e984d0 Binary files /dev/null and b/var/cache/dev/profiler/9c/c0/12c09c differ diff --git a/var/cache/dev/profiler/9d/59/49599d b/var/cache/dev/profiler/9d/59/49599d new file mode 100644 index 0000000000000000000000000000000000000000..098fdb620759060d04edd3db8ade1310261522e9 Binary files /dev/null and b/var/cache/dev/profiler/9d/59/49599d differ diff --git a/var/cache/dev/profiler/9d/a2/6ba29d b/var/cache/dev/profiler/9d/a2/6ba29d new file mode 100644 index 0000000000000000000000000000000000000000..cd4c2a08d0f07a9316ad2f564dc8b0f4bb8cc8e9 Binary files /dev/null and b/var/cache/dev/profiler/9d/a2/6ba29d differ diff --git a/var/cache/dev/profiler/9f/31/e8319f b/var/cache/dev/profiler/9f/31/e8319f new file mode 100644 index 0000000000000000000000000000000000000000..e4a5417bf4866f8e79b319c04dafb810e2021d12 Binary files /dev/null and b/var/cache/dev/profiler/9f/31/e8319f differ diff --git a/var/cache/dev/profiler/a0/b4/01b4a0 b/var/cache/dev/profiler/a0/b4/01b4a0 new file mode 100644 index 0000000000000000000000000000000000000000..24d7e86e7ee5353aacd6da912d47c4b67de311cd Binary files /dev/null and b/var/cache/dev/profiler/a0/b4/01b4a0 differ diff --git a/var/cache/dev/profiler/a2/29/e429a2 b/var/cache/dev/profiler/a2/29/e429a2 new file mode 100644 index 0000000000000000000000000000000000000000..5375d484ccf9f840baaa38dbac203b0f90d8abd2 Binary files /dev/null and b/var/cache/dev/profiler/a2/29/e429a2 differ diff --git a/var/cache/dev/profiler/a3/da/72daa3 b/var/cache/dev/profiler/a3/da/72daa3 new file mode 100644 index 0000000000000000000000000000000000000000..0b2efcc577ab6e0963562d98b42f5c702e1fe285 Binary files /dev/null and b/var/cache/dev/profiler/a3/da/72daa3 differ diff --git a/var/cache/dev/profiler/a6/b1/9fb1a6 b/var/cache/dev/profiler/a6/b1/9fb1a6 new file mode 100644 index 0000000000000000000000000000000000000000..155eda89f38bf1a938593c4dcddbadd5ed00b769 Binary files /dev/null and b/var/cache/dev/profiler/a6/b1/9fb1a6 differ diff --git a/var/cache/dev/profiler/a7/28/5028a7 b/var/cache/dev/profiler/a7/28/5028a7 new file mode 100644 index 0000000000000000000000000000000000000000..7635346af62407bf9ae005ca649b00c5f0022ead Binary files /dev/null and b/var/cache/dev/profiler/a7/28/5028a7 differ diff --git a/var/cache/dev/profiler/ab/4d/8e4dab b/var/cache/dev/profiler/ab/4d/8e4dab new file mode 100644 index 0000000000000000000000000000000000000000..e738972f1ce96a475569c6d4ab2b81d007f67e9d Binary files /dev/null and b/var/cache/dev/profiler/ab/4d/8e4dab differ diff --git a/var/cache/dev/profiler/b0/e9/21e9b0 b/var/cache/dev/profiler/b0/e9/21e9b0 new file mode 100644 index 0000000000000000000000000000000000000000..3803c159c8513fa540b2a4fb71a6def4b57a5e03 Binary files /dev/null and b/var/cache/dev/profiler/b0/e9/21e9b0 differ diff --git a/var/cache/dev/profiler/b1/e1/54e1b1 b/var/cache/dev/profiler/b1/e1/54e1b1 new file mode 100644 index 0000000000000000000000000000000000000000..a10b2015f9c63b2607709fefd0d234a3276de24f Binary files /dev/null and b/var/cache/dev/profiler/b1/e1/54e1b1 differ diff --git a/var/cache/dev/profiler/b3/00/a500b3 b/var/cache/dev/profiler/b3/00/a500b3 new file mode 100644 index 0000000000000000000000000000000000000000..b83001b46166f43ee272c5f699cc55fbee66b78d Binary files /dev/null and b/var/cache/dev/profiler/b3/00/a500b3 differ diff --git a/var/cache/dev/profiler/b3/43/4443b3 b/var/cache/dev/profiler/b3/43/4443b3 new file mode 100644 index 0000000000000000000000000000000000000000..51395a66f78b7ba7c12f74ff8c0739bb9b34cfb9 Binary files /dev/null and b/var/cache/dev/profiler/b3/43/4443b3 differ diff --git a/var/cache/dev/profiler/b4/14/af14b4 b/var/cache/dev/profiler/b4/14/af14b4 new file mode 100644 index 0000000000000000000000000000000000000000..023756b680b1625c3d37dc8a35c4d87ffa7d9466 Binary files /dev/null and b/var/cache/dev/profiler/b4/14/af14b4 differ diff --git a/var/cache/dev/profiler/b6/58/c458b6 b/var/cache/dev/profiler/b6/58/c458b6 new file mode 100644 index 0000000000000000000000000000000000000000..e5f98297d85a35a9aefb3bf5de075712de4c73dd Binary files /dev/null and b/var/cache/dev/profiler/b6/58/c458b6 differ diff --git a/var/cache/dev/profiler/b7/41/e841b7 b/var/cache/dev/profiler/b7/41/e841b7 new file mode 100644 index 0000000000000000000000000000000000000000..7a5cb8ac5b55605b46206ab94f1d5326545a9b1d Binary files /dev/null and b/var/cache/dev/profiler/b7/41/e841b7 differ diff --git a/var/cache/dev/profiler/bb/be/f0bebb b/var/cache/dev/profiler/bb/be/f0bebb new file mode 100644 index 0000000000000000000000000000000000000000..614b109bcab43d5092bbe6f66d339f000a4674cd Binary files /dev/null and b/var/cache/dev/profiler/bb/be/f0bebb differ diff --git a/var/cache/dev/profiler/be/4c/3c4cbe b/var/cache/dev/profiler/be/4c/3c4cbe new file mode 100644 index 0000000000000000000000000000000000000000..9d2b38ed7aee7a9c1e57cb27a81a2c625b2193a7 Binary files /dev/null and b/var/cache/dev/profiler/be/4c/3c4cbe differ diff --git a/var/cache/dev/profiler/bf/d6/6bd6bf b/var/cache/dev/profiler/bf/d6/6bd6bf new file mode 100644 index 0000000000000000000000000000000000000000..ee638a4a28c76fd871dcd663577651e949e13bab Binary files /dev/null and b/var/cache/dev/profiler/bf/d6/6bd6bf differ diff --git a/var/cache/dev/profiler/c0/24/ff24c0 b/var/cache/dev/profiler/c0/24/ff24c0 new file mode 100644 index 0000000000000000000000000000000000000000..a2ab70a72133ebafa987fc9aaffe587c8b07327c Binary files /dev/null and b/var/cache/dev/profiler/c0/24/ff24c0 differ diff --git a/var/cache/dev/profiler/c0/53/9253c0 b/var/cache/dev/profiler/c0/53/9253c0 new file mode 100644 index 0000000000000000000000000000000000000000..926a5e46eb0140c0a6bb3adbdf4a643157bf37c9 Binary files /dev/null and b/var/cache/dev/profiler/c0/53/9253c0 differ diff --git a/var/cache/dev/profiler/c0/8e/c08ec0 b/var/cache/dev/profiler/c0/8e/c08ec0 new file mode 100644 index 0000000000000000000000000000000000000000..de785a5f19977f19ec0213a3e1650851f50d0b68 Binary files /dev/null and b/var/cache/dev/profiler/c0/8e/c08ec0 differ diff --git a/var/cache/dev/profiler/c1/24/b524c1 b/var/cache/dev/profiler/c1/24/b524c1 new file mode 100644 index 0000000000000000000000000000000000000000..6f8a3b0a434ea8c66883a0a80bd3a27743a32ba7 Binary files /dev/null and b/var/cache/dev/profiler/c1/24/b524c1 differ diff --git a/var/cache/dev/profiler/c3/a6/8aa6c3 b/var/cache/dev/profiler/c3/a6/8aa6c3 new file mode 100644 index 0000000000000000000000000000000000000000..9579a13e0aff6572ca7fe530f15490bbde6bc46c Binary files /dev/null and b/var/cache/dev/profiler/c3/a6/8aa6c3 differ diff --git a/var/cache/dev/profiler/c5/fe/04fec5 b/var/cache/dev/profiler/c5/fe/04fec5 new file mode 100644 index 0000000000000000000000000000000000000000..5714155afd643c87a83e51b54bda5c32275d4f7b Binary files /dev/null and b/var/cache/dev/profiler/c5/fe/04fec5 differ diff --git a/var/cache/dev/profiler/c6/26/ba26c6 b/var/cache/dev/profiler/c6/26/ba26c6 new file mode 100644 index 0000000000000000000000000000000000000000..c106778640acb52821903261924e4b248d7956fb Binary files /dev/null and b/var/cache/dev/profiler/c6/26/ba26c6 differ diff --git a/var/cache/dev/profiler/c6/3b/273bc6 b/var/cache/dev/profiler/c6/3b/273bc6 new file mode 100644 index 0000000000000000000000000000000000000000..c63b8083306711bdeb67d7a42c7cc2a70a94bb08 Binary files /dev/null and b/var/cache/dev/profiler/c6/3b/273bc6 differ diff --git a/var/cache/dev/profiler/c7/4c/854cc7 b/var/cache/dev/profiler/c7/4c/854cc7 new file mode 100644 index 0000000000000000000000000000000000000000..9bd4b02936c0aed3989523a6e72cede23cd74728 Binary files /dev/null and b/var/cache/dev/profiler/c7/4c/854cc7 differ diff --git a/var/cache/dev/profiler/c8/6d/e96dc8 b/var/cache/dev/profiler/c8/6d/e96dc8 new file mode 100644 index 0000000000000000000000000000000000000000..d7f4280137f8fb8f5f482aa78fa3ba8680455415 Binary files /dev/null and b/var/cache/dev/profiler/c8/6d/e96dc8 differ diff --git a/var/cache/dev/profiler/c9/d3/22d3c9 b/var/cache/dev/profiler/c9/d3/22d3c9 new file mode 100644 index 0000000000000000000000000000000000000000..c628b7b9ec14508ad77981cb16508eca528ce4ea Binary files /dev/null and b/var/cache/dev/profiler/c9/d3/22d3c9 differ diff --git a/var/cache/dev/profiler/cc/56/9456cc b/var/cache/dev/profiler/cc/56/9456cc new file mode 100644 index 0000000000000000000000000000000000000000..eb430537400242c02557cbf3636b086fb7734a16 Binary files /dev/null and b/var/cache/dev/profiler/cc/56/9456cc differ diff --git a/var/cache/dev/profiler/cd/3b/eb3bcd b/var/cache/dev/profiler/cd/3b/eb3bcd new file mode 100644 index 0000000000000000000000000000000000000000..95e6024f60463724ecc01d9a0919b693f3735239 Binary files /dev/null and b/var/cache/dev/profiler/cd/3b/eb3bcd differ diff --git a/var/cache/dev/profiler/cd/ee/9ceecd b/var/cache/dev/profiler/cd/ee/9ceecd new file mode 100644 index 0000000000000000000000000000000000000000..06366ed79206367c03b64e803e14e6c7c69df6cc Binary files /dev/null and b/var/cache/dev/profiler/cd/ee/9ceecd differ diff --git a/var/cache/dev/profiler/cd/f7/3af7cd b/var/cache/dev/profiler/cd/f7/3af7cd new file mode 100644 index 0000000000000000000000000000000000000000..ef62c93d6a461b016770b1b76cf223856b3c11af Binary files /dev/null and b/var/cache/dev/profiler/cd/f7/3af7cd differ diff --git a/var/cache/dev/profiler/ce/6c/d96cce b/var/cache/dev/profiler/ce/6c/d96cce new file mode 100644 index 0000000000000000000000000000000000000000..beb4481d81b5de3813bb3fe042c1b82cfc23a53f Binary files /dev/null and b/var/cache/dev/profiler/ce/6c/d96cce differ diff --git a/var/cache/dev/profiler/d1/6c/cb6cd1 b/var/cache/dev/profiler/d1/6c/cb6cd1 new file mode 100644 index 0000000000000000000000000000000000000000..8232cbabf998f65f6115180b66a3121e13fd9997 Binary files /dev/null and b/var/cache/dev/profiler/d1/6c/cb6cd1 differ diff --git a/var/cache/dev/profiler/d4/ac/9dacd4 b/var/cache/dev/profiler/d4/ac/9dacd4 new file mode 100644 index 0000000000000000000000000000000000000000..b5badc00456d7f1d942b0640990e12a7f9b48236 Binary files /dev/null and b/var/cache/dev/profiler/d4/ac/9dacd4 differ diff --git a/var/cache/dev/profiler/d5/47/4d47d5 b/var/cache/dev/profiler/d5/47/4d47d5 new file mode 100644 index 0000000000000000000000000000000000000000..08485ae5a3c279f0ab24d48508d9c849fcfb02b0 Binary files /dev/null and b/var/cache/dev/profiler/d5/47/4d47d5 differ diff --git a/var/cache/dev/profiler/d6/39/0839d6 b/var/cache/dev/profiler/d6/39/0839d6 new file mode 100644 index 0000000000000000000000000000000000000000..cf3efd7f4698d0ffff3bc8361a2d7a628fc57d7a Binary files /dev/null and b/var/cache/dev/profiler/d6/39/0839d6 differ diff --git a/var/cache/dev/profiler/d8/a4/b6a4d8 b/var/cache/dev/profiler/d8/a4/b6a4d8 new file mode 100644 index 0000000000000000000000000000000000000000..956a988ad9c8bdf76d4d5f8300d96033cd7f517f Binary files /dev/null and b/var/cache/dev/profiler/d8/a4/b6a4d8 differ diff --git a/var/cache/dev/profiler/db/1f/ec1fdb b/var/cache/dev/profiler/db/1f/ec1fdb new file mode 100644 index 0000000000000000000000000000000000000000..e19451d5b6834723a58ea27b17443cf1565df08f Binary files /dev/null and b/var/cache/dev/profiler/db/1f/ec1fdb differ diff --git a/var/cache/dev/profiler/dc/fc/5cfcdc b/var/cache/dev/profiler/dc/fc/5cfcdc new file mode 100644 index 0000000000000000000000000000000000000000..cda373e08f27b166295396308dd23d8d22ec2460 Binary files /dev/null and b/var/cache/dev/profiler/dc/fc/5cfcdc differ diff --git a/var/cache/dev/profiler/de/fa/87fade b/var/cache/dev/profiler/de/fa/87fade new file mode 100644 index 0000000000000000000000000000000000000000..507f0fe2cfed8df85820e7410da440b97b631804 Binary files /dev/null and b/var/cache/dev/profiler/de/fa/87fade differ diff --git a/var/cache/dev/profiler/e0/9f/339fe0 b/var/cache/dev/profiler/e0/9f/339fe0 new file mode 100644 index 0000000000000000000000000000000000000000..d86795c8702a2093f1984957c312016c29744215 Binary files /dev/null and b/var/cache/dev/profiler/e0/9f/339fe0 differ diff --git a/var/cache/dev/profiler/e8/3b/013be8 b/var/cache/dev/profiler/e8/3b/013be8 new file mode 100644 index 0000000000000000000000000000000000000000..e5e0684bef4f45a0de408713b4dd82c4ebb7a1a7 Binary files /dev/null and b/var/cache/dev/profiler/e8/3b/013be8 differ diff --git a/var/cache/dev/profiler/eb/e1/9be1eb b/var/cache/dev/profiler/eb/e1/9be1eb new file mode 100644 index 0000000000000000000000000000000000000000..dbf11fc8bc552d9fb4dbe66e7e0465d322968f76 Binary files /dev/null and b/var/cache/dev/profiler/eb/e1/9be1eb differ diff --git a/var/cache/dev/profiler/ed/c8/e9c8ed b/var/cache/dev/profiler/ed/c8/e9c8ed new file mode 100644 index 0000000000000000000000000000000000000000..06484b538bed921d885787afeab7b03ce65569c7 Binary files /dev/null and b/var/cache/dev/profiler/ed/c8/e9c8ed differ diff --git a/var/cache/dev/profiler/f1/38/8538f1 b/var/cache/dev/profiler/f1/38/8538f1 new file mode 100644 index 0000000000000000000000000000000000000000..461a8c12c6888f3c781eb73055db5fa10bc33351 Binary files /dev/null and b/var/cache/dev/profiler/f1/38/8538f1 differ diff --git a/var/cache/dev/profiler/f1/a6/9da6f1 b/var/cache/dev/profiler/f1/a6/9da6f1 new file mode 100644 index 0000000000000000000000000000000000000000..3e667a5906641688558e702fe66270e3c951e48e Binary files /dev/null and b/var/cache/dev/profiler/f1/a6/9da6f1 differ diff --git a/var/cache/dev/profiler/f1/ca/fbcaf1 b/var/cache/dev/profiler/f1/ca/fbcaf1 new file mode 100644 index 0000000000000000000000000000000000000000..d241de2d76160da0f47f1410fdb6562f7c365347 Binary files /dev/null and b/var/cache/dev/profiler/f1/ca/fbcaf1 differ diff --git a/var/cache/dev/profiler/f2/7b/6d7bf2 b/var/cache/dev/profiler/f2/7b/6d7bf2 new file mode 100644 index 0000000000000000000000000000000000000000..b979f8977543c5288a4d04ac5e1340cd9f921624 Binary files /dev/null and b/var/cache/dev/profiler/f2/7b/6d7bf2 differ diff --git a/var/cache/dev/profiler/f2/7e/1d7ef2 b/var/cache/dev/profiler/f2/7e/1d7ef2 new file mode 100644 index 0000000000000000000000000000000000000000..bed58a36e61aada2a9ab94f7ec87685c7dde2484 Binary files /dev/null and b/var/cache/dev/profiler/f2/7e/1d7ef2 differ diff --git a/var/cache/dev/profiler/f3/c7/76c7f3 b/var/cache/dev/profiler/f3/c7/76c7f3 new file mode 100644 index 0000000000000000000000000000000000000000..d17c80da3ea48a1cae6d0adaa23f35f70db989af Binary files /dev/null and b/var/cache/dev/profiler/f3/c7/76c7f3 differ diff --git a/var/cache/dev/profiler/f5/41/d341f5 b/var/cache/dev/profiler/f5/41/d341f5 new file mode 100644 index 0000000000000000000000000000000000000000..c012c8a1c0d2bab951f75f37a5efc6d15d31966d Binary files /dev/null and b/var/cache/dev/profiler/f5/41/d341f5 differ diff --git a/var/cache/dev/profiler/f7/49/e249f7 b/var/cache/dev/profiler/f7/49/e249f7 new file mode 100644 index 0000000000000000000000000000000000000000..01412fb0c69ee1959fb138a75cfe8ec0e3acd770 Binary files /dev/null and b/var/cache/dev/profiler/f7/49/e249f7 differ diff --git a/var/cache/dev/profiler/f7/f2/6ff2f7 b/var/cache/dev/profiler/f7/f2/6ff2f7 new file mode 100644 index 0000000000000000000000000000000000000000..32133793f32cf0fe72efcd726e31fd2d384af6e5 Binary files /dev/null and b/var/cache/dev/profiler/f7/f2/6ff2f7 differ diff --git a/var/cache/dev/profiler/f8/1a/201af8 b/var/cache/dev/profiler/f8/1a/201af8 new file mode 100644 index 0000000000000000000000000000000000000000..49bf715f3a096e467e16712c46cf8bd91bf0aae1 Binary files /dev/null and b/var/cache/dev/profiler/f8/1a/201af8 differ diff --git a/var/cache/dev/profiler/f8/8a/088af8 b/var/cache/dev/profiler/f8/8a/088af8 new file mode 100644 index 0000000000000000000000000000000000000000..3dc90bf2aa53ba849ef165bfc6b855ae4ac5602d Binary files /dev/null and b/var/cache/dev/profiler/f8/8a/088af8 differ diff --git a/var/cache/dev/profiler/fb/85/ed85fb b/var/cache/dev/profiler/fb/85/ed85fb new file mode 100644 index 0000000000000000000000000000000000000000..07d5730a209b5b400f2990c8f850ffa652184c8c Binary files /dev/null and b/var/cache/dev/profiler/fb/85/ed85fb differ diff --git a/var/cache/dev/profiler/fc/87/1687fc b/var/cache/dev/profiler/fc/87/1687fc new file mode 100644 index 0000000000000000000000000000000000000000..1cca3f9321898d0b05b38ebb471e3ff3a8abd5e7 Binary files /dev/null and b/var/cache/dev/profiler/fc/87/1687fc differ diff --git a/var/cache/dev/profiler/fc/ea/35eafc b/var/cache/dev/profiler/fc/ea/35eafc new file mode 100644 index 0000000000000000000000000000000000000000..d182df99ba507ed5ea2a468b733f45f70e949e4f Binary files /dev/null and b/var/cache/dev/profiler/fc/ea/35eafc differ diff --git a/var/cache/dev/profiler/fc/f1/baf1fc b/var/cache/dev/profiler/fc/f1/baf1fc new file mode 100644 index 0000000000000000000000000000000000000000..d0bdee0325d0f8f606a210e6552d7da48b2ba0f9 Binary files /dev/null and b/var/cache/dev/profiler/fc/f1/baf1fc differ diff --git a/var/cache/dev/profiler/fd/57/8857fd b/var/cache/dev/profiler/fd/57/8857fd new file mode 100644 index 0000000000000000000000000000000000000000..dd6320243ad10f66d874dd11128d0ebacf017946 Binary files /dev/null and b/var/cache/dev/profiler/fd/57/8857fd differ diff --git a/var/cache/dev/profiler/index.csv b/var/cache/dev/profiler/index.csv index 16113e61c3921acbb28b86fda1a9dcf92c3e2056..6fbfea6e8903d1870664d20321fcaa837113bd4f 100644 --- a/var/cache/dev/profiler/index.csv +++ b/var/cache/dev/profiler/index.csv @@ -1174,3 +1174,183 @@ c29de3,127.0.0.1,GET,http://localhost:8000/galerie,1487065344,,200 c0e610,127.0.0.1,GET,http://localhost:8000/galerie,1487065383,,200 3bba8c,127.0.0.1,GET,http://localhost:8000/galerie,1487065731,,200 0bb5d9,127.0.0.1,GET,http://localhost:8000/galerie,1487069577,,200 +159399,127.0.0.1,GET,http://localhost:8000/galerie,1487070047,,200 +ffb36b,127.0.0.1,GET,http://localhost:8000/galerie,1487070113,,200 +894c40,127.0.0.1,GET,http://localhost:8000/galerie,1487070151,,200 +f0bebb,127.0.0.1,GET,http://localhost:8000/galerie,1487078133,,200 +e54b33,127.0.0.1,GET,http://localhost:8000/galerie,1487084462,,200 +8aa6c3,127.0.0.1,GET,http://localhost:8000/galerie,1487084469,,200 +12c09c,127.0.0.1,GET,http://localhost:8000/galerie,1487085102,,200 +c08ec0,127.0.0.1,GET,http://localhost:8000/galerie,1487085725,,200 +f59562,127.0.0.1,GET,http://localhost:8000/galerie,1487086143,,200 +374a23,127.0.0.1,GET,http://localhost:8000/galerie,1487086223,,200 +3af7cd,127.0.0.1,GET,http://localhost:8000/,1487598201,,200 +16bd02,127.0.0.1,GET,http://localhost:8000/galerie,1487598207,,200 +44ac10,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598209,fd3422,200 +fd3422,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598210,,404 +adc099,127.0.0.1,GET,http://localhost:8000/galerie,1487598418,,200 +085f41,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598424,013be8,200 +013be8,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598424,,404 +21e9b0,127.0.0.1,GET,http://localhost:8000/galerie,1487598490,,200 +201af8,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598492,d78c58,200 +d78c58,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598492,,404 +8e4dab,127.0.0.1,GET,http://localhost:8000/galerie,1487598542,,200 +e38c76,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598544,55b213,200 +55b213,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487598544,,404 +16725c,127.0.0.1,GET,http://localhost:8000/galerie,1487600380,,200 +9be1eb,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600390,baf1fc,200 +baf1fc,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600390,,404 +54e1b1,127.0.0.1,GET,http://localhost:8000/galerie,1487600443,,200 +22d3c9,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600454,3cd14c,200 +3cd14c,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600454,,404 +5eba21,127.0.0.1,GET,http://localhost:8000/galerie,1487600493,,200 +72daa3,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600501,ec7a07,200 +ec7a07,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600501,,404 +49599d,127.0.0.1,GET,http://localhost:8000/galerie,1487600607,,200 +421851,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600642,e5c60d,200 +e5c60d,127.0.0.1,GET,http://localhost:8000/new_page.html.twig,1487600642,,404 +56ae2d,127.0.0.1,GET,http://localhost:8000/zone_login.php,1487600647,3c4cbe,200 +3c4cbe,127.0.0.1,GET,http://localhost:8000/zone_login.php,1487600647,,404 +bb2f05,127.0.0.1,GET,http://localhost:8000/favicon.ico,1487600649,a81611,200 +a81611,127.0.0.1,GET,http://localhost:8000/favicon.ico,1487600649,,404 +5028a7,127.0.0.1,GET,http://localhost:8000/galerie,1487647153,,200 +9dacd4,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647168,94c02d,200 +94c02d,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647168,,404 +6b167c,127.0.0.1,GET,http://localhost:8000/galerie,1487647181,,200 +f08037,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647186,df0363,200 +df0363,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647186,,404 +b524c1,127.0.0.1,GET,http://localhost:8000/galerie,1487647374,,200 +e26567,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647418,f1673a,200 +f1673a,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487647418,,404 +3a1a3b,127.0.0.1,GET,http://localhost:8000/galerie,1487669309,,200 +127c43,127.0.0.1,GET,http://localhost:8000/galerie,1487669366,,200 +5cfcdc,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487669368,088af8,200 +088af8,127.0.0.1,GET,http://localhost:8000/accueil/index.html.twig,1487669368,,404 +a54331,127.0.0.1,GET,http://localhost:8000/galerie,1487669530,,200 +75d60c,127.0.0.1,GET,http://localhost:8000/galerie,1487670081,,200 +9c6622,127.0.0.1,GET,http://localhost:8000/galerie,1487671083,,200 +212565,127.0.0.1,GET,http://localhost:8000/galerie,1487671087,,200 +69614d,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671098,bf3535,200 +bf3535,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671098,,404 +72c045,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671113,dbe111,200 +dbe111,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671113,,404 +96f20f,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671135,35eafc,200 +35eafc,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671135,,404 +904a98,127.0.0.1,GET,http://localhost:8000/galerie,1487671142,,200 +6c3103,127.0.0.1,GET,http://localhost:8000/galerie,1487671154,,200 +1c9176,127.0.0.1,GET,http://localhost:8000/galerie/a,1487671171,c37c09,200 +c37c09,127.0.0.1,GET,http://localhost:8000/galerie/a,1487671171,,404 +d341f5,127.0.0.1,GET,http://localhost:8000/galerie/,1487671180,e429a2,200 +e429a2,127.0.0.1,GET,http://localhost:8000/galerie/,1487671180,,404 +879027,127.0.0.1,GET,http://localhost:8000/galerie/,1487671185,5b5474,200 +5b5474,127.0.0.1,GET,http://localhost:8000/galerie/,1487671185,,404 +05c197,127.0.0.1,GET,http://localhost:8000/galerie/a,1487671188,c1ac72,200 +c1ac72,127.0.0.1,GET,http://localhost:8000/galerie/a,1487671188,,404 +0839d6,127.0.0.1,GET,http://localhost:8000/galerie/,1487671197,ba26c6,200 +ba26c6,127.0.0.1,GET,http://localhost:8000/galerie/,1487671197,,404 +1687fc,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671209,8857fd,200 +8857fd,127.0.0.1,GET,http://localhost:8000/galerie/event,1487671209,,404 +17523f,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671220,fe2f0f,200 +fe2f0f,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671220,,404 +9da6f1,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671246,84f42d,200 +84f42d,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671246,,404 +3dd61f,127.0.0.1,GET,http://localhost:8000/galerie/,1487671251,7bab39,200 +7bab39,127.0.0.1,GET,http://localhost:8000/galerie/,1487671251,,404 +ec1fdb,127.0.0.1,GET,http://localhost:8000/galerie,1487671256,,200 +d96cce,127.0.0.1,GET,http://localhost:8000/galerie,1487671592,,200 +bbd559,127.0.0.1,GET,http://localhost:8000/,1487671661,,200 +17fe29,127.0.0.1,GET,http://localhost:8000/galerie,1487671663,,200 +d1f23b,127.0.0.1,GET,http://localhost:8000/galerie,1487671929,638844,200 +638844,127.0.0.1,GET,http://localhost:8000/galerie,1487671929,,500 +28fe1e,127.0.0.1,GET,http://localhost:8000/galerie,1487671939,,200 +7fb852,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671947,284c04,200 +284c04,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671947,,404 +dba212,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671986,8f302e,200 +8f302e,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487671986,,404 +b65a4e,127.0.0.1,GET,http://localhost:8000/galerie/,1487672468,fbcaf1,200 +fbcaf1,127.0.0.1,GET,http://localhost:8000/galerie/,1487672468,,404 +e9c8ed,127.0.0.1,GET,http://localhost:8000/galerie,1487672485,,200 +a500b3,127.0.0.1,GET,http://localhost:8000/galerie,1487672533,,200 +ab2582,127.0.0.1,GET,http://localhost:8000/galerie/,1487672539,7ea96a,200 +7ea96a,127.0.0.1,GET,http://localhost:8000/galerie/,1487672539,,404 +4443b3,127.0.0.1,GET,http://localhost:8000/galerie,1487672542,,200 +4ca57d,127.0.0.1,GET,http://localhost:8000/galerie,1487672567,,200 +df2d92,127.0.0.1,GET,http://localhost:8000/galerie,1487672612,,200 +37a51e,127.0.0.1,GET,http://localhost:8000/galerie,1487672637,,200 +185c50,127.0.0.1,GET,http://localhost:8000/galerie,1487672705,,200 +fb7e5d,127.0.0.1,GET,http://localhost:8000/galerie,1487672753,,200 +753a62,127.0.0.1,GET,http://localhost:8000/galerie,1487672788,,200 +01b4a0,127.0.0.1,GET,http://localhost:8000/galerie,1487672790,,200 +a07e1f,127.0.0.1,GET,http://localhost:8000/galerie,1487673048,,200 +54c736,127.0.0.1,GET,http://localhost:8000/about_us.php,1487673054,fefe0e,200 +fefe0e,127.0.0.1,GET,http://localhost:8000/about_us.php,1487673054,,404 +b9a381,127.0.0.1,GET,http://localhost:8000/galerie,1487673077,,200 +086f20,127.0.0.1,GET,http://localhost:8000/galerie/,1487673082,d80d6a,200 +d80d6a,127.0.0.1,GET,http://localhost:8000/galerie/,1487673082,,404 +b7b69b,127.0.0.1,GET,http://localhost:8000/galerie,1487673122,,200 +9fb1a6,127.0.0.1,GET,http://localhost:8000/galerie,1487673248,,200 +3fb35f,127.0.0.1,GET,http://localhost:8000/galerie,1487673287,,200 +e249f7,127.0.0.1,GET,http://localhost:8000/galerie,1487673321,,200 +97d696,127.0.0.1,GET,http://localhost:8000/galerie,1487673338,,200 +1d7ef2,127.0.0.1,GET,http://localhost:8000/galerie,1487673412,,200 +1b7b2b,127.0.0.1,GET,http://localhost:8000/galerie,1487673467,,200 +ed85fb,127.0.0.1,GET,http://localhost:8000/galerie,1487673624,,200 +9456cc,127.0.0.1,GET,http://localhost:8000/galerie,1487673635,,200 +81e793,127.0.0.1,GET,http://localhost:8000/galerie,1487673661,,200 +896163,127.0.0.1,GET,http://localhost:8000/galerie,1487673672,,200 +854cc7,127.0.0.1,GET,http://localhost:8000/galerie,1487673691,,200 +6b4a38,127.0.0.1,GET,http://localhost:8000/galerie,1487673724,,200 +b6a4d8,127.0.0.1,GET,http://localhost:8000/galerie,1487673738,,200 +fb4f27,127.0.0.1,GET,http://localhost:8000/galerie,1487673777,,200 +7cb417,127.0.0.1,GET,http://localhost:8000/galerie,1487673796,,200 +ea0113,127.0.0.1,GET,http://localhost:8000/galerie,1487673802,,200 +6d7bf2,127.0.0.1,GET,http://localhost:8000/galerie,1487673876,,200 +e841b7,127.0.0.1,GET,http://localhost:8000/galerie,1487673940,,200 +71fc0c,127.0.0.1,GET,http://localhost:8000/galerie,1487673953,,200 +7c8490,127.0.0.1,GET,http://localhost:8000/galerie,1487673972,,200 +e8319f,127.0.0.1,GET,http://localhost:8000/galerie,1487673984,,200 +60a22e,127.0.0.1,GET,http://localhost:8000/galerie,1487673998,,200 +27253b,127.0.0.1,GET,http://localhost:8000/galerie,1487674061,,200 +af14b4,127.0.0.1,GET,http://localhost:8000/galerie,1487674071,,200 +035289,127.0.0.1,GET,http://localhost:8000/galerie,1487674079,,200 +1d0d1b,127.0.0.1,GET,http://localhost:8000/galerie,1487674115,,200 +81a694,127.0.0.1,GET,http://localhost:8000/galerie,1487674126,,200 +2bc27f,127.0.0.1,GET,http://localhost:8000/galerie,1487674127,,200 +04fec5,127.0.0.1,GET,http://localhost:8000/galerie,1487674396,,200 +339fe0,127.0.0.1,GET,http://localhost:8000/galerie,1487674424,,200 +87fade,127.0.0.1,GET,http://localhost:8000/galerie,1487674598,,200 +6ff2f7,127.0.0.1,GET,http://localhost:8000/galerie,1487674623,,200 +d12971,127.0.0.1,GET,http://localhost:8000/galerie,1487674881,,200 +78e583,127.0.0.1,GET,http://localhost:8000/galerie,1487674887,,200 +273bc6,127.0.0.1,GET,http://localhost:8000/galerie,1487675028,,200 +65e269,127.0.0.1,GET,http://localhost:8000/galerie,1487675039,,200 +c458b6,127.0.0.1,GET,http://localhost:8000/galerie,1487675053,,200 +ff24c0,127.0.0.1,GET,http://localhost:8000/galerie,1487675314,,200 +b5d53f,127.0.0.1,GET,http://localhost:8000/galerie,1487675333,,200 +eb3bcd,127.0.0.1,GET,http://localhost:8000/galerie,1487675783,,200 +1ca28c,127.0.0.1,GET,http://localhost:8000/galerie,1487675910,,200 +1cda23,127.0.0.1,GET,http://localhost:8000/galerie,1487675929,,200 +14cc54,127.0.0.1,GET,http://localhost:8000/galerie,1487675945,,200 +6b0c4d,127.0.0.1,GET,http://localhost:8000/galerie,1487675970,,200 +bebc95,127.0.0.1,GET,http://localhost:8000/galerie,1487675992,,200 +8538f1,127.0.0.1,GET,http://localhost:8000/galerie,1487676367,,200 +cb6cd1,127.0.0.1,GET,http://localhost:8000/galerie,1487676381,,200 +fb4a62,127.0.0.1,GET,http://localhost:8000/galerie,1487676392,,200 +3dda48,127.0.0.1,GET,http://localhost:8000/galerie,1487676403,,200 +996a22,127.0.0.1,GET,http://localhost:8000/galerie,1487676412,,200 +423d2f,127.0.0.1,GET,http://localhost:8000/img/7.jpg,1487676414,9253c0,200 +9253c0,127.0.0.1,GET,http://localhost:8000/img/7.jpg,1487676414,,404 +8a2a5f,127.0.0.1,GET,http://localhost:8000/galerie,1487676428,,200 +0c575e,127.0.0.1,GET,http://localhost:8000/galerie,1487676480,,200 +e96dc8,127.0.0.1,GET,http://localhost:8000/galerie,1487676566,,200 +4d47d5,127.0.0.1,GET,http://localhost:8000/galerie,1487676749,,200 +6bd6bf,127.0.0.1,GET,http://localhost:8000/galerie,1487676773,,200 +e7d418,127.0.0.1,GET,http://localhost:8000/galerie,1487676783,,200 +6ba29d,127.0.0.1,GET,http://localhost:8000/galerie,1487676913,,200 +9ceecd,127.0.0.1,GET,http://localhost:8000/galerie,1487676951,,200 +75bb2f,127.0.0.1,GET,http://localhost:8000/galerie,1487677013,,200 +19b82f,127.0.0.1,GET,http://localhost:8000/galerie/,1487679276,76c7f3,200 +76c7f3,127.0.0.1,GET,http://localhost:8000/galerie/,1487679276,,404 +024061,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487679314,10f366,200 +10f366,127.0.0.1,GET,http://localhost:8000/galerie/evenement,1487679314,,404 +053f35,127.0.0.1,GET,http://localhost:8000/galerie,1487681993,,200 diff --git a/var/cache/dev/twig/19/190cef0efb2c32f5c19544476d3c6f481db5fdca90bdf3f735238bc491e77c6b.php b/var/cache/dev/twig/19/190cef0efb2c32f5c19544476d3c6f481db5fdca90bdf3f735238bc491e77c6b.php index 8b86e2cef8ce5f61745276e87242c53654dabc55..7573295e8dcb3520e66e8cde512c5e2294b47cce 100644 --- a/var/cache/dev/twig/19/190cef0efb2c32f5c19544476d3c6f481db5fdca90bdf3f735238bc491e77c6b.php +++ b/var/cache/dev/twig/19/190cef0efb2c32f5c19544476d3c6f481db5fdca90bdf3f735238bc491e77c6b.php @@ -24,29 +24,29 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c protected function doDisplay(array $context, array $blocks = array()) { - $__internal_6566df78d2c675004c2fc124a1ec02bd98f2ce2c17b92463b9027bb59eebb77b = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); - $__internal_6566df78d2c675004c2fc124a1ec02bd98f2ce2c17b92463b9027bb59eebb77b->enter($__internal_6566df78d2c675004c2fc124a1ec02bd98f2ce2c17b92463b9027bb59eebb77b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/index.html.twig")); + $__internal_2491034b083e523e25cd4dc4f38bf5612f7455a1d67f47eccf7c48484c1177d6 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_2491034b083e523e25cd4dc4f38bf5612f7455a1d67f47eccf7c48484c1177d6->enter($__internal_2491034b083e523e25cd4dc4f38bf5612f7455a1d67f47eccf7c48484c1177d6_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/index.html.twig")); - $__internal_d38bc7ae0a00e1e316f07e69b1b48cae433cb30d404459e7a2f27fa92fe69cfe = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); - $__internal_d38bc7ae0a00e1e316f07e69b1b48cae433cb30d404459e7a2f27fa92fe69cfe->enter($__internal_d38bc7ae0a00e1e316f07e69b1b48cae433cb30d404459e7a2f27fa92fe69cfe_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/index.html.twig")); + $__internal_229c89c73ed131a70547b651682abea99849697971b6cc1a24e2a1e4c65642ef = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_229c89c73ed131a70547b651682abea99849697971b6cc1a24e2a1e4c65642ef->enter($__internal_229c89c73ed131a70547b651682abea99849697971b6cc1a24e2a1e4c65642ef_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/index.html.twig")); $this->parent->display($context, array_merge($this->blocks, $blocks)); - $__internal_6566df78d2c675004c2fc124a1ec02bd98f2ce2c17b92463b9027bb59eebb77b->leave($__internal_6566df78d2c675004c2fc124a1ec02bd98f2ce2c17b92463b9027bb59eebb77b_prof); + $__internal_2491034b083e523e25cd4dc4f38bf5612f7455a1d67f47eccf7c48484c1177d6->leave($__internal_2491034b083e523e25cd4dc4f38bf5612f7455a1d67f47eccf7c48484c1177d6_prof); - $__internal_d38bc7ae0a00e1e316f07e69b1b48cae433cb30d404459e7a2f27fa92fe69cfe->leave($__internal_d38bc7ae0a00e1e316f07e69b1b48cae433cb30d404459e7a2f27fa92fe69cfe_prof); + $__internal_229c89c73ed131a70547b651682abea99849697971b6cc1a24e2a1e4c65642ef->leave($__internal_229c89c73ed131a70547b651682abea99849697971b6cc1a24e2a1e4c65642ef_prof); } // line 3 public function block_stylesheets($context, array $blocks = array()) { - $__internal_fef6be0a5d67cf2c344301602c4a036a597c6a70183821b7659e670c99580e02 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); - $__internal_fef6be0a5d67cf2c344301602c4a036a597c6a70183821b7659e670c99580e02->enter($__internal_fef6be0a5d67cf2c344301602c4a036a597c6a70183821b7659e670c99580e02_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + $__internal_254bf248ffe1ab5fd678ad98414ad328c0515fb22ce01ccfd29dc76bc1bbc92c = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_254bf248ffe1ab5fd678ad98414ad328c0515fb22ce01ccfd29dc76bc1bbc92c->enter($__internal_254bf248ffe1ab5fd678ad98414ad328c0515fb22ce01ccfd29dc76bc1bbc92c_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); - $__internal_eb6ffa0564634849b1baa11457760dc35118d5d4e46f00d40b1aaa6066c3c101 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); - $__internal_eb6ffa0564634849b1baa11457760dc35118d5d4e46f00d40b1aaa6066c3c101->enter($__internal_eb6ffa0564634849b1baa11457760dc35118d5d4e46f00d40b1aaa6066c3c101_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + $__internal_24014b501b2d65b4f3fcc143e17175d700ba0ed7fb24024a396497b44b122284 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_24014b501b2d65b4f3fcc143e17175d700ba0ed7fb24024a396497b44b122284->enter($__internal_24014b501b2d65b4f3fcc143e17175d700ba0ed7fb24024a396497b44b122284_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); // line 4 echo "\t<link rel=\"stylesheet\" href=\""; @@ -66,313 +66,314 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c echo " "; - $__internal_eb6ffa0564634849b1baa11457760dc35118d5d4e46f00d40b1aaa6066c3c101->leave($__internal_eb6ffa0564634849b1baa11457760dc35118d5d4e46f00d40b1aaa6066c3c101_prof); + $__internal_24014b501b2d65b4f3fcc143e17175d700ba0ed7fb24024a396497b44b122284->leave($__internal_24014b501b2d65b4f3fcc143e17175d700ba0ed7fb24024a396497b44b122284_prof); - $__internal_fef6be0a5d67cf2c344301602c4a036a597c6a70183821b7659e670c99580e02->leave($__internal_fef6be0a5d67cf2c344301602c4a036a597c6a70183821b7659e670c99580e02_prof); + $__internal_254bf248ffe1ab5fd678ad98414ad328c0515fb22ce01ccfd29dc76bc1bbc92c->leave($__internal_254bf248ffe1ab5fd678ad98414ad328c0515fb22ce01ccfd29dc76bc1bbc92c_prof); } // line 10 public function block_main($context, array $blocks = array()) { - $__internal_4ead50a66a86c7bc7c373323f224bd09c51b6d42fd733e25b21128ae7855a95f = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); - $__internal_4ead50a66a86c7bc7c373323f224bd09c51b6d42fd733e25b21128ae7855a95f->enter($__internal_4ead50a66a86c7bc7c373323f224bd09c51b6d42fd733e25b21128ae7855a95f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + $__internal_54a4f964e0ec1587b0316325ab35e1051d934033ab71adf8d0d5520ac832a17b = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_54a4f964e0ec1587b0316325ab35e1051d934033ab71adf8d0d5520ac832a17b->enter($__internal_54a4f964e0ec1587b0316325ab35e1051d934033ab71adf8d0d5520ac832a17b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); - $__internal_c277293b34b5f98cacaf20fb4b75b80af7b30a3e120716a8cbaebd4acd938658 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); - $__internal_c277293b34b5f98cacaf20fb4b75b80af7b30a3e120716a8cbaebd4acd938658->enter($__internal_c277293b34b5f98cacaf20fb4b75b80af7b30a3e120716a8cbaebd4acd938658_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + $__internal_c7fe26db71716977c05183d39001d6b87cd571d5c36b0e0cdc9435c32b4b02e6 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_c7fe26db71716977c05183d39001d6b87cd571d5c36b0e0cdc9435c32b4b02e6->enter($__internal_c7fe26db71716977c05183d39001d6b87cd571d5c36b0e0cdc9435c32b4b02e6_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); // line 11 echo "<body> -\t \t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t<div class=\"scroll\"> +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 15 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 16 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 21 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 22 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 27 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 28 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 33 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 34 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 39 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 40 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 45 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 46 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 51 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 52 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; // line 57 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; +\t\t\t\t<img src=\""; // line 58 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> +\t\t</div> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 63 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 64 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 64 +\t\t\t\t<img src=\""; + // line 65 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 69 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 70 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 70 +\t\t\t\t<img src=\""; + // line 71 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 75 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 76 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 76 +\t\t\t\t<img src=\""; + // line 77 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 81 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 82 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 82 +\t\t\t\t<img src=\""; + // line 83 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 87 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 88 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 88 +\t\t\t\t<img src=\""; + // line 89 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 93 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 94 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 94 +\t\t\t\t<img src=\""; + // line 95 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 99 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 100 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 100 +\t\t\t\t<img src=\""; + // line 101 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 105 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 106 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 106 +\t\t\t\t<img src=\""; + // line 107 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 111 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 112 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 112 +\t\t\t\t<img src=\""; + // line 113 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 117 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 118 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 118 +\t\t\t\t<img src=\""; + // line 119 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 123 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 124 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 124 +\t\t\t\t<img src=\""; + // line 125 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 129 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 130 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 130 +\t\t\t\t<img src=\""; + // line 131 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 135 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 136 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 136 +\t\t\t\t<img src=\""; + // line 137 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 141 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 142 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 142 +\t\t\t\t<img src=\""; + // line 143 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 147 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 148 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 148 +\t\t\t\t<img src=\""; + // line 149 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\""; - // line 153 +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 154 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" data-size=1620x1080> -\t\t\t<img src=\""; - // line 154 +\t\t\t\t<img src=\""; + // line 155 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t\t\t</a> +\t\t\t</figure> \t</div> @@ -441,60 +442,64 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c </body> "; - $__internal_c277293b34b5f98cacaf20fb4b75b80af7b30a3e120716a8cbaebd4acd938658->leave($__internal_c277293b34b5f98cacaf20fb4b75b80af7b30a3e120716a8cbaebd4acd938658_prof); + $__internal_c7fe26db71716977c05183d39001d6b87cd571d5c36b0e0cdc9435c32b4b02e6->leave($__internal_c7fe26db71716977c05183d39001d6b87cd571d5c36b0e0cdc9435c32b4b02e6_prof); - $__internal_4ead50a66a86c7bc7c373323f224bd09c51b6d42fd733e25b21128ae7855a95f->leave($__internal_4ead50a66a86c7bc7c373323f224bd09c51b6d42fd733e25b21128ae7855a95f_prof); + $__internal_54a4f964e0ec1587b0316325ab35e1051d934033ab71adf8d0d5520ac832a17b->leave($__internal_54a4f964e0ec1587b0316325ab35e1051d934033ab71adf8d0d5520ac832a17b_prof); } - // line 225 + // line 226 public function block_footer($context, array $blocks = array()) { - $__internal_455a98e549844127781431ef7499404b33e04933a897eea779a36910e11eb29f = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); - $__internal_455a98e549844127781431ef7499404b33e04933a897eea779a36910e11eb29f->enter($__internal_455a98e549844127781431ef7499404b33e04933a897eea779a36910e11eb29f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + $__internal_6091443ea3027ecf0dccbffeab86d3a2ce42077a93c8c3b165fa859b5f7f41ec = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_6091443ea3027ecf0dccbffeab86d3a2ce42077a93c8c3b165fa859b5f7f41ec->enter($__internal_6091443ea3027ecf0dccbffeab86d3a2ce42077a93c8c3b165fa859b5f7f41ec_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); - $__internal_f2176c71146bdbeab36137c07de0cce3266fc006a27de2e673cec78909aec767 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); - $__internal_f2176c71146bdbeab36137c07de0cce3266fc006a27de2e673cec78909aec767->enter($__internal_f2176c71146bdbeab36137c07de0cce3266fc006a27de2e673cec78909aec767_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + $__internal_c47fe70c82c4e5b7e0fec5413e3add98574ef3f8ac20af0d09a0e20a8b1a8a0a = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_c47fe70c82c4e5b7e0fec5413e3add98574ef3f8ac20af0d09a0e20a8b1a8a0a->enter($__internal_c47fe70c82c4e5b7e0fec5413e3add98574ef3f8ac20af0d09a0e20a8b1a8a0a_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); - // line 226 + // line 227 echo " "; - $__internal_f2176c71146bdbeab36137c07de0cce3266fc006a27de2e673cec78909aec767->leave($__internal_f2176c71146bdbeab36137c07de0cce3266fc006a27de2e673cec78909aec767_prof); + $__internal_c47fe70c82c4e5b7e0fec5413e3add98574ef3f8ac20af0d09a0e20a8b1a8a0a->leave($__internal_c47fe70c82c4e5b7e0fec5413e3add98574ef3f8ac20af0d09a0e20a8b1a8a0a_prof); - $__internal_455a98e549844127781431ef7499404b33e04933a897eea779a36910e11eb29f->leave($__internal_455a98e549844127781431ef7499404b33e04933a897eea779a36910e11eb29f_prof); + $__internal_6091443ea3027ecf0dccbffeab86d3a2ce42077a93c8c3b165fa859b5f7f41ec->leave($__internal_6091443ea3027ecf0dccbffeab86d3a2ce42077a93c8c3b165fa859b5f7f41ec_prof); } - // line 229 + // line 230 public function block_javascripts($context, array $blocks = array()) { - $__internal_c47aaf853e18e1ac1fe6ce446e4322a8e3757a3424e1222f9091124c20f6f061 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); - $__internal_c47aaf853e18e1ac1fe6ce446e4322a8e3757a3424e1222f9091124c20f6f061->enter($__internal_c47aaf853e18e1ac1fe6ce446e4322a8e3757a3424e1222f9091124c20f6f061_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + $__internal_56cfcda9271ac63a0d656a880de7e2e0c3dbbd13e1e5321031f0e2c91488d326 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_56cfcda9271ac63a0d656a880de7e2e0c3dbbd13e1e5321031f0e2c91488d326->enter($__internal_56cfcda9271ac63a0d656a880de7e2e0c3dbbd13e1e5321031f0e2c91488d326_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); - $__internal_1ef4191e01a7768c54a5de8105fb304d2e4487e7a4660426709165b43d4b3210 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); - $__internal_1ef4191e01a7768c54a5de8105fb304d2e4487e7a4660426709165b43d4b3210->enter($__internal_1ef4191e01a7768c54a5de8105fb304d2e4487e7a4660426709165b43d4b3210_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + $__internal_2ce60d26526d6178902c0c9e251abbba9c0edd78fd10aff2e87491a75aec884c = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_2ce60d26526d6178902c0c9e251abbba9c0edd78fd10aff2e87491a75aec884c->enter($__internal_2ce60d26526d6178902c0c9e251abbba9c0edd78fd10aff2e87491a75aec884c_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); - // line 230 + // line 231 echo "\t \t<script src=\""; - // line 231 + // line 232 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe.js"), "html", null, true); echo "\"></script> \t<script src=\""; - // line 232 + // line 233 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe-ui-default.min.js"), "html", null, true); echo "\"></script> \t<script src=\""; - // line 233 + // line 234 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/jquery.min.js"), "html", null, true); echo "\"></script> \t<script src=\""; - // line 234 + // line 235 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/lunch.photoswipe.js"), "html", null, true); echo "\"></script> +\t<script src=\""; + // line 236 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/jquery.jscroll.js"), "html", null, true); + echo "\"></script> \t<script type=\"text/javascript\"> \t\tvar mouseUsed = false; \t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { @@ -505,12 +510,15 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c \t\t event.stopPropagation(); \t\t}) \t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll(); +\t</script> "; - $__internal_1ef4191e01a7768c54a5de8105fb304d2e4487e7a4660426709165b43d4b3210->leave($__internal_1ef4191e01a7768c54a5de8105fb304d2e4487e7a4660426709165b43d4b3210_prof); + $__internal_2ce60d26526d6178902c0c9e251abbba9c0edd78fd10aff2e87491a75aec884c->leave($__internal_2ce60d26526d6178902c0c9e251abbba9c0edd78fd10aff2e87491a75aec884c_prof); - $__internal_c47aaf853e18e1ac1fe6ce446e4322a8e3757a3424e1222f9091124c20f6f061->leave($__internal_c47aaf853e18e1ac1fe6ce446e4322a8e3757a3424e1222f9091124c20f6f061_prof); + $__internal_56cfcda9271ac63a0d656a880de7e2e0c3dbbd13e1e5321031f0e2c91488d326->leave($__internal_56cfcda9271ac63a0d656a880de7e2e0c3dbbd13e1e5321031f0e2c91488d326_prof); } @@ -526,7 +534,7 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c public function getDebugInfo() { - return array ( 496 => 234, 492 => 233, 488 => 232, 484 => 231, 481 => 230, 472 => 229, 461 => 226, 452 => 225, 372 => 154, 368 => 153, 360 => 148, 356 => 147, 348 => 142, 344 => 141, 336 => 136, 332 => 135, 324 => 130, 320 => 129, 312 => 124, 308 => 123, 300 => 118, 296 => 117, 288 => 112, 284 => 111, 276 => 106, 272 => 105, 264 => 100, 260 => 99, 252 => 94, 248 => 93, 240 => 88, 236 => 87, 228 => 82, 224 => 81, 216 => 76, 212 => 75, 204 => 70, 200 => 69, 192 => 64, 188 => 63, 180 => 58, 176 => 57, 168 => 52, 164 => 51, 156 => 46, 152 => 45, 144 => 40, 140 => 39, 132 => 34, 128 => 33, 120 => 28, 116 => 27, 108 => 22, 104 => 21, 96 => 16, 92 => 15, 86 => 11, 77 => 10, 65 => 7, 61 => 6, 57 => 5, 52 => 4, 43 => 3, 11 => 1,); + return array ( 501 => 236, 497 => 235, 493 => 234, 489 => 233, 485 => 232, 482 => 231, 473 => 230, 462 => 227, 453 => 226, 373 => 155, 369 => 154, 361 => 149, 357 => 148, 349 => 143, 345 => 142, 337 => 137, 333 => 136, 325 => 131, 321 => 130, 313 => 125, 309 => 124, 301 => 119, 297 => 118, 289 => 113, 285 => 112, 277 => 107, 273 => 106, 265 => 101, 261 => 100, 253 => 95, 249 => 94, 241 => 89, 237 => 88, 229 => 83, 225 => 82, 217 => 77, 213 => 76, 205 => 71, 201 => 70, 193 => 65, 189 => 64, 180 => 58, 176 => 57, 168 => 52, 164 => 51, 156 => 46, 152 => 45, 144 => 40, 140 => 39, 132 => 34, 128 => 33, 120 => 28, 116 => 27, 108 => 22, 104 => 21, 96 => 16, 92 => 15, 86 => 11, 77 => 10, 65 => 7, 61 => 6, 57 => 5, 52 => 4, 43 => 3, 11 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ @@ -550,151 +558,152 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c {% block main%} <body> -\t \t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/1.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/3.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/3.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/4.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/4.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/5.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/5.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/6.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/6.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> - -\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> -\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> -\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> -\t\t\t</a> -\t\t</figure> +\t\t<div class=\"scroll\"> +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/1.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/3.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/3.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/4.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/4.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/5.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/5.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/6.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/6.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> +\t\t</div> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> \t</div> @@ -773,6 +782,7 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c \t<script src=\"{{ asset('photoswipe/photoswipe-ui-default.min.js') }}\"></script> \t<script src=\"{{ asset('js/jquery.min.js') }}\"></script> \t<script src=\"{{ asset('js/lunch.photoswipe.js') }}\"></script> +\t<script src=\"{{ asset('photoswipe/jquery.jscroll.js') }}\"></script> \t<script type=\"text/javascript\"> \t\tvar mouseUsed = false; \t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { @@ -783,6 +793,9 @@ class __TwigTemplate_0681e09d4142fe455f7eca26ad5018389e018af47993bc3d73d4a31f84c \t\t event.stopPropagation(); \t\t}) \t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll(); +\t</script> {% endblock %} ", "galerie/index.html.twig", "/home/correa/CNinno2k16/app/Resources/views/galerie/index.html.twig"); diff --git a/var/cache/dev/twig/37/3727b5ce1d1c2472f87bbfa0e08a5ea3373114d9488c235b1683d974bfe5b5c0.php b/var/cache/dev/twig/37/3727b5ce1d1c2472f87bbfa0e08a5ea3373114d9488c235b1683d974bfe5b5c0.php new file mode 100644 index 0000000000000000000000000000000000000000..dc5bce5639a0e5cf2bb8c86d1ae82b1eb7d9504c --- /dev/null +++ b/var/cache/dev/twig/37/3727b5ce1d1c2472f87bbfa0e08a5ea3373114d9488c235b1683d974bfe5b5c0.php @@ -0,0 +1,807 @@ +<?php + +/* galerie/galerie.html.twig */ +class __TwigTemplate_536d34ba9fb5ce616165ae0406af7869540f11f2dad2c4177931976ec15664f4 extends Twig_Template +{ + public function __construct(Twig_Environment $env) + { + parent::__construct($env); + + // line 1 + $this->parent = $this->loadTemplate("base.html.twig", "galerie/galerie.html.twig", 1); + $this->blocks = array( + 'stylesheets' => array($this, 'block_stylesheets'), + 'main' => array($this, 'block_main'), + 'footer' => array($this, 'block_footer'), + 'javascripts' => array($this, 'block_javascripts'), + ); + } + + protected function doGetParent(array $context) + { + return "base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = array()) + { + $__internal_6b0e12504353f5f0db09bbb6965c69873a8ca308d21a11b23bb78610661e6a18 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_6b0e12504353f5f0db09bbb6965c69873a8ca308d21a11b23bb78610661e6a18->enter($__internal_6b0e12504353f5f0db09bbb6965c69873a8ca308d21a11b23bb78610661e6a18_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/galerie.html.twig")); + + $__internal_f9b606b036a78ad4252f64bb209ade0cc6fbf631ff93a5eb9eacd9475b3cad3e = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_f9b606b036a78ad4252f64bb209ade0cc6fbf631ff93a5eb9eacd9475b3cad3e->enter($__internal_f9b606b036a78ad4252f64bb209ade0cc6fbf631ff93a5eb9eacd9475b3cad3e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/galerie.html.twig")); + + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_6b0e12504353f5f0db09bbb6965c69873a8ca308d21a11b23bb78610661e6a18->leave($__internal_6b0e12504353f5f0db09bbb6965c69873a8ca308d21a11b23bb78610661e6a18_prof); + + + $__internal_f9b606b036a78ad4252f64bb209ade0cc6fbf631ff93a5eb9eacd9475b3cad3e->leave($__internal_f9b606b036a78ad4252f64bb209ade0cc6fbf631ff93a5eb9eacd9475b3cad3e_prof); + + } + + // line 3 + public function block_stylesheets($context, array $blocks = array()) + { + $__internal_e60243e772f6f246b0cd8f06e427dd9e1cf07c07b6e3abfa5f4d46ab3af1030d = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_e60243e772f6f246b0cd8f06e427dd9e1cf07c07b6e3abfa5f4d46ab3af1030d->enter($__internal_e60243e772f6f246b0cd8f06e427dd9e1cf07c07b6e3abfa5f4d46ab3af1030d_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + $__internal_fc02ea9b6caa7e4682a6bcad34828ba36258a6734fa64b685c5d15f1efb8b9a1 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_fc02ea9b6caa7e4682a6bcad34828ba36258a6734fa64b685c5d15f1efb8b9a1->enter($__internal_fc02ea9b6caa7e4682a6bcad34828ba36258a6734fa64b685c5d15f1efb8b9a1_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 4 + echo "\t<link rel=\"stylesheet\" href=\""; + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe.css"), "html", null, true); + echo "\"> +\t<link rel=\"stylesheet\" href=\""; + // line 5 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/default-skin/default-skin.css"), "html", null, true); + echo "\"> +\t<link rel=\"stylesheet\" href=\""; + // line 6 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("css/gallery.css"), "html", null, true); + echo "\"> +\t"; + // line 7 + $this->displayParentBlock("stylesheets", $context, $blocks); + echo " +"; + + $__internal_fc02ea9b6caa7e4682a6bcad34828ba36258a6734fa64b685c5d15f1efb8b9a1->leave($__internal_fc02ea9b6caa7e4682a6bcad34828ba36258a6734fa64b685c5d15f1efb8b9a1_prof); + + + $__internal_e60243e772f6f246b0cd8f06e427dd9e1cf07c07b6e3abfa5f4d46ab3af1030d->leave($__internal_e60243e772f6f246b0cd8f06e427dd9e1cf07c07b6e3abfa5f4d46ab3af1030d_prof); + + } + + // line 10 + public function block_main($context, array $blocks = array()) + { + $__internal_09f9220c7f2376942fdfce2e5c8dcb4ab1fb0292af9ee6d18918e6ffce424122 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_09f9220c7f2376942fdfce2e5c8dcb4ab1fb0292af9ee6d18918e6ffce424122->enter($__internal_09f9220c7f2376942fdfce2e5c8dcb4ab1fb0292af9ee6d18918e6ffce424122_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + $__internal_173abe4de64b15872b52b8b765cf7b98b179ece6ccbf68d4c7e962d250cde5f2 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_173abe4de64b15872b52b8b765cf7b98b179ece6ccbf68d4c7e962d250cde5f2->enter($__internal_173abe4de64b15872b52b8b765cf7b98b179ece6ccbf68d4c7e962d250cde5f2_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + // line 11 + echo "<body> +\t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 15 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 16 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 21 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 22 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 27 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 28 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 33 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 34 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 39 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 40 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 45 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 46 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<!--<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 51 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 52 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 57 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 58 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 63 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 64 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 69 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 70 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 75 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 76 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 81 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 82 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 87 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 88 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 93 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 94 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 99 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 100 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 105 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 106 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 111 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 112 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 117 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 118 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 123 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 124 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 129 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 130 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 135 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 136 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 141 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 142 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 147 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 148 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 153 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 154 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure>-->\t\t +\t</div> + +<!-- Root element of PhotoSwipe. Must have class pswp. --> +\t<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> + +\t <!-- Background of PhotoSwipe. +\t It's a separate element, as animating opacity is faster than rgba(). --> +\t <div class=\"pswp__bg\"></div> + +\t <!-- Slides wrapper with overflow:hidden. --> +\t <div class=\"pswp__scroll-wrap\"> + +\t <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> +\t <!-- don't modify these 3 pswp__item elements, data is added later on. --> +\t <div class=\"pswp__container\"> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t </div> + +\t <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> +\t <div class=\"pswp__ui pswp__ui--hidden\"> + +\t <div class=\"pswp__top-bar\"> + +\t <!-- Controls are self-explanatory. Order can be changed. --> + +\t <div class=\"pswp__counter\"></div> + +\t <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button> + +\t <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button> + +\t <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button> + +\t <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button> + +\t <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> +\t <!-- element will get class pswp__preloader--active when preloader is running --> +\t <div class=\"pswp__preloader\"> +\t <div class=\"pswp__preloader__icn\"> +\t <div class=\"pswp__preloader__cut\"> +\t <div class=\"pswp__preloader__donut\"></div> +\t </div> +\t </div> +\t </div> +\t </div> + +\t <div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> +\t <div class=\"pswp__share-tooltip\"></div> +\t </div> + +\t <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> +\t </button> + +\t <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> +\t </button> + +\t <div class=\"pswp__caption\"> +\t <div class=\"pswp__caption__center\"></div> +\t </div> +\t </div> +\t </div> +\t</div> +</body> +"; + + $__internal_173abe4de64b15872b52b8b765cf7b98b179ece6ccbf68d4c7e962d250cde5f2->leave($__internal_173abe4de64b15872b52b8b765cf7b98b179ece6ccbf68d4c7e962d250cde5f2_prof); + + + $__internal_09f9220c7f2376942fdfce2e5c8dcb4ab1fb0292af9ee6d18918e6ffce424122->leave($__internal_09f9220c7f2376942fdfce2e5c8dcb4ab1fb0292af9ee6d18918e6ffce424122_prof); + + } + + // line 224 + public function block_footer($context, array $blocks = array()) + { + $__internal_e061c63adc8b3ffbf8c4162ec80df1187b0158bce680aa4c5fe6d09aa34c1bad = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_e061c63adc8b3ffbf8c4162ec80df1187b0158bce680aa4c5fe6d09aa34c1bad->enter($__internal_e061c63adc8b3ffbf8c4162ec80df1187b0158bce680aa4c5fe6d09aa34c1bad_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + $__internal_4e68aba385dfd7483b4f3749e7b702d76aaec617c35ce9f7d3d71156cb845704 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_4e68aba385dfd7483b4f3749e7b702d76aaec617c35ce9f7d3d71156cb845704->enter($__internal_4e68aba385dfd7483b4f3749e7b702d76aaec617c35ce9f7d3d71156cb845704_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + // line 225 + echo " +"; + + $__internal_4e68aba385dfd7483b4f3749e7b702d76aaec617c35ce9f7d3d71156cb845704->leave($__internal_4e68aba385dfd7483b4f3749e7b702d76aaec617c35ce9f7d3d71156cb845704_prof); + + + $__internal_e061c63adc8b3ffbf8c4162ec80df1187b0158bce680aa4c5fe6d09aa34c1bad->leave($__internal_e061c63adc8b3ffbf8c4162ec80df1187b0158bce680aa4c5fe6d09aa34c1bad_prof); + + } + + // line 228 + public function block_javascripts($context, array $blocks = array()) + { + $__internal_e66b8b7567d538cc3741b07d4851e1b5ddf83ccafa0fc82cc4a6fa67c06ef8c3 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_e66b8b7567d538cc3741b07d4851e1b5ddf83ccafa0fc82cc4a6fa67c06ef8c3->enter($__internal_e66b8b7567d538cc3741b07d4851e1b5ddf83ccafa0fc82cc4a6fa67c06ef8c3_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + + $__internal_25a0cf99353e4ddc98cff4485a18602209eada5ed0fcd08566156ce3baa192f1 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_25a0cf99353e4ddc98cff4485a18602209eada5ed0fcd08566156ce3baa192f1->enter($__internal_25a0cf99353e4ddc98cff4485a18602209eada5ed0fcd08566156ce3baa192f1_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + + // line 229 + echo "\t +\t<script src=\""; + // line 230 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 231 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe-ui-default.min.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 232 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/jquery.min.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 233 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/lunch.photoswipe.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 234 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/jquery.jscroll.js"), "html", null, true); + echo "\"></script> +\t<script type=\"text/javascript\"> +\t\tvar mouseUsed = false; +\t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { +\t\t // On mousedown, temporarily remove the transition class in preparation for swipe. +\t\t \$(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); +\t\t}).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { +\t\t // Exlude navigation arrows from the above event. +\t\t event.stopPropagation(); +\t\t}) +\t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll({ +\t\t\tautoTrigger: true, +\t\t\tloadingHtml: 'loading' +\t\t\t}); +\t\t +\t</script> +"; + + $__internal_25a0cf99353e4ddc98cff4485a18602209eada5ed0fcd08566156ce3baa192f1->leave($__internal_25a0cf99353e4ddc98cff4485a18602209eada5ed0fcd08566156ce3baa192f1_prof); + + + $__internal_e66b8b7567d538cc3741b07d4851e1b5ddf83ccafa0fc82cc4a6fa67c06ef8c3->leave($__internal_e66b8b7567d538cc3741b07d4851e1b5ddf83ccafa0fc82cc4a6fa67c06ef8c3_prof); + + } + + public function getTemplateName() + { + return "galerie/galerie.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 499 => 234, 495 => 233, 491 => 232, 487 => 231, 483 => 230, 480 => 229, 471 => 228, 460 => 225, 451 => 224, 372 => 154, 368 => 153, 360 => 148, 356 => 147, 348 => 142, 344 => 141, 336 => 136, 332 => 135, 324 => 130, 320 => 129, 312 => 124, 308 => 123, 300 => 118, 296 => 117, 288 => 112, 284 => 111, 276 => 106, 272 => 105, 264 => 100, 260 => 99, 252 => 94, 248 => 93, 240 => 88, 236 => 87, 228 => 82, 224 => 81, 216 => 76, 212 => 75, 204 => 70, 200 => 69, 192 => 64, 188 => 63, 180 => 58, 176 => 57, 168 => 52, 164 => 51, 156 => 46, 152 => 45, 144 => 40, 140 => 39, 132 => 34, 128 => 33, 120 => 28, 116 => 27, 108 => 22, 104 => 21, 96 => 16, 92 => 15, 86 => 11, 77 => 10, 65 => 7, 61 => 6, 57 => 5, 52 => 4, 43 => 3, 11 => 1,); + } + + /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ + public function getSource() + { + @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); + + return $this->getSourceContext()->getCode(); + } + + public function getSourceContext() + { + return new Twig_Source("{% extends 'base.html.twig' %} + +{% block stylesheets %} +\t<link rel=\"stylesheet\" href=\"{{ asset('photoswipe/photoswipe.css') }}\"> +\t<link rel=\"stylesheet\" href=\"{{ asset('photoswipe/default-skin/default-skin.css') }}\"> +\t<link rel=\"stylesheet\" href=\"{{ asset('css/gallery.css') }}\"> +\t{{ parent() }} +{% endblock %} + +{% block main%} +<body> +\t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/1.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/3.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/3.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/4.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/4.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/5.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/5.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/6.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/6.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<!--<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure>-->\t\t +\t</div> + +<!-- Root element of PhotoSwipe. Must have class pswp. --> +\t<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> + +\t <!-- Background of PhotoSwipe. +\t It's a separate element, as animating opacity is faster than rgba(). --> +\t <div class=\"pswp__bg\"></div> + +\t <!-- Slides wrapper with overflow:hidden. --> +\t <div class=\"pswp__scroll-wrap\"> + +\t <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> +\t <!-- don't modify these 3 pswp__item elements, data is added later on. --> +\t <div class=\"pswp__container\"> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t </div> + +\t <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> +\t <div class=\"pswp__ui pswp__ui--hidden\"> + +\t <div class=\"pswp__top-bar\"> + +\t <!-- Controls are self-explanatory. Order can be changed. --> + +\t <div class=\"pswp__counter\"></div> + +\t <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button> + +\t <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button> + +\t <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button> + +\t <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button> + +\t <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> +\t <!-- element will get class pswp__preloader--active when preloader is running --> +\t <div class=\"pswp__preloader\"> +\t <div class=\"pswp__preloader__icn\"> +\t <div class=\"pswp__preloader__cut\"> +\t <div class=\"pswp__preloader__donut\"></div> +\t </div> +\t </div> +\t </div> +\t </div> + +\t <div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> +\t <div class=\"pswp__share-tooltip\"></div> +\t </div> + +\t <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> +\t </button> + +\t <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> +\t </button> + +\t <div class=\"pswp__caption\"> +\t <div class=\"pswp__caption__center\"></div> +\t </div> +\t </div> +\t </div> +\t</div> +</body> +{% endblock %} + +{% block footer %} + +{% endblock %} + +{% block javascripts %} +\t +\t<script src=\"{{ asset('photoswipe/photoswipe.js') }}\"></script> +\t<script src=\"{{ asset('photoswipe/photoswipe-ui-default.min.js') }}\"></script> +\t<script src=\"{{ asset('js/jquery.min.js') }}\"></script> +\t<script src=\"{{ asset('js/lunch.photoswipe.js') }}\"></script> +\t<script src=\"{{ asset('photoswipe/jquery.jscroll.js') }}\"></script> +\t<script type=\"text/javascript\"> +\t\tvar mouseUsed = false; +\t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { +\t\t // On mousedown, temporarily remove the transition class in preparation for swipe. +\t\t \$(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); +\t\t}).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { +\t\t // Exlude navigation arrows from the above event. +\t\t event.stopPropagation(); +\t\t}) +\t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll({ +\t\t\tautoTrigger: true, +\t\t\tloadingHtml: 'loading' +\t\t\t}); +\t\t +\t</script> +{% endblock %} + +", "galerie/galerie.html.twig", "/home/correa/CNinno2k16/app/Resources/views/galerie/galerie.html.twig"); + } +} diff --git a/var/cache/dev/twig/49/491774576c99ea54765cf149c71a19c1b7a3e65e81eb7423ac4a5e88a2311d3e.php b/var/cache/dev/twig/49/491774576c99ea54765cf149c71a19c1b7a3e65e81eb7423ac4a5e88a2311d3e.php new file mode 100644 index 0000000000000000000000000000000000000000..3d77c86158420136f8b575e78277b919f73c3715 --- /dev/null +++ b/var/cache/dev/twig/49/491774576c99ea54765cf149c71a19c1b7a3e65e81eb7423ac4a5e88a2311d3e.php @@ -0,0 +1,197 @@ +<?php + +/* galerie/new_page.html.twig */ +class __TwigTemplate_29a46ff5944a86b3a2e2705b9d42d9974e4bebfd63faba3ea4c59a8d16718325 extends Twig_Template +{ + public function __construct(Twig_Environment $env) + { + parent::__construct($env); + + // line 1 + $this->parent = $this->loadTemplate("base.html.twig", "galerie/new_page.html.twig", 1); + $this->blocks = array( + 'stylesheets' => array($this, 'block_stylesheets'), + 'main' => array($this, 'block_main'), + 'footer' => array($this, 'block_footer'), + ); + } + + protected function doGetParent(array $context) + { + return "base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = array()) + { + $__internal_ea30fd49b0f2b826d45dddd493fd966dc5a5fa66d72e756915a5dc388e1b5e26 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_ea30fd49b0f2b826d45dddd493fd966dc5a5fa66d72e756915a5dc388e1b5e26->enter($__internal_ea30fd49b0f2b826d45dddd493fd966dc5a5fa66d72e756915a5dc388e1b5e26_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/new_page.html.twig")); + + $__internal_27bfc7b7122d94e748b63c79fb9421d3528356b2f7f862012b49840393d0dbab = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_27bfc7b7122d94e748b63c79fb9421d3528356b2f7f862012b49840393d0dbab->enter($__internal_27bfc7b7122d94e748b63c79fb9421d3528356b2f7f862012b49840393d0dbab_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/new_page.html.twig")); + + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_ea30fd49b0f2b826d45dddd493fd966dc5a5fa66d72e756915a5dc388e1b5e26->leave($__internal_ea30fd49b0f2b826d45dddd493fd966dc5a5fa66d72e756915a5dc388e1b5e26_prof); + + + $__internal_27bfc7b7122d94e748b63c79fb9421d3528356b2f7f862012b49840393d0dbab->leave($__internal_27bfc7b7122d94e748b63c79fb9421d3528356b2f7f862012b49840393d0dbab_prof); + + } + + // line 3 + public function block_stylesheets($context, array $blocks = array()) + { + $__internal_cab13b5609c5329bc9ddfb9dfceb4a391305f5848a1d8dd60b12864d807607ff = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_cab13b5609c5329bc9ddfb9dfceb4a391305f5848a1d8dd60b12864d807607ff->enter($__internal_cab13b5609c5329bc9ddfb9dfceb4a391305f5848a1d8dd60b12864d807607ff_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + $__internal_96acbcdeb4e695c2f944babe19a0336d7583bf0d59bfb6af8ee4bfabe5f7fab3 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_96acbcdeb4e695c2f944babe19a0336d7583bf0d59bfb6af8ee4bfabe5f7fab3->enter($__internal_96acbcdeb4e695c2f944babe19a0336d7583bf0d59bfb6af8ee4bfabe5f7fab3_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 4 + echo "\t<link rel=\"stylesheet\" href=\""; + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("css/gallery.css"), "html", null, true); + echo "\"> +\t"; + // line 5 + $this->displayParentBlock("stylesheets", $context, $blocks); + echo " +"; + + $__internal_96acbcdeb4e695c2f944babe19a0336d7583bf0d59bfb6af8ee4bfabe5f7fab3->leave($__internal_96acbcdeb4e695c2f944babe19a0336d7583bf0d59bfb6af8ee4bfabe5f7fab3_prof); + + + $__internal_cab13b5609c5329bc9ddfb9dfceb4a391305f5848a1d8dd60b12864d807607ff->leave($__internal_cab13b5609c5329bc9ddfb9dfceb4a391305f5848a1d8dd60b12864d807607ff_prof); + + } + + // line 8 + public function block_main($context, array $blocks = array()) + { + $__internal_ac911d788e46e2118a8f40967e2167001cead50bf7b44a31bf85e8bbb5354a02 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_ac911d788e46e2118a8f40967e2167001cead50bf7b44a31bf85e8bbb5354a02->enter($__internal_ac911d788e46e2118a8f40967e2167001cead50bf7b44a31bf85e8bbb5354a02_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + $__internal_4f5de00e4bb951f6376e980b49a0b7d8d5d5051c883de1301e1146e4e49d9188 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_4f5de00e4bb951f6376e980b49a0b7d8d5d5051c883de1301e1146e4e49d9188->enter($__internal_4f5de00e4bb951f6376e980b49a0b7d8d5d5051c883de1301e1146e4e49d9188_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + // line 9 + echo "<body> +\t<div class=\"events\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\""; + // line 12 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\"> +\t\t</div> +\t</div> +</body> + +<body> +\t<div class=\"events\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\""; + // line 20 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\"> +\t\t</div> +\t</div> +</body> + +<body> +\t<div class=\"events\" style=\"margin-bottom:4.8%\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\""; + // line 28 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\"> +\t\t</div> +\t</div> +</body> +"; + + $__internal_4f5de00e4bb951f6376e980b49a0b7d8d5d5051c883de1301e1146e4e49d9188->leave($__internal_4f5de00e4bb951f6376e980b49a0b7d8d5d5051c883de1301e1146e4e49d9188_prof); + + + $__internal_ac911d788e46e2118a8f40967e2167001cead50bf7b44a31bf85e8bbb5354a02->leave($__internal_ac911d788e46e2118a8f40967e2167001cead50bf7b44a31bf85e8bbb5354a02_prof); + + } + + // line 34 + public function block_footer($context, array $blocks = array()) + { + $__internal_7182171edc04d6ebf9954d8ab6ed665c0a033032373e44f0d87f8766388f8b4b = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_7182171edc04d6ebf9954d8ab6ed665c0a033032373e44f0d87f8766388f8b4b->enter($__internal_7182171edc04d6ebf9954d8ab6ed665c0a033032373e44f0d87f8766388f8b4b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + $__internal_cf5508b2ea87f45da3213eec19108a469ea882dafe2c1731422c4750eb925027 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_cf5508b2ea87f45da3213eec19108a469ea882dafe2c1731422c4750eb925027->enter($__internal_cf5508b2ea87f45da3213eec19108a469ea882dafe2c1731422c4750eb925027_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + + $__internal_cf5508b2ea87f45da3213eec19108a469ea882dafe2c1731422c4750eb925027->leave($__internal_cf5508b2ea87f45da3213eec19108a469ea882dafe2c1731422c4750eb925027_prof); + + + $__internal_7182171edc04d6ebf9954d8ab6ed665c0a033032373e44f0d87f8766388f8b4b->leave($__internal_7182171edc04d6ebf9954d8ab6ed665c0a033032373e44f0d87f8766388f8b4b_prof); + + } + + public function getTemplateName() + { + return "galerie/new_page.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 119 => 34, 104 => 28, 93 => 20, 82 => 12, 77 => 9, 68 => 8, 56 => 5, 51 => 4, 42 => 3, 11 => 1,); + } + + /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ + public function getSource() + { + @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); + + return $this->getSourceContext()->getCode(); + } + + public function getSourceContext() + { + return new Twig_Source("{% extends 'base.html.twig' %} + +{% block stylesheets %} +\t<link rel=\"stylesheet\" href=\"{{ asset('css/gallery.css') }}\"> +\t{{ parent() }} +{% endblock %} + +{% block main %} +<body> +\t<div class=\"events\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\"> +\t\t</div> +\t</div> +</body> + +<body> +\t<div class=\"events\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\"> +\t\t</div> +\t</div> +</body> + +<body> +\t<div class=\"events\" style=\"margin-bottom:4.8%\"> +\t\t<div class=\"events-centerer\"> +\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\"> +\t\t</div> +\t</div> +</body> +{% endblock %} + +{% block footer %} +{% endblock %} +", "galerie/new_page.html.twig", "/home/correa/CNinno2k16/app/Resources/views/galerie/new_page.html.twig"); + } +} diff --git a/var/cache/dev/twig/bb/bbac85f9ad1d3d588cdf372607277cd2ff7a0d9345d244168f4a5463df3f0a2e.php b/var/cache/dev/twig/bb/bbac85f9ad1d3d588cdf372607277cd2ff7a0d9345d244168f4a5463df3f0a2e.php new file mode 100644 index 0000000000000000000000000000000000000000..f76e71866cda0265096ddf38c9c64dc91ca6d926 --- /dev/null +++ b/var/cache/dev/twig/bb/bbac85f9ad1d3d588cdf372607277cd2ff7a0d9345d244168f4a5463df3f0a2e.php @@ -0,0 +1,807 @@ +<?php + +/* galerie/photos.html.twig */ +class __TwigTemplate_3ac228b8ae919943a29cb125c302598e71d265e308441c3bc48fdc83731a65d5 extends Twig_Template +{ + public function __construct(Twig_Environment $env) + { + parent::__construct($env); + + // line 1 + $this->parent = $this->loadTemplate("base.html.twig", "galerie/photos.html.twig", 1); + $this->blocks = array( + 'stylesheets' => array($this, 'block_stylesheets'), + 'main' => array($this, 'block_main'), + 'footer' => array($this, 'block_footer'), + 'javascripts' => array($this, 'block_javascripts'), + ); + } + + protected function doGetParent(array $context) + { + return "base.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = array()) + { + $__internal_63bc69797116a3e0ec493d70778083c1b4e8a93b9b4bb7a70962f168009ffedf = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_63bc69797116a3e0ec493d70778083c1b4e8a93b9b4bb7a70962f168009ffedf->enter($__internal_63bc69797116a3e0ec493d70778083c1b4e8a93b9b4bb7a70962f168009ffedf_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/photos.html.twig")); + + $__internal_32b3ea19b99cd5b86f7da37a9a5b756ac6893573b5880bab2cd16e9ea145d7c1 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_32b3ea19b99cd5b86f7da37a9a5b756ac6893573b5880bab2cd16e9ea145d7c1->enter($__internal_32b3ea19b99cd5b86f7da37a9a5b756ac6893573b5880bab2cd16e9ea145d7c1_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "galerie/photos.html.twig")); + + $this->parent->display($context, array_merge($this->blocks, $blocks)); + + $__internal_63bc69797116a3e0ec493d70778083c1b4e8a93b9b4bb7a70962f168009ffedf->leave($__internal_63bc69797116a3e0ec493d70778083c1b4e8a93b9b4bb7a70962f168009ffedf_prof); + + + $__internal_32b3ea19b99cd5b86f7da37a9a5b756ac6893573b5880bab2cd16e9ea145d7c1->leave($__internal_32b3ea19b99cd5b86f7da37a9a5b756ac6893573b5880bab2cd16e9ea145d7c1_prof); + + } + + // line 3 + public function block_stylesheets($context, array $blocks = array()) + { + $__internal_55387c86f964d4f8fe2942787a1b1bf91c3579a02df72c3b193435055fa85651 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_55387c86f964d4f8fe2942787a1b1bf91c3579a02df72c3b193435055fa85651->enter($__internal_55387c86f964d4f8fe2942787a1b1bf91c3579a02df72c3b193435055fa85651_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + $__internal_c794fba3fa8177b10e04ec65746cd00c19f16a0d954d737721b44291403992c1 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_c794fba3fa8177b10e04ec65746cd00c19f16a0d954d737721b44291403992c1->enter($__internal_c794fba3fa8177b10e04ec65746cd00c19f16a0d954d737721b44291403992c1_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "stylesheets")); + + // line 4 + echo "\t<link rel=\"stylesheet\" href=\""; + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe.css"), "html", null, true); + echo "\"> +\t<link rel=\"stylesheet\" href=\""; + // line 5 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/default-skin/default-skin.css"), "html", null, true); + echo "\"> +\t<link rel=\"stylesheet\" href=\""; + // line 6 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("css/gallery.css"), "html", null, true); + echo "\"> +\t"; + // line 7 + $this->displayParentBlock("stylesheets", $context, $blocks); + echo " +"; + + $__internal_c794fba3fa8177b10e04ec65746cd00c19f16a0d954d737721b44291403992c1->leave($__internal_c794fba3fa8177b10e04ec65746cd00c19f16a0d954d737721b44291403992c1_prof); + + + $__internal_55387c86f964d4f8fe2942787a1b1bf91c3579a02df72c3b193435055fa85651->leave($__internal_55387c86f964d4f8fe2942787a1b1bf91c3579a02df72c3b193435055fa85651_prof); + + } + + // line 10 + public function block_main($context, array $blocks = array()) + { + $__internal_b8aaaec38784a7eed22ee54616e9ffa7746b132d6e0f1811c4c6e10797e67d59 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_b8aaaec38784a7eed22ee54616e9ffa7746b132d6e0f1811c4c6e10797e67d59->enter($__internal_b8aaaec38784a7eed22ee54616e9ffa7746b132d6e0f1811c4c6e10797e67d59_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + $__internal_bbf3a1e39b67c2239f93b6956ee40bfba1945e4df1d9c26d3b5fae83e8e58cec = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_bbf3a1e39b67c2239f93b6956ee40bfba1945e4df1d9c26d3b5fae83e8e58cec->enter($__internal_bbf3a1e39b67c2239f93b6956ee40bfba1945e4df1d9c26d3b5fae83e8e58cec_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "main")); + + // line 11 + echo "<body> +\t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 15 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 16 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/1.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 21 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 22 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 27 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 28 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/3.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 33 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 34 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/4.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 39 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 40 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/5.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 45 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 46 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/6.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<!--<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 51 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 52 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 57 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 58 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 63 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 64 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 69 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 70 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 75 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 76 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 81 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 82 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 87 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 88 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 93 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 94 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 99 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 100 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 105 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 106 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 111 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 112 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 117 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 118 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 123 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 124 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 129 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 130 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 135 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 136 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 141 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 142 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 147 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 148 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\""; + // line 153 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" data-size=1620x1080> +\t\t\t\t<img src=\""; + // line 154 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("img/2.jpg"), "html", null, true); + echo "\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure>-->\t\t +\t</div> + +<!-- Root element of PhotoSwipe. Must have class pswp. --> +\t<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> + +\t <!-- Background of PhotoSwipe. +\t It's a separate element, as animating opacity is faster than rgba(). --> +\t <div class=\"pswp__bg\"></div> + +\t <!-- Slides wrapper with overflow:hidden. --> +\t <div class=\"pswp__scroll-wrap\"> + +\t <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> +\t <!-- don't modify these 3 pswp__item elements, data is added later on. --> +\t <div class=\"pswp__container\"> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t </div> + +\t <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> +\t <div class=\"pswp__ui pswp__ui--hidden\"> + +\t <div class=\"pswp__top-bar\"> + +\t <!-- Controls are self-explanatory. Order can be changed. --> + +\t <div class=\"pswp__counter\"></div> + +\t <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button> + +\t <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button> + +\t <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button> + +\t <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button> + +\t <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> +\t <!-- element will get class pswp__preloader--active when preloader is running --> +\t <div class=\"pswp__preloader\"> +\t <div class=\"pswp__preloader__icn\"> +\t <div class=\"pswp__preloader__cut\"> +\t <div class=\"pswp__preloader__donut\"></div> +\t </div> +\t </div> +\t </div> +\t </div> + +\t <div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> +\t <div class=\"pswp__share-tooltip\"></div> +\t </div> + +\t <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> +\t </button> + +\t <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> +\t </button> + +\t <div class=\"pswp__caption\"> +\t <div class=\"pswp__caption__center\"></div> +\t </div> +\t </div> +\t </div> +\t</div> +</body> +"; + + $__internal_bbf3a1e39b67c2239f93b6956ee40bfba1945e4df1d9c26d3b5fae83e8e58cec->leave($__internal_bbf3a1e39b67c2239f93b6956ee40bfba1945e4df1d9c26d3b5fae83e8e58cec_prof); + + + $__internal_b8aaaec38784a7eed22ee54616e9ffa7746b132d6e0f1811c4c6e10797e67d59->leave($__internal_b8aaaec38784a7eed22ee54616e9ffa7746b132d6e0f1811c4c6e10797e67d59_prof); + + } + + // line 224 + public function block_footer($context, array $blocks = array()) + { + $__internal_f943e7cdcba8260399f791a6dbb0bca977816e6507bfd333e7e015dd55ed0214 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_f943e7cdcba8260399f791a6dbb0bca977816e6507bfd333e7e015dd55ed0214->enter($__internal_f943e7cdcba8260399f791a6dbb0bca977816e6507bfd333e7e015dd55ed0214_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + $__internal_f8a7aa23b918aab11cb64f0688af133aaa6dded529ffd2efb5e2e60397690de7 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_f8a7aa23b918aab11cb64f0688af133aaa6dded529ffd2efb5e2e60397690de7->enter($__internal_f8a7aa23b918aab11cb64f0688af133aaa6dded529ffd2efb5e2e60397690de7_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "footer")); + + // line 225 + echo " +"; + + $__internal_f8a7aa23b918aab11cb64f0688af133aaa6dded529ffd2efb5e2e60397690de7->leave($__internal_f8a7aa23b918aab11cb64f0688af133aaa6dded529ffd2efb5e2e60397690de7_prof); + + + $__internal_f943e7cdcba8260399f791a6dbb0bca977816e6507bfd333e7e015dd55ed0214->leave($__internal_f943e7cdcba8260399f791a6dbb0bca977816e6507bfd333e7e015dd55ed0214_prof); + + } + + // line 228 + public function block_javascripts($context, array $blocks = array()) + { + $__internal_f146e387c8fe1c949f71cd3806babca01f09d9c59ff941cd57c593ab2fc6fec0 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"); + $__internal_f146e387c8fe1c949f71cd3806babca01f09d9c59ff941cd57c593ab2fc6fec0->enter($__internal_f146e387c8fe1c949f71cd3806babca01f09d9c59ff941cd57c593ab2fc6fec0_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + + $__internal_59008fb3ee755953ccd8b4ce21bcf132a16e229a0b13d032bbe239472c73068d = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"); + $__internal_59008fb3ee755953ccd8b4ce21bcf132a16e229a0b13d032bbe239472c73068d->enter($__internal_59008fb3ee755953ccd8b4ce21bcf132a16e229a0b13d032bbe239472c73068d_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "javascripts")); + + // line 229 + echo "\t +\t<script src=\""; + // line 230 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 231 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/photoswipe-ui-default.min.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 232 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/jquery.min.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 233 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("js/lunch.photoswipe.js"), "html", null, true); + echo "\"></script> +\t<script src=\""; + // line 234 + echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("photoswipe/jquery.jscroll.js"), "html", null, true); + echo "\"></script> +\t<script type=\"text/javascript\"> +\t\tvar mouseUsed = false; +\t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { +\t\t // On mousedown, temporarily remove the transition class in preparation for swipe. +\t\t \$(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); +\t\t}).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { +\t\t // Exlude navigation arrows from the above event. +\t\t event.stopPropagation(); +\t\t}) +\t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll({ +\t\t\tautoTrigger: true, +\t\t\tloadingHtml: 'loading' +\t\t\t}); +\t\t +\t</script> +"; + + $__internal_59008fb3ee755953ccd8b4ce21bcf132a16e229a0b13d032bbe239472c73068d->leave($__internal_59008fb3ee755953ccd8b4ce21bcf132a16e229a0b13d032bbe239472c73068d_prof); + + + $__internal_f146e387c8fe1c949f71cd3806babca01f09d9c59ff941cd57c593ab2fc6fec0->leave($__internal_f146e387c8fe1c949f71cd3806babca01f09d9c59ff941cd57c593ab2fc6fec0_prof); + + } + + public function getTemplateName() + { + return "galerie/photos.html.twig"; + } + + public function isTraitable() + { + return false; + } + + public function getDebugInfo() + { + return array ( 499 => 234, 495 => 233, 491 => 232, 487 => 231, 483 => 230, 480 => 229, 471 => 228, 460 => 225, 451 => 224, 372 => 154, 368 => 153, 360 => 148, 356 => 147, 348 => 142, 344 => 141, 336 => 136, 332 => 135, 324 => 130, 320 => 129, 312 => 124, 308 => 123, 300 => 118, 296 => 117, 288 => 112, 284 => 111, 276 => 106, 272 => 105, 264 => 100, 260 => 99, 252 => 94, 248 => 93, 240 => 88, 236 => 87, 228 => 82, 224 => 81, 216 => 76, 212 => 75, 204 => 70, 200 => 69, 192 => 64, 188 => 63, 180 => 58, 176 => 57, 168 => 52, 164 => 51, 156 => 46, 152 => 45, 144 => 40, 140 => 39, 132 => 34, 128 => 33, 120 => 28, 116 => 27, 108 => 22, 104 => 21, 96 => 16, 92 => 15, 86 => 11, 77 => 10, 65 => 7, 61 => 6, 57 => 5, 52 => 4, 43 => 3, 11 => 1,); + } + + /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ + public function getSource() + { + @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); + + return $this->getSourceContext()->getCode(); + } + + public function getSourceContext() + { + return new Twig_Source("{% extends 'base.html.twig' %} + +{% block stylesheets %} +\t<link rel=\"stylesheet\" href=\"{{ asset('photoswipe/photoswipe.css') }}\"> +\t<link rel=\"stylesheet\" href=\"{{ asset('photoswipe/default-skin/default-skin.css') }}\"> +\t<link rel=\"stylesheet\" href=\"{{ asset('css/gallery.css') }}\"> +\t{{ parent() }} +{% endblock %} + +{% block main%} +<body> +\t<div class=\"my-gallery\" itemscope itemtype=\"http://schema.org/ImageGallery\"> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/1.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/1.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/3.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/3.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/4.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/4.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/5.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/5.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/6.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/6.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<!--<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> +\t\t +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure> + +\t\t\t<figure class=\"wrapper\" itemscope itemtype=\"http://schema.org/ImageObject\"> +\t\t\t\t<a href=\"{{ asset ('img/2.jpg') }}\" data-size=1620x1080> +\t\t\t\t<img src=\"{{ asset ('img/2.jpg') }}\" itemprop=\"thumbnail\" alt=\"Centrale Num\" class=\"preserve\"/> +\t\t\t\t</a> +\t\t\t</figure>-->\t\t +\t</div> + +<!-- Root element of PhotoSwipe. Must have class pswp. --> +\t<div class=\"pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> + +\t <!-- Background of PhotoSwipe. +\t It's a separate element, as animating opacity is faster than rgba(). --> +\t <div class=\"pswp__bg\"></div> + +\t <!-- Slides wrapper with overflow:hidden. --> +\t <div class=\"pswp__scroll-wrap\"> + +\t <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. --> +\t <!-- don't modify these 3 pswp__item elements, data is added later on. --> +\t <div class=\"pswp__container\"> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t <div class=\"pswp__item\"></div> +\t </div> + +\t <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> +\t <div class=\"pswp__ui pswp__ui--hidden\"> + +\t <div class=\"pswp__top-bar\"> + +\t <!-- Controls are self-explanatory. Order can be changed. --> + +\t <div class=\"pswp__counter\"></div> + +\t <button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"></button> + +\t <button class=\"pswp__button pswp__button--share\" title=\"Share\"></button> + +\t <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"></button> + +\t <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"></button> + +\t <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> +\t <!-- element will get class pswp__preloader--active when preloader is running --> +\t <div class=\"pswp__preloader\"> +\t <div class=\"pswp__preloader__icn\"> +\t <div class=\"pswp__preloader__cut\"> +\t <div class=\"pswp__preloader__donut\"></div> +\t </div> +\t </div> +\t </div> +\t </div> + +\t <div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"> +\t <div class=\"pswp__share-tooltip\"></div> +\t </div> + +\t <button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"> +\t </button> + +\t <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\"> +\t </button> + +\t <div class=\"pswp__caption\"> +\t <div class=\"pswp__caption__center\"></div> +\t </div> +\t </div> +\t </div> +\t</div> +</body> +{% endblock %} + +{% block footer %} + +{% endblock %} + +{% block javascripts %} +\t +\t<script src=\"{{ asset('photoswipe/photoswipe.js') }}\"></script> +\t<script src=\"{{ asset('photoswipe/photoswipe-ui-default.min.js') }}\"></script> +\t<script src=\"{{ asset('js/jquery.min.js') }}\"></script> +\t<script src=\"{{ asset('js/lunch.photoswipe.js') }}\"></script> +\t<script src=\"{{ asset('photoswipe/jquery.jscroll.js') }}\"></script> +\t<script type=\"text/javascript\"> +\t\tvar mouseUsed = false; +\t\t\$('body').on('mousedown', '.pswp__scroll-wrap', function(event) { +\t\t // On mousedown, temporarily remove the transition class in preparation for swipe. +\t\t \$(this).children('.pswp__container_transition').removeClass('pswp__container_transition'); +\t\t}).on('mousedown', '.pswp__button--arrow--left, .pswp__button--arrow--right', function(event) { +\t\t // Exlude navigation arrows from the above event. +\t\t event.stopPropagation(); +\t\t}) +\t</script> +\t<script type=\"text/javascript\"> +\t\t\$('.scroll').jscroll({ +\t\t\tautoTrigger: true, +\t\t\tloadingHtml: 'loading' +\t\t\t}); +\t\t +\t</script> +{% endblock %} + +", "galerie/photos.html.twig", "/home/correa/CNinno2k16/app/Resources/views/galerie/photos.html.twig"); + } +} diff --git a/var/logs/dev.log b/var/logs/dev.log index ac66c033da8a1af3d07c41fd9dd1e029bb4f71a7..5f734f51cc2266db9a3e263643ba7f8227349328 100644 --- a/var/logs/dev.log +++ b/var/logs/dev.log @@ -3915,3 +3915,940 @@ [2017-02-14 11:53:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0bb5d9","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/0bb5d9","method":"GET"} [] [2017-02-14 11:53:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] [2017-02-14 11:53:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gal4erie"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gal4erie\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-14 12:00:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:46] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 12:00:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 12:00:46] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:46] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"159399","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/159399","method":"GET"} [] +[2017-02-14 12:00:50] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:00:50] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:01:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 12:01:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 12:01:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:01:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:01:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ffb36b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ffb36b","method":"GET"} [] +[2017-02-14 12:01:56] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:01:56] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:02:31] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 12:02:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 12:02:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:02:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:02:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"894c40","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/894c40","method":"GET"} [] +[2017-02-14 12:02:33] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 12:02:33] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 14:15:26] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 14:15:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 14:15:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 14:15:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 14:15:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f0bebb","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/f0bebb","method":"GET"} [] +[2017-02-14 14:15:42] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 14:15:42] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 15:38:39] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection refused) {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php\",\"line\":59})"} [] +[2017-02-14 16:01:01] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:01:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:01:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e54b33","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e54b33","method":"GET"} [] +[2017-02-14 16:01:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:09] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:01:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:01:09] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:09] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8aa6c3","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8aa6c3","method":"GET"} [] +[2017-02-14 16:01:10] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:01:10] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:10:31] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection refused) {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php\",\"line\":59})"} [] +[2017-02-14 16:11:41] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:11:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:11:41] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:11:41] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:11:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"12c09c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/12c09c","method":"GET"} [] +[2017-02-14 16:11:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:11:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:21:23] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection refused) {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php\",\"line\":59})"} [] +[2017-02-14 16:22:03] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:22:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:22:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:22:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:22:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c08ec0","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/c08ec0","method":"GET"} [] +[2017-02-14 16:22:09] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:22:09] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:27:31] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection refused) {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php\",\"line\":59})"} [] +[2017-02-14 16:29:01] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:29:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:29:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:29:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:29:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f59562","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/f59562","method":"GET"} [] +[2017-02-14 16:29:06] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:29:06] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:30:23] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-14 16:30:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-14 16:30:23] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:30:23] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:30:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"374a23","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/374a23","method":"GET"} [] +[2017-02-14 16:30:24] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-14 16:30:24] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:35:59] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection refused) {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ServerCommand.php\",\"line\":59})"} [] +[2017-02-20 14:43:19] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://localhost:8000/","method":"GET"} [] +[2017-02-20 14:43:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 14:43:20] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:20] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3af7cd","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3af7cd","method":"GET"} [] +[2017-02-20 14:43:23] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:23] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:27] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 14:43:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 14:43:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 14:43:28] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:28] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16bd02","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/16bd02","method":"GET"} [] +[2017-02-20 14:43:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:43:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:46:57] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 14:46:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 14:46:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:46:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:47:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 14:47:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:47:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:47:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"adc099","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/adc099","method":"GET"} [] +[2017-02-20 14:47:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:47:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:10] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 14:48:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 14:48:10] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:10] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 14:48:11] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:11] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21e9b0","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/21e9b0","method":"GET"} [] +[2017-02-20 14:48:12] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:48:12] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:02] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 14:49:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 14:49:02] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:02] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 14:49:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e4dab","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8e4dab","method":"GET"} [] +[2017-02-20 14:49:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 14:49:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:40] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 15:19:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 15:19:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16725c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/16725c","method":"GET"} [] +[2017-02-20 15:19:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:19:49] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:19:49] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:43] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 15:20:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 15:20:43] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:43] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"54e1b1","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/54e1b1","method":"GET"} [] +[2017-02-20 15:20:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:20:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:20:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:33] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 15:21:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 15:21:33] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:33] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5eba21","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/5eba21","method":"GET"} [] +[2017-02-20 15:21:34] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:34] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:21:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:21:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:23:27] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-20 15:23:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-20 15:23:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:23:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:23:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"49599d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/49599d","method":"GET"} [] +[2017-02-20 15:23:28] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:23:28] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new_page.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new_page.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:24:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /zone_login.php" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /zone_login.php\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:24:06] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:06] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c4cbe","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3c4cbe","method":"GET"} [] +[2017-02-20 15:24:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-20 15:24:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-20 15:24:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:12] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 04:19:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 04:19:12] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:12] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5028a7","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/5028a7","method":"GET"} [] +[2017-02-21 04:19:17] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:17] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /accueil/index.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /accueil/index.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 04:19:25] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:25] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:41] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 04:19:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 04:19:41] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:41] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b167c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6b167c","method":"GET"} [] +[2017-02-21 04:19:42] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:42] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /accueil/index.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /accueil/index.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 04:19:45] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:19:45] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:22:54] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 04:22:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 04:22:54] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:22:54] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:22:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b524c1","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/b524c1","method":"GET"} [] +[2017-02-21 04:22:55] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:22:55] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:23:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /accueil/index.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /accueil/index.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 04:23:37] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 04:23:37] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:28:29] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:28:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:28:29] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:28:29] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:28:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3a1a3b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3a1a3b","method":"GET"} [] +[2017-02-21 10:28:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:28:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:26] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:29:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:29:26] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:26] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /accueil/index.html.twig" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /accueil/index.html.twig\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:29:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"127c43","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/127c43","method":"GET"} [] +[2017-02-21 10:29:28] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:29:28] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:32:10] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:32:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:32:10] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:32:10] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:32:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a54331","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/a54331","method":"GET"} [] +[2017-02-21 10:32:11] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:32:11] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:41:21] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:41:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:41:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:41:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:41:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"75d60c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/75d60c","method":"GET"} [] +[2017-02-21 10:41:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:41:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:03] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:58:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:58:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c6622","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/9c6622","method":"GET"} [] +[2017-02-21 10:58:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:07] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:58:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:58:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"212565","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/212565","method":"GET"} [] +[2017-02-21 10:58:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/event"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/event\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:58:16] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:16] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf3535","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/bf3535","method":"GET"} [] +[2017-02-21 10:58:18] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:18] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/event"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/event\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:58:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dbe111","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/dbe111","method":"GET"} [] +[2017-02-21 10:58:34] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:34] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/event"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/event\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:58:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"35eafc","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/35eafc","method":"GET"} [] +[2017-02-21 10:58:55] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:58:55] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:02] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:59:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:59:02] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:02] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"904a98","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/904a98","method":"GET"} [] +[2017-02-21 10:59:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:14] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 10:59:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 10:59:14] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:14] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c3103","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6c3103","method":"GET"} [] +[2017-02-21 10:59:15] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:15] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/a"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/a\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:59:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c37c09","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/c37c09","method":"GET"} [] +[2017-02-21 10:59:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:59:38] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:38] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e429a2","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e429a2","method":"GET"} [] +[2017-02-21 10:59:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:59:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5b5474","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/5b5474","method":"GET"} [] +[2017-02-21 10:59:45] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:45] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/a"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/a\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:59:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c1ac72","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/c1ac72","method":"GET"} [] +[2017-02-21 10:59:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 10:59:56] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:56] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ba26c6","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ba26c6","method":"GET"} [] +[2017-02-21 10:59:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 10:59:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/event"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/event\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:00:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8857fd","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8857fd","method":"GET"} [] +[2017-02-21 11:00:09] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:09] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/evenement"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/evenement\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:00:19] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:19] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fe2f0f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fe2f0f","method":"GET"} [] +[2017-02-21 11:00:20] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:20] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/evenement"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/evenement\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:00:45] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:45] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84f42d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/84f42d","method":"GET"} [] +[2017-02-21 11:00:46] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:46] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:00:50] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:50] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7bab39","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/7bab39","method":"GET"} [] +[2017-02-21 11:00:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:56] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:00:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:00:56] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:56] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec1fdb","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ec1fdb","method":"GET"} [] +[2017-02-21 11:00:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:00:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:06:32] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:06:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:06:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:06:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:06:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d96cce","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/d96cce","method":"GET"} [] +[2017-02-21 11:06:33] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:06:33] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"AppBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://localhost:8000/","method":"GET"} [] +[2017-02-21 11:07:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:07:41] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:41] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bbd559","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/bbd559","method":"GET"} [] +[2017-02-21 11:07:41] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:41] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:43] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:07:43] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:43] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17fe29","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/17fe29","method":"GET"} [] +[2017-02-21 11:07:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:07:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:08] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:12:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:12:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:08] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Unable to find template "index.html.twig" (looked into: /home/correa/CNinno2k16/app/Resources/views, /home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form)." at /home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php line 128 {"exception":"[object] (InvalidArgumentException(code: 0): Unable to find template \"index.html.twig\" (looked into: /home/correa/CNinno2k16/app/Resources/views, /home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form). at /home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:128, Twig_Error_Loader(code: 0): Unable to find template \"index.html.twig\" (looked into: /home/correa/CNinno2k16/app/Resources/views, /home/correa/CNinno2k16/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form). at /home/correa/CNinno2k16/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:247)"} [] +[2017-02-21 11:12:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"638844","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/638844","method":"GET"} [] +[2017-02-21 11:12:09] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:09] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:19] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:12:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:12:19] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:19] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"28fe1e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/28fe1e","method":"GET"} [] +[2017-02-21 11:12:20] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:20] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/evenement"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/evenement\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:12:26] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:26] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"284c04","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/284c04","method":"GET"} [] +[2017-02-21 11:12:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:12:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:13:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/evenement"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/evenement\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:13:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:13:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:13:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8f302e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8f302e","method":"GET"} [] +[2017-02-21 11:13:06] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:13:06] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:21:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fbcaf1","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fbcaf1","method":"GET"} [] +[2017-02-21 11:21:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:25] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:21:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:21:25] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:25] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e9c8ed","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e9c8ed","method":"GET"} [] +[2017-02-21 11:21:26] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:21:26] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:13] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:22:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:22:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a500b3","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/a500b3","method":"GET"} [] +[2017-02-21 11:22:14] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:14] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:22:18] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:18] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ea96a","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/7ea96a","method":"GET"} [] +[2017-02-21 11:22:19] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:19] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:22] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:22:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:22:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4443b3","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/4443b3","method":"GET"} [] +[2017-02-21 11:22:23] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:23] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:47] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:22:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:22:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4ca57d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/4ca57d","method":"GET"} [] +[2017-02-21 11:22:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:22:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:32] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:23:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:23:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"df2d92","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/df2d92","method":"GET"} [] +[2017-02-21 11:23:33] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:33] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:57] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:23:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:23:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37a51e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/37a51e","method":"GET"} [] +[2017-02-21 11:23:58] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:23:58] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:05] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:25:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:25:05] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:05] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"185c50","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/185c50","method":"GET"} [] +[2017-02-21 11:25:06] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:06] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:52] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:25:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:25:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb7e5d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fb7e5d","method":"GET"} [] +[2017-02-21 11:25:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:25:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:28] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:26:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:26:28] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:28] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"753a62","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/753a62","method":"GET"} [] +[2017-02-21 11:26:29] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:29] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:30] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:26:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:26:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01b4a0","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/01b4a0","method":"GET"} [] +[2017-02-21 11:26:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:26:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:48] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:30:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:30:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a07e1f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/a07e1f","method":"GET"} [] +[2017-02-21 11:30:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about_us.php" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about_us.php\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:30:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fefe0e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fefe0e","method":"GET"} [] +[2017-02-21 11:30:54] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:30:54] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:17] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:31:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:31:17] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:17] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9a381","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/b9a381","method":"GET"} [] +[2017-02-21 11:31:18] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:18] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 11:31:20] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:20] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d80d6a","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/d80d6a","method":"GET"} [] +[2017-02-21 11:31:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:31:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:32:02] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:32:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:32:02] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:32:02] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:32:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b7b69b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/b7b69b","method":"GET"} [] +[2017-02-21 11:32:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:32:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:08] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:34:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:34:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9fb1a6","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/9fb1a6","method":"GET"} [] +[2017-02-21 11:34:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:47] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:34:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:34:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3fb35f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3fb35f","method":"GET"} [] +[2017-02-21 11:34:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:34:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:21] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:35:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:35:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e249f7","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e249f7","method":"GET"} [] +[2017-02-21 11:35:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:38] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:35:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:35:38] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:38] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97d696","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/97d696","method":"GET"} [] +[2017-02-21 11:35:39] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:35:39] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:36:52] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:36:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:36:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:36:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:36:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d7ef2","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/1d7ef2","method":"GET"} [] +[2017-02-21 11:36:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:36:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:37:47] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:37:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:37:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:37:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:37:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b7b2b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/1b7b2b","method":"GET"} [] +[2017-02-21 11:37:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:37:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:23] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:40:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:40:24] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:24] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ed85fb","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ed85fb","method":"GET"} [] +[2017-02-21 11:40:24] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:24] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:35] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:40:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:40:35] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:35] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9456cc","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/9456cc","method":"GET"} [] +[2017-02-21 11:40:35] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:40:35] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:01] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:41:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:41:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81e793","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/81e793","method":"GET"} [] +[2017-02-21 11:41:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:12] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:41:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:41:12] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:12] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"896163","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/896163","method":"GET"} [] +[2017-02-21 11:41:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:31] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:41:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:41:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"854cc7","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/854cc7","method":"GET"} [] +[2017-02-21 11:41:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:41:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:04] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:42:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:42:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b4a38","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6b4a38","method":"GET"} [] +[2017-02-21 11:42:04] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:04] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:18] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:42:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:42:18] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:18] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b6a4d8","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/b6a4d8","method":"GET"} [] +[2017-02-21 11:42:18] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:18] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:57] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:42:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:42:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb4f27","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fb4f27","method":"GET"} [] +[2017-02-21 11:42:58] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:42:58] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:16] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:43:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:43:16] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:16] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7cb417","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/7cb417","method":"GET"} [] +[2017-02-21 11:43:17] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:17] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:22] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:43:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:43:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea0113","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ea0113","method":"GET"} [] +[2017-02-21 11:43:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:43:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:44:36] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:44:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:44:36] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:44:36] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:44:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6d7bf2","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6d7bf2","method":"GET"} [] +[2017-02-21 11:44:36] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:44:36] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:40] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:45:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:45:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e841b7","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e841b7","method":"GET"} [] +[2017-02-21 11:45:40] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:40] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:45:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:45:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"71fc0c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/71fc0c","method":"GET"} [] +[2017-02-21 11:45:54] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:45:54] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:12] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:46:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:46:12] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:12] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c8490","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/7c8490","method":"GET"} [] +[2017-02-21 11:46:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:24] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:46:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:46:24] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:24] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8319f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e8319f","method":"GET"} [] +[2017-02-21 11:46:25] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:25] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:38] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:46:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:46:38] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:38] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"60a22e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/60a22e","method":"GET"} [] +[2017-02-21 11:46:39] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:46:39] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:41] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:47:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:47:41] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:41] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27253b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/27253b","method":"GET"} [] +[2017-02-21 11:47:42] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:42] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:51] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:47:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:47:51] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:51] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"af14b4","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/af14b4","method":"GET"} [] +[2017-02-21 11:47:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:59] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:47:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:47:59] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:59] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"035289","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/035289","method":"GET"} [] +[2017-02-21 11:47:59] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:47:59] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:35] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:48:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:48:35] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:35] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d0d1b","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/1d0d1b","method":"GET"} [] +[2017-02-21 11:48:35] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:35] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:46] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:48:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:48:46] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:46] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:47] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:48:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:48:47] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:47] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2bc27f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/2bc27f","method":"GET"} [] +[2017-02-21 11:48:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:48:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:16] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:53:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:53:16] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:16] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"04fec5","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/04fec5","method":"GET"} [] +[2017-02-21 11:53:16] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:16] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:44] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:53:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:53:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"339fe0","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/339fe0","method":"GET"} [] +[2017-02-21 11:53:44] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:53:44] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:56:38] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:56:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:56:38] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:56:38] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:56:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"87fade","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/87fade","method":"GET"} [] +[2017-02-21 11:56:38] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:56:38] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:57:03] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 11:57:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 11:57:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:57:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:57:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6ff2f7","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6ff2f7","method":"GET"} [] +[2017-02-21 11:57:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 11:57:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:21] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:01:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:01:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d12971","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/d12971","method":"GET"} [] +[2017-02-21 12:01:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:27] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:01:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:01:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78e583","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/78e583","method":"GET"} [] +[2017-02-21 12:01:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:01:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:48] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:03:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:03:48] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:48] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"273bc6","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/273bc6","method":"GET"} [] +[2017-02-21 12:03:49] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:49] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:59] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:03:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:03:59] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:03:59] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65e269","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/65e269","method":"GET"} [] +[2017-02-21 12:04:00] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:00] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:13] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:04:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:04:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c458b6","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/c458b6","method":"GET"} [] +[2017-02-21 12:04:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:04:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:34] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:08:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:08:34] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:34] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff24c0","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/ff24c0","method":"GET"} [] +[2017-02-21 12:08:35] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:35] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:08:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:08:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b5d53f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/b5d53f","method":"GET"} [] +[2017-02-21 12:08:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:08:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:16:22] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:16:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:16:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:16:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:16:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eb3bcd","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/eb3bcd","method":"GET"} [] +[2017-02-21 12:16:23] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:16:23] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:30] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:18:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:18:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ca28c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/1ca28c","method":"GET"} [] +[2017-02-21 12:18:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:49] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:18:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:18:49] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:49] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1cda23","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/1cda23","method":"GET"} [] +[2017-02-21 12:18:50] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:18:50] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:05] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:19:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:19:05] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:05] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"14cc54","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/14cc54","method":"GET"} [] +[2017-02-21 12:19:05] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:05] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:30] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:19:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:19:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b0c4d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6b0c4d","method":"GET"} [] +[2017-02-21 12:19:31] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:31] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:52] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:19:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:19:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bebc95","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/bebc95","method":"GET"} [] +[2017-02-21 12:19:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:19:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:07] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:26:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:26:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8538f1","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8538f1","method":"GET"} [] +[2017-02-21 12:26:07] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:07] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:21] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:26:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:26:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb6cd1","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/cb6cd1","method":"GET"} [] +[2017-02-21 12:26:22] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:22] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:32] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:26:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:26:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb4a62","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/fb4a62","method":"GET"} [] +[2017-02-21 12:26:32] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:32] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:43] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:26:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:26:43] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:43] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3dda48","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3dda48","method":"GET"} [] +[2017-02-21 12:26:43] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:43] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:52] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:26:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:26:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/7.jpg" (from "http://localhost:8000/galerie")" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/7.jpg\" (from \"http://localhost:8000/galerie\") at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 12:26:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"996a22","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/996a22","method":"GET"} [] +[2017-02-21 12:26:55] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:26:55] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:27:08] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:27:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:27:08] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:27:08] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:27:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a2a5f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/8a2a5f","method":"GET"} [] +[2017-02-21 12:27:09] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:27:09] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:28:00] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:28:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:28:00] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:28:00] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:28:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c575e","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/0c575e","method":"GET"} [] +[2017-02-21 12:28:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:28:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:29:26] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:29:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:29:26] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:29:26] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:29:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e96dc8","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e96dc8","method":"GET"} [] +[2017-02-21 12:29:27] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:29:27] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:29] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:32:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:32:29] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:29] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4d47d5","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/4d47d5","method":"GET"} [] +[2017-02-21 12:32:30] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:30] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:32:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:32:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6bd6bf","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6bd6bf","method":"GET"} [] +[2017-02-21 12:32:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:32:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:33:02] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:33:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:33:02] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:33:02] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:33:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e7d418","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/e7d418","method":"GET"} [] +[2017-02-21 12:33:03] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:33:03] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:13] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:35:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:35:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6ba29d","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/6ba29d","method":"GET"} [] +[2017-02-21 12:35:14] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:14] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:51] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:35:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:35:51] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:51] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ceecd","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/9ceecd","method":"GET"} [] +[2017-02-21 12:35:52] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:35:52] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:36:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 12:36:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 12:36:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:36:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:36:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"75bb2f","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/75bb2f","method":"GET"} [] +[2017-02-21 12:36:54] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 12:36:54] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:14:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 13:14:34] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:14:34] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:14:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"76c7f3","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/76c7f3","method":"GET"} [] +[2017-02-21 13:14:36] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:14:36] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:15:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /galerie/evenement"" at /home/correa/CNinno2k16/var/cache/dev/classes.php line 4171 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /galerie/evenement\" at /home/correa/CNinno2k16/var/cache/dev/classes.php:4171, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): at /home/correa/CNinno2k16/var/cache/dev/appDevDebugProjectContainerUrlMatcher.php:122)"} [] +[2017-02-21 13:15:13] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:15:13] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:15:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"10f366","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/10f366","method":"GET"} [] +[2017-02-21 13:15:14] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:15:14] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:59:53] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} [] +[2017-02-21 13:59:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] +[2017-02-21 13:59:53] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:59:53] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:59:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"053f35","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/053f35","method":"GET"} [] +[2017-02-21 13:59:54] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] +[2017-02-21 13:59:54] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} [] diff --git a/web/css/gallery.css b/web/css/gallery.css index 5e0322a152da29305f3937bd698faffd7fb2e31d..669b5822b80cb357f961e2b4f28495dfb6db4440 100644 --- a/web/css/gallery.css +++ b/web/css/gallery.css @@ -1,9 +1,4 @@ -.my-gallery { - position: relative; - margin: 0 auto; - list-style: none; - text-align: center; -} + .my-gallery img { position: relative; display: block; @@ -27,167 +22,42 @@ text-align: center; cursor: pointer; } -.my-gallery figcaption { - padding: 4em; - color: #fff; - text-transform: uppercase; - font-size: 1.25em; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; -} -.my-gallery figure figcaption::before, -.my-gallery figure figcaption::after{ - pointer-events: none; -} - -.my-gallery figure figcaption, -.my.gallery figure figcaption > a { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -/* Anchor will cover the whole item by default */ -/* For some effects it will show as a button */ -.my-gallery figure figcaption > a { - z-index: 1000; - text-indent: 200%; - white-space: nowrap; - font-size: 0; - opacity: 0; -} -.my-gallery figure h2 { - word-spacing: -0.15em; - font-weight: 700; +.events { + height: 300px; + overflow: hidden; + margin-top: 4.48%; + position: relative; } -.my-gallery figure h2, -.my-gallery figure p { - margin: 15%; +.events-centerer { + height: 1080px; + position: absolute; + top: 50%; + margin-top: -540px; } -.my-gallery figure p { - letter-spacing: 1px; - font-size: 68.5%; - -.lineup { - width: 100%; - background-color: rgba(248,239,235,0.2); - margin-left:10px; - margin-right: 10px; - text-align: center; -} -.lineup img { - width: 100%; +.events-centerer img { + position: relative; + margin-left:4.48%; + margin-right: 4.48%; + + width: 91.04%; height: auto; } -.lineup figure { - float: left; - margin: 0 5px 5px 0; - width: 300px; - border-color: #000!important; - border-width: 3px!important; -} -.lineup figcaption { - font-size: 12px; - display: none; -} -.artist { - opacity:0; - background-color: rgba(102, 209, 161, .7); - position:absolute; - text-align: center; - font-size: 16px; +.events-centerer l{ + color: #FFFFFF; + font-family: 'Dosis'; + font-weight: 700; + font-size: 28px; + font-variant: small-caps; + position: relative; + float: right; + text-align: center; + vertical-align: center; + margin-top: 12.5%; } -figure:hover .artist { - transition:all 0.6s; - opacity: 1; - margin-top: -24px; -} - -/*gallery*/ -body { color:#fff; font:300 15px/15px Roboto,Arial,Helvetica;background:right no-repeat fixed #CCDDEE;background-size: cover; -webkit-font-smoothing:antialiased;} - -a{color:#00a9c6; text-decoration:none;} -a:hover{color:#666;} -.btn,a,.btn:hover,a:hover { --webkit-transition: all 0.3s ease-in-out; --moz-transition: all 0.3s ease-in-out; --ms-transition: all 0.3s ease-in-out; --o-transition: all 0.3s ease-in-out; -transition: all 0.3s ease-in-out; -outline: none !important; -} - - -/*h1,h2,h3,h4{margin: 0;line-height: 1em;} -h2{font:300 2.5em Josefin Sans,Arial,Helvetica;margin-bottom: 1.5em;} -h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;} -h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;} -h4 i{margin-right: 0.5em;}*/ - -p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;} - -.spacer{padding: 6em 0;} - -/*.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;} -.btn:hover,.btn:active{color: #fff;} -.btn-default{color: #ccc;border: 1px solid #aaa;} -.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);} -.btn-primary{color: #fff;background:#666;width: 100%;outline: none;} -.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#333;box-shadow: none;}*/ - - - -/*#head,.carousel{margin-top: 0;} - - -/*banner*/ -/*.banner{position: relative;} -.banner .caption{position: absolute;top: 0;left:0; right: 0; bottom: 0;background:rgba(0,0,0,0.9); } -.banner .caption-wrapper{display: table;height: 100%;width: 100%;} -.banner .caption-info{display: table-cell;vertical-align: middle;text-align: center;color: #fff;} -.banner .caption-info h1{font:normal 4.5em Josefin Sans,Arial,Helvetica;text-transform:capitalize;} -.banner .caption-info p{font:600 1.7em Josefin Sans,Arial,Helvetica;} -.banner a.explore{color: #fff;} -.explore{margin: 0 1em;} -.banner img.profile{border:5px solid #333;} - - - -/*foods*/ -#works figcaption a{border:1px solid #fff;display: inline-block;color: #fff;padding: 0 2em;} -#works figcaption a:hover{text-decoration: none;padding: 0 3em;} -/*foods*/ - -/*testimonials*/ -/*.testimonails{min-height: 195px;} -.testimonails img{margin-top: 5px;} -.testimonails span{color: #888;} -.testimonails span b{font-weight: 400;} -.carousel-indicators li{border: 1px solid #ccc;} -.carousel-indicators{bottom: 0;} - - - - - - - -/*contact*/ -/*.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;} -/*contact*/ - -/*.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;} -.footer a{color: #aaa;margin: 0 1em; } - -.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;} -.gototop i{line-height: 0.5em;}*/ - @media (max-width: 1200px) { body{font:300 13px/13px Roboto,Arial,Helvetica;} diff --git a/web/photoswipe/jquery.jscroll.js b/web/photoswipe/jquery.jscroll.js new file mode 100644 index 0000000000000000000000000000000000000000..054c53184227bad1a647d5454f4381b7ff6aed39 --- /dev/null +++ b/web/photoswipe/jquery.jscroll.js @@ -0,0 +1,227 @@ +/*! + * jScroll - jQuery Plugin for Infinite Scrolling / Auto-Paging + * @see @link{http://jscroll.com} + * + * @copyright 2011-2017, Philip Klauzinski + * @license Dual licensed under the MIT and GPL Version 2 licenses. + * @author Philip Klauzinski (http://webtopian.com) + * @version 2.3.7 + * @requires jQuery v1.4.3+ + * @preserve + */ +(function($) { + + 'use strict'; + + // Define the jscroll namespace and default settings + $.jscroll = { + defaults: { + debug: false, + autoTrigger: true, + autoTriggerUntil: false, + loadingHtml: '<small>Loading...</small>', + loadingFunction: false, + padding: 0, + nextSelector: 'a:last', + contentSelector: '', + pagingSelector: '', + callback: false + } + }; + + // Constructor + var jScroll = function($e, options) { + + // Private vars and methods + var _data = $e.data('jscroll'), + _userOptions = (typeof options === 'function') ? { callback: options } : options, + _options = $.extend({}, $.jscroll.defaults, _userOptions, _data || {}), + _isWindow = ($e.css('overflow-y') === 'visible'), + _$next = $e.find(_options.nextSelector).first(), + _$window = $(window), + _$body = $('body'), + _$scroll = _isWindow ? _$window : $e, + _nextHref = $.trim(_$next.attr('href') + ' ' + _options.contentSelector), + + // Check if a loading image is defined and preload + _preloadImage = function() { + var src = $(_options.loadingHtml).filter('img').attr('src'); + if (src) { + var image = new Image(); + image.src = src; + } + }, + + // Wrap inner content, if it isn't already + _wrapInnerContent = function() { + if (!$e.find('.jscroll-inner').length) { + $e.contents().wrapAll('<div class="jscroll-inner" />'); + } + }, + + // Find the next link's parent, or add one, and hide it + _nextWrap = function($next) { + var $parent; + if (_options.pagingSelector) { + $next.closest(_options.pagingSelector).hide(); + } else { + $parent = $next.parent().not('.jscroll-inner,.jscroll-added').addClass('jscroll-next-parent').hide(); + if (!$parent.length) { + $next.wrap('<div class="jscroll-next-parent" />').parent().hide(); + } + } + }, + + // Remove the jscroll behavior and data from an element + _destroy = function() { + return _$scroll.unbind('.jscroll') + .removeData('jscroll') + .find('.jscroll-inner').children().unwrap() + .filter('.jscroll-added').children().unwrap(); + }, + + // Observe the scroll event for when to trigger the next load + _observe = function() { + if ($e.is(':visible')) { + _wrapInnerContent(); + var $inner = $e.find('div.jscroll-inner').first(), + data = $e.data('jscroll'), + borderTopWidth = parseInt($e.css('borderTopWidth'), 10), + borderTopWidthInt = isNaN(borderTopWidth) ? 0 : borderTopWidth, + iContainerTop = parseInt($e.css('paddingTop'), 10) + borderTopWidthInt, + iTopHeight = _isWindow ? _$scroll.scrollTop() : $e.offset().top, + innerTop = $inner.length ? $inner.offset().top : 0, + iTotalHeight = Math.ceil(iTopHeight - innerTop + _$scroll.height() + iContainerTop); + + if (!data.waiting && iTotalHeight + _options.padding >= $inner.outerHeight()) { + //data.nextHref = $.trim(data.nextHref + ' ' + _options.contentSelector); + _debug('info', 'jScroll:', $inner.outerHeight() - iTotalHeight, 'from bottom. Loading next request...'); + return _load(); + } + } + }, + + // Check if the href for the next set of content has been set + _checkNextHref = function(data) { + data = data || $e.data('jscroll'); + if (!data || !data.nextHref) { + _debug('warn', 'jScroll: nextSelector not found - destroying'); + _destroy(); + return false; + } else { + _setBindings(); + return true; + } + }, + + _setBindings = function() { + var $next = $e.find(_options.nextSelector).first(); + if (!$next.length) { + return; + } + if (_options.autoTrigger && (_options.autoTriggerUntil === false || _options.autoTriggerUntil > 0)) { + _nextWrap($next); + var scrollingBodyHeight = _$body.height() - $e.offset().top, + scrollingHeight = ($e.height() < scrollingBodyHeight) ? $e.height() : scrollingBodyHeight, + windowHeight = ($e.offset().top - _$window.scrollTop() > 0) ? _$window.height() - ($e.offset().top - $(window).scrollTop()) : _$window.height(); + if (scrollingHeight <= windowHeight) { + _observe(); + } + _$scroll.unbind('.jscroll').bind('scroll.jscroll', function() { + return _observe(); + }); + if (_options.autoTriggerUntil > 0) { + _options.autoTriggerUntil--; + } + } else { + _$scroll.unbind('.jscroll'); + $next.bind('click.jscroll', function() { + _nextWrap($next); + _load(); + return false; + }); + } + }, + + // Load the next set of content, if available + _load = function() { + var $inner = $e.find('div.jscroll-inner').first(), + data = $e.data('jscroll'); + + data.waiting = true; + $inner.append('<div class="jscroll-added" />') + .children('.jscroll-added').last() + .html('<div class="jscroll-loading" id="jscroll-loading">' + _options.loadingHtml + '</div>') + .promise() + .done(function(){ + if (_options.loadingFunction) { + _options.loadingFunction(); + } + }); + + return $e.animate({scrollTop: $inner.outerHeight()}, 0, function() { + var nextHref = data.nextHref; + $inner.find('div.jscroll-added').last().load(nextHref, function(r, status) { + if (status === 'error') { + return _destroy(); + } + var $next = $(this).find(_options.nextSelector).first(); + data.waiting = false; + data.nextHref = $next.attr('href') ? $.trim($next.attr('href') + ' ' + _options.contentSelector) : false; + $('.jscroll-next-parent', $e).remove(); // Remove the previous next link now that we have a new one + _checkNextHref(); + if (_options.callback) { + _options.callback.call(this, nextHref); + } + _debug('dir', data); + }); + }); + }, + + // Safe console debug - http://klauzinski.com/javascript/safe-firebug-console-in-javascript + _debug = function(m) { + if (_options.debug && typeof console === 'object' && (typeof m === 'object' || typeof console[m] === 'function')) { + if (typeof m === 'object') { + var args = []; + for (var sMethod in m) { + if (typeof console[sMethod] === 'function') { + args = (m[sMethod].length) ? m[sMethod] : [m[sMethod]]; + console[sMethod].apply(console, args); + } else { + console.log.apply(console, args); + } + } + } else { + console[m].apply(console, Array.prototype.slice.call(arguments, 1)); + } + } + }; + + // Initialization + $e.data('jscroll', $.extend({}, _data, {initialized: true, waiting: false, nextHref: _nextHref})); + _wrapInnerContent(); + _preloadImage(); + _setBindings(); + + // Expose API methods via the jQuery.jscroll namespace, e.g. $('sel').jscroll.method() + $.extend($e.jscroll, { + destroy: _destroy + }); + return $e; + }; + + // Define the jscroll plugin method and loop + $.fn.jscroll = function(m) { + return this.each(function() { + var $this = $(this), + data = $this.data('jscroll'), jscroll; + + // Instantiate jScroll on this element if it hasn't been already + if (data && data.initialized) { + return; + } + jscroll = new jScroll($this, m); + }); + }; + +})(jQuery); \ No newline at end of file diff --git a/web/photoswipe/photoswipe.js b/web/photoswipe/photoswipe.js index 68f3f88a77d8579543652320a60e0fd113ebdcd3..8e1c7f98a877385c1506d62d4cb479eb3dd9880d 100644 --- a/web/photoswipe/photoswipe.js +++ b/web/photoswipe/photoswipe.js @@ -973,7 +973,6 @@ var publicMethods = { _isDestroying = true; _shout('close'); _unbindEvents(); - _showOrHide(self.currItem, null, true, self.destroy); },