Symfony Exception

InvalidArgumentException RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Cannot redirect to an empty URL.").

Exceptions 2

Twig\Error\ RuntimeError

  1.     {% set display_header = true %}
  2. {% endif %}
  3. {% set side_scrolling_slideshow = screen_obj is defined and screen_obj.configuration is defined and 'side_scrolling_slideshow' in screen_obj.configuration and requestedView != 'enlarge' and requestedView != 'inquire' %}
  4. {% if requestedView == 'inquire' %}
  5.     {{ render(controller(
  6.         'App\\Collage\\Bundle\\FrontendBundle\\Controller\\DefaultController::inquireAction', { 'imageId': app.request.get('image'), 'lang': language }
  7.     )) }}
  8. {% else %}
  9.     {% if data_part %}
  10.         <div id='screen-{{ key is defined ? key : 'slider' }}' {% if side_scrolling_slideshow %} class="side-scrolling-slider-container"{% endif %}>
  11.         {% if screen_obj.type == 'many' %}
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true)) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1.                 } else {
  2.                     // line 114
  3.                     echo 
  4.     ";
  5.                     // line 115
  6.                     echo $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension']->collageInclude($this->env$context, (("_screens/_" twig_get_attribute($this->env$this->source, (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'115$this->source); })()), "getModelTableize", [], "any"falsefalsefalse115)) . ".html.twig"), ["data_part" => twig_get_attribute($this->env$this->source,                     // line 116
  7. (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'116$this->source); })()), twig_get_attribute($this->env$this->source, (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'116$this->source); })()), "key", [], "any"falsefalsefalse116), [], "any"falsefalsefalse116), "screen_obj" =>                     // line 117
  8. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'117$this->source); })()), "model" => twig_get_attribute($this->env$this->source,                     // line 118
  9. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'118$this->source); })()), "model", [], "any"falsefalsefalse118), "key" => twig_get_attribute($this->env$this->source,                     // line 119
  10. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'119$this->source); })()), "key", [], "any"falsefalsefalse119), "type" => twig_get_attribute($this->env$this->source,                     // line 120
  11. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'120$this->source); })()), "type", [], "any"falsefalsefalse120), "name" => $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\ScreenTwigExtension']->resolveScreenName(                    // line 121
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true)) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1. (isset($context["app_screens"]) || array_key_exists("app_screens"$context) ? $context["app_screens"] : (function () { throw new RuntimeError('Variable "app_screens" does not exist.'28$this->source); })())), "mode" => (((twig_get_attribute($this->env$this->source,                     // line 29
  2. $context["loop"], "first", [], "any"falsefalsefalse29) &&  !(isset($context["hasSeparateHeaders"]) || array_key_exists("hasSeparateHeaders"$context) ? $context["hasSeparateHeaders"] : (function () { throw new RuntimeError('Variable "hasSeparateHeaders" does not exist.'29$this->source); })()))) ? ("only-sliders-links") : ("")), "display_header" => true"is_first_screen" => (twig_get_attribute($this->env$this->source,                     // line 31
  3. $context["loop"], "first", [], "any"falsefalsefalse31) &&  !(isset($context["hasSeparateHeaders"]) || array_key_exists("hasSeparateHeaders"$context) ? $context["hasSeparateHeaders"] : (function () { throw new RuntimeError('Variable "hasSeparateHeaders" does not exist.'31$this->source); })())), "selected_screen" =>                     // line 32
  4. (isset($context["screen_name"]) || array_key_exists("screen_name"$context) ? $context["screen_name"] : (function () { throw new RuntimeError('Variable "screen_name" does not exist.'32$this->source); })()), "name" => $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\ScreenTwigExtension']->resolveScreenName(                    // line 33
  5. $context["screen"], (isset($context["item"]) || array_key_exists("item"$context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.'33$this->source); })()), (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'33$this->source); })())), "with_back_link" =>  !                    // line 34
  6. (isset($context["quicklinks"]) || array_key_exists("quicklinks"$context) ? $context["quicklinks"] : (function () { throw new RuntimeError('Variable "quicklinks" does not exist.'34$this->source); })())]);
  7.                     echo "
  8.                 ";
  9.                     // line 35
  10.                     $context["multiple_slider_shown"] = true;
  11.                     // line 36
in vendor/twig/twig/src/Template.php -> block_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeNakedHTMLBundle/_partials/_single_pages.html.twig"));
  3.         // line 1
  4.         $this->displayBlock('content'$context$blocks);
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false))) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  3.         // line 6
  4.         echo "    ";
  5.         echo $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension']->collageInclude($this->env$context"_partials/_single_pages.html.twig");
  6.         echo "
  7. ";
  8.         
  9.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> block_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         ";
  2.         // line 14
  3.         if (( !twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "isEmailProtected", [], "any"falsefalsefalse14) || (twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "isEmailProtected", [], "any"falsefalsefalse14) && twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "hasCookie", [], "any"falsefalsefalse14)))) {
  4.             // line 15
  5.             echo "            ";
  6.             $this->displayBlock('content'$context$blocks);
  7.             // line 16
  8.             echo "        ";
  9.         }
  10.         // line 17
  11.         echo "        ";
in vendor/twig/twig/src/Template.php -> block_content_wrapper (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.             // line 130
  2.             $this->displayBlock('main_header'$context$blocks);
  3.         }
  4.         // line 142
  5.         echo "    ";
  6.         $this->displayBlock('content_wrapper'$context$blocks);
  7.         // line 152
  8.         if ( !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'152$this->source); })()), "request", [], "any"falsefalsefalse152), "isXmlHttpRequest", [], "any"falsefalsefalse152)) {
  9.             // line 153
  10.             echo "    ";
  11.             $this->displayBlock('footer'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeBasicLeftBundle/base.html.twig"));
  3.         $this->parent $this->loadTemplate("@FrontendBundle/base/base.html.twig""@ThemeBasicLeftBundle/base.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig"));
  2.         // line 2
  3.         $context["item"] = twig_get_attribute($this->env$this->source, (isset($context["item"]) || array_key_exists("item"$context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.'2$this->source); })()), "lang", [=> (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'2$this->source); })())], "method"falsefalsefalse2);
  4.         // line 1
  5.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  8.         
  9.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      */
  2.     public function render(array $context = []): string
  3.     {
  4.         // using func_get_args() allows to not expose the blocks argument
  5.         // as it should only be used by internal code
  6.         return $this->template->render($context, \func_get_args()[1] ?? []);
  7.     }
  8.     /**
  9.      * Displays the template.
  10.      *
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = [])
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
  2.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3.             $content $this->container->get('templating')->render($view$parameters);
  4.         } elseif ($this->container->has('twig')) {
  5.             $content $this->container->get('twig')->render($view$parameters);
  6.         } else {
  7.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8.         }
  9.         if (null === $response) {
AbstractController->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php (line 1074)
  1.     {
  2.         if (!preg_match('/\//'$view)) {
  3.             $view $this->getTwigTemplate($view);
  4.         }
  5.         return parent::render($view$parameters);
  6.     }
  7.     /**
  8.      * @param $template
  9.      * @return string
CollageFrontendController->resolveTemplateRender('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php (line 1045)
  1.             $this->section->removeOption('separate_items_headers');
  2.         }
  3.         return $this->resolveTemplateRender($templatearray_merge(
  4.             $toPassForScreen,
  5.             $this->getTwigCommonVars($parameters)
  6.         ));
  7.     }
  8.     /**
  9.      * @param array $parameters
CollageFrontendController->renderDetail(array('item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/ArtistsController.php (line 62)
  1.     public function artistsDetailsAction($id$screen$subitem$screen2 null)
  2.     {
  3.         $item $this->getItem($id);
  4.         $vars $this->getDetailViewVars($item$screen$subitem);
  5.         return $this->renderDetail($vars);
  6.     }
  7. }
in vendor/symfony/http-kernel/HttpKernel.php -> artistsDetailsAction (line 158)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 33)
  1.     Request::HEADER_X_FORWARDED_AWS_ELB
  2. );
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

InvalidArgumentException

Cannot redirect to an empty URL.

  1.      * @throws \InvalidArgumentException
  2.      */
  3.     public function setTargetUrl($url)
  4.     {
  5.         if ('' === ($url ?? '')) {
  6.             throw new \InvalidArgumentException('Cannot redirect to an empty URL.');
  7.         }
  8.         $this->targetUrl $url;
  9.         $this->setContent(
  1.             $url '';
  2.         }
  3.         parent::__construct(''$status$headers);
  4.         $this->setTargetUrl($url);
  5.         if (!$this->isRedirect()) {
  6.             throw new \InvalidArgumentException(sprintf('The HTTP status code is not a redirect ("%s" given).'$status));
  7.         }
  1.      */
  2.     public function toReferer()
  3.     {
  4.         $referer $this->getMasterRequest()->headers->get('referer');
  5.         // @todo this should be filtered for malicious links
  6.         return new RedirectResponse($referer);
  7.     }
  8.     /**
  9.      * Gets current master request.
  10.      *
  1.           if(isset($parts[1])) {
  2.             $sliderPostion $parts[1];
  3.           }
  4.         }
  5.         $targetUrl $this->toReferer()->getTargetUrl() . '#' $sliderPostion;
  6.         $form $this->createForm(InquireType::class, $inquire = new Inquire(), [
  7.             'targetUrl' => $targetUrl,
  8.             'application' => $application
  9.         ]);
in vendor/symfony/http-kernel/HttpKernel.php -> inquireAction (line 158)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         if (!IpUtils::checkIp('127.0.0.1'$trustedProxies)) {
  2.             Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3.         }
  4.         try {
  5.             return $kernel->handle($request$type$catch);
  6.         } finally {
  7.             // restore global state
  8.             Request::setTrustedProxies($trustedProxies$trustedHeaderSet);
  9.         }
  10.     }
  1.             $subRequest->attributes->add($reference->attributes);
  2.         }
  3.         $level ob_get_level();
  4.         try {
  5.             return SubRequestHandler::handle($this->kernel$subRequestHttpKernelInterface::SUB_REQUESTfalse);
  6.         } catch (\Exception $e) {
  7.             // we dispatch the exception event to trigger the logging
  8.             // the response that comes back is ignored
  9.             if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
  10.                 $event = new ExceptionEvent($this->kernel$requestHttpKernelInterface::SUB_REQUEST$e);
  1.         if (!$request $this->requestStack->getCurrentRequest()) {
  2.             throw new \LogicException('Rendering a fragment can only be done when handling a Request.');
  3.         }
  4.         return $this->deliver($this->renderers[$renderer]->render($uri$request$options));
  5.     }
  6.     /**
  7.      * Delivers the Response as a string.
  8.      *
  1.         if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) {
  2.             $this->addRenderer($this->container->get($renderer));
  3.             $this->initialized[$renderer] = true;
  4.         }
  5.         return parent::render($uri$renderer$options);
  6.     }
  7. }
  1.     public function renderFragment($uri$options = [])
  2.     {
  3.         $strategy $options['strategy'] ?? 'inline';
  4.         unset($options['strategy']);
  5.         return $this->handler->render($uri$strategy$options);
  6.     }
  7.     /**
  8.      * Renders a fragment.
  9.      *
  1.         // line 15
  2.         if (((isset($context["requestedView"]) || array_key_exists("requestedView"$context) ? $context["requestedView"] : (function () { throw new RuntimeError('Variable "requestedView" does not exist.'15$this->source); })()) == "inquire")) {
  3.             // line 16
  4.             echo "    ";
  5.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Collage\\Bundle\\FrontendBundle\\Controller\\DefaultController::inquireAction", ["imageId" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 17
  6. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'17$this->source); })()), "request", [], "any"falsefalsefalse17), "get", [=> "image"], "method"falsefalsefalse17), "lang" => (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'17$this->source); })())]));
  7.             // line 18
  8.             echo "
  9. ";
  10.         } else {
  11.             // line 20
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true)) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1.                 } else {
  2.                     // line 114
  3.                     echo 
  4.     ";
  5.                     // line 115
  6.                     echo $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension']->collageInclude($this->env$context, (("_screens/_" twig_get_attribute($this->env$this->source, (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'115$this->source); })()), "getModelTableize", [], "any"falsefalsefalse115)) . ".html.twig"), ["data_part" => twig_get_attribute($this->env$this->source,                     // line 116
  7. (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'116$this->source); })()), twig_get_attribute($this->env$this->source, (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'116$this->source); })()), "key", [], "any"falsefalsefalse116), [], "any"falsefalsefalse116), "screen_obj" =>                     // line 117
  8. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'117$this->source); })()), "model" => twig_get_attribute($this->env$this->source,                     // line 118
  9. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'118$this->source); })()), "model", [], "any"falsefalsefalse118), "key" => twig_get_attribute($this->env$this->source,                     // line 119
  10. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'119$this->source); })()), "key", [], "any"falsefalsefalse119), "type" => twig_get_attribute($this->env$this->source,                     // line 120
  11. (isset($context["screen"]) || array_key_exists("screen"$context) ? $context["screen"] : (function () { throw new RuntimeError('Variable "screen" does not exist.'120$this->source); })()), "type", [], "any"falsefalsefalse120), "name" => $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\ScreenTwigExtension']->resolveScreenName(                    // line 121
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true)) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1. (isset($context["app_screens"]) || array_key_exists("app_screens"$context) ? $context["app_screens"] : (function () { throw new RuntimeError('Variable "app_screens" does not exist.'28$this->source); })())), "mode" => (((twig_get_attribute($this->env$this->source,                     // line 29
  2. $context["loop"], "first", [], "any"falsefalsefalse29) &&  !(isset($context["hasSeparateHeaders"]) || array_key_exists("hasSeparateHeaders"$context) ? $context["hasSeparateHeaders"] : (function () { throw new RuntimeError('Variable "hasSeparateHeaders" does not exist.'29$this->source); })()))) ? ("only-sliders-links") : ("")), "display_header" => true"is_first_screen" => (twig_get_attribute($this->env$this->source,                     // line 31
  3. $context["loop"], "first", [], "any"falsefalsefalse31) &&  !(isset($context["hasSeparateHeaders"]) || array_key_exists("hasSeparateHeaders"$context) ? $context["hasSeparateHeaders"] : (function () { throw new RuntimeError('Variable "hasSeparateHeaders" does not exist.'31$this->source); })())), "selected_screen" =>                     // line 32
  4. (isset($context["screen_name"]) || array_key_exists("screen_name"$context) ? $context["screen_name"] : (function () { throw new RuntimeError('Variable "screen_name" does not exist.'32$this->source); })()), "name" => $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\ScreenTwigExtension']->resolveScreenName(                    // line 33
  5. $context["screen"], (isset($context["item"]) || array_key_exists("item"$context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.'33$this->source); })()), (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'33$this->source); })())), "with_back_link" =>  !                    // line 34
  6. (isset($context["quicklinks"]) || array_key_exists("quicklinks"$context) ? $context["quicklinks"] : (function () { throw new RuntimeError('Variable "quicklinks" does not exist.'34$this->source); })())]);
  7.                     echo "
  8.                 ";
  9.                     // line 35
  10.                     $context["multiple_slider_shown"] = true;
  11.                     // line 36
in vendor/twig/twig/src/Template.php -> block_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeNakedHTMLBundle/_partials/_single_pages.html.twig"));
  3.         // line 1
  4.         $this->displayBlock('content'$context$blocks);
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false))) in src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php (line 476)
  1.         } else {
  2.             $templates = array($template);
  3.         }
  4.         try {
  5.             return $env->resolveTemplate($templates)->render($variables);
  6.         } catch (Error $e) {
  7.             if (!$ignoreMissing) {
  8.                 throw $e;
  9.             }
  10.         }
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  3.         // line 6
  4.         echo "    ";
  5.         echo $this->extensions['App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension']->collageInclude($this->env$context"_partials/_single_pages.html.twig");
  6.         echo "
  7. ";
  8.         
  9.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> block_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         ";
  2.         // line 14
  3.         if (( !twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "isEmailProtected", [], "any"falsefalsefalse14) || (twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "isEmailProtected", [], "any"falsefalsefalse14) && twig_get_attribute($this->env$this->source, (isset($context["emailProtected"]) || array_key_exists("emailProtected"$context) ? $context["emailProtected"] : (function () { throw new RuntimeError('Variable "emailProtected" does not exist.'14$this->source); })()), "hasCookie", [], "any"falsefalsefalse14)))) {
  4.             // line 15
  5.             echo "            ";
  6.             $this->displayBlock('content'$context$blocks);
  7.             // line 16
  8.             echo "        ";
  9.         }
  10.         // line 17
  11.         echo "        ";
in vendor/twig/twig/src/Template.php -> block_content_wrapper (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.             // line 130
  2.             $this->displayBlock('main_header'$context$blocks);
  3.         }
  4.         // line 142
  5.         echo "    ";
  6.         $this->displayBlock('content_wrapper'$context$blocks);
  7.         // line 152
  8.         if ( !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'152$this->source); })()), "request", [], "any"falsefalsefalse152), "isXmlHttpRequest", [], "any"falsefalsefalse152)) {
  9.             // line 153
  10.             echo "    ";
  11.             $this->displayBlock('footer'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeBasicLeftBundle/base.html.twig"));
  3.         $this->parent $this->loadTemplate("@FrontendBundle/base/base.html.twig""@ThemeBasicLeftBundle/base.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig"));
  2.         // line 2
  3.         $context["item"] = twig_get_attribute($this->env$this->source, (isset($context["item"]) || array_key_exists("item"$context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.'2$this->source); })()), "lang", [=> (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'2$this->source); })())], "method"falsefalsefalse2);
  4.         // line 1
  5.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  8.         
  9.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      */
  2.     public function render(array $context = []): string
  3.     {
  4.         // using func_get_args() allows to not expose the blocks argument
  5.         // as it should only be used by internal code
  6.         return $this->template->render($context, \func_get_args()[1] ?? []);
  7.     }
  8.     /**
  9.      * Displays the template.
  10.      *
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = [])
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
  2.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3.             $content $this->container->get('templating')->render($view$parameters);
  4.         } elseif ($this->container->has('twig')) {
  5.             $content $this->container->get('twig')->render($view$parameters);
  6.         } else {
  7.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8.         }
  9.         if (null === $response) {
AbstractController->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php (line 1074)
  1.     {
  2.         if (!preg_match('/\//'$view)) {
  3.             $view $this->getTwigTemplate($view);
  4.         }
  5.         return parent::render($view$parameters);
  6.     }
  7.     /**
  8.      * @param $template
  9.      * @return string
CollageFrontendController->resolveTemplateRender('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php (line 1045)
  1.             $this->section->removeOption('separate_items_headers');
  2.         }
  3.         return $this->resolveTemplateRender($templatearray_merge(
  4.             $toPassForScreen,
  5.             $this->getTwigCommonVars($parameters)
  6.         ));
  7.     }
  8.     /**
  9.      * @param array $parameters
CollageFrontendController->renderDetail(array('item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false)) in src/Collage/Bundle/FrontendBundle/Controller/ArtistsController.php (line 62)
  1.     public function artistsDetailsAction($id$screen$subitem$screen2 null)
  2.     {
  3.         $item $this->getItem($id);
  4.         $vars $this->getDetailViewVars($item$screen$subitem);
  5.         return $this->renderDetail($vars);
  6.     }
  7. }
in vendor/symfony/http-kernel/HttpKernel.php -> artistsDetailsAction (line 158)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 33)
  1.     Request::HEADER_X_FORWARDED_AWS_ELB
  2. );
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

No log messages

Stack Traces 2

[2/2] RuntimeError

Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Cannot redirect to an empty URL.").

  at src/Collage/Bundle/ThemeNakedHTMLBundle/Resources/views/_screens/_image_with_description.html.twig:17
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false), '_screens/_image_with_description.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (var/cache/stg/twig/f7/f7ed7596c14448e98806073768408c00fe3414814ac9cea7a99aeb50c75b6f99.php:374)
  at __TwigTemplate_866ef0388337484af15ccb92a13d5b44607d8daba4a49753820b87f219b32a23->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0), '_partials/_multiple_sliders.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (var/cache/stg/twig/36/3644bf67f48228f5882eb2013c883845b6046bca486ca0c6931c8e41c8843e3f.php:134)
  at __TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896->block_content(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (var/cache/stg/twig/36/3644bf67f48228f5882eb2013c883845b6046bca486ca0c6931c8e41c8843e3f.php:44)
  at __TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), '_partials/_single_pages.html.twig')
     (var/cache/stg/twig/52/5208123effcf89ea26204ca19ede9bdeb1ea78a7fa5f39d98740a2ebdee7dded.php:94)
  at __TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c->block_content(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/e5/e5f34063d706fd7742e21231f68e98c42b32ad22a9cbb9595a1e84c112c4c63c.php:128)
  at __TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28->block_content_wrapper(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content_wrapper', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/7b/7be93d05588861154579bb4c652cf4d37be9f32a3828a0ff28f8cedea262ba61.php:337)
  at __TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/e5/e5f34063d706fd7742e21231f68e98c42b32ad22a9cbb9595a1e84c112c4c63c.php:51)
  at __TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (var/cache/stg/twig/52/5208123effcf89ea26204ca19ede9bdeb1ea78a7fa5f39d98740a2ebdee7dded.php:51)
  at __TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php:1074)
  at App\Collage\Bundle\FrontendBundle\Controller\CollageFrontendController->resolveTemplateRender('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php:1045)
  at App\Collage\Bundle\FrontendBundle\Controller\CollageFrontendController->renderDetail(array('item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/ArtistsController.php:62)
  at App\Collage\Bundle\FrontendBundle\Controller\ArtistsController->artistsDetailsAction('jan-kalab', 'featured-works', null, null)
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:33)                

[1/2] InvalidArgumentException

InvalidArgumentException:
Cannot redirect to an empty URL.

  at vendor/symfony/http-foundation/RedirectResponse.php:91
  at Symfony\Component\HttpFoundation\RedirectResponse->setTargetUrl('')
     (vendor/symfony/http-foundation/RedirectResponse.php:44)
  at Symfony\Component\HttpFoundation\RedirectResponse->__construct('')
     (vendor/collage/core/src/Collage/Bundle/CoreBundle/Controller/CollageController.php:222)
  at Collage\Bundle\CoreBundle\Controller\CollageController->toReferer()
     (src/Collage/Bundle/FrontendBundle/Controller/DefaultController.php:567)
  at App\Collage\Bundle\FrontendBundle\Controller\DefaultController->inquireAction(object(Request), object(Mailer), object(SeoService), 'en', null, 'image')
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
     (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:81)
  at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3DApp%255CCollage%255CBundle%255CFrontendBundle%255CController%255CDefaultController%253A%253AinquireAction', object(Request), array('ignore_errors' => false))
     (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85)
  at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
     (vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:45)
  at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
     (vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:48)
  at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
     (var/cache/stg/twig/bd/bd19976f1d384c24e09162107a4366e06bc41449e1018535acfe6c78542e2005.php:77)
  at __TwigTemplate_39bc30c1cf747076e877759f7d987b8d733002667fd5c9f1d8322ec422a1387c->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true, 'disable_slideshow' => false, 'requestedView' => 'inquire', 'enlarge' => true, 'enlarge_header' => false, 'slider' => false, 'side_scrolling_slideshow' => false), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false), '_screens/_image_with_description.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => false, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false, 'data_part' => object(ArrayCollection), 'screen_obj' => object(ApplicationScreen), 'model' => 'ImageWithDescription', 'key' => 'featured-works', 'type' => 'many', 'show_id' => false, 'showSliderLinks' => false, 'multiple_sliders' => true))
     (var/cache/stg/twig/f7/f7ed7596c14448e98806073768408c00fe3414814ac9cea7a99aeb50c75b6f99.php:374)
  at __TwigTemplate_866ef0388337484af15ccb92a13d5b44607d8daba4a49753820b87f219b32a23->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true, 'fullWidthDividers' => false, 'enable_thumbnails' => true, 'screen_undefined' => false, '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'withBackground' => false, 'header_classes' => ' divider', 'shouldCloseContainer' => false), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0), '_partials/_multiple_sliders.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0, 'sliders' => array('featured-works' => object(ApplicationScreen)), 'mode' => 'only-sliders-links', 'display_header' => true, 'is_first_screen' => true, 'selected_screen' => 'featured-works', 'name' => 'Featured works', 'with_back_link' => true))
     (var/cache/stg/twig/36/3644bf67f48228f5882eb2013c883845b6046bca486ca0c6931c8e41c8843e3f.php:134)
  at __TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896->block_content(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => object(ApplicationScreen), 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works', '_parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), '_seq' => object(ArrayCollection), 'loop' => array('parent' => array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false), 'quicklinks' => false, 'screen_name' => 'featured-works'), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 3, 'revindex' => 4, 'length' => 4, 'last' => false), '_key' => 0), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (var/cache/stg/twig/36/3644bf67f48228f5882eb2013c883845b6046bca486ca0c6931c8e41c8843e3f.php:44)
  at __TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('content' => array(object(__TwigTemplate_2118c85276d10a1ccea7e2ac5e992c41fb0d3eac574bed267c7445494ac0a896), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)))
     (src/Collage/Bundle/FrontendBundle/Twig/Extension/GeneralTwigExtension.php:476)
  at App\Collage\Bundle\FrontendBundle\Twig\Extension\GeneralTwigExtension->collageInclude(object(Environment), array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), '_partials/_single_pages.html.twig')
     (var/cache/stg/twig/52/5208123effcf89ea26204ca19ede9bdeb1ea78a7fa5f39d98740a2ebdee7dded.php:94)
  at __TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c->block_content(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/e5/e5f34063d706fd7742e21231f68e98c42b32ad22a9cbb9595a1e84c112c4c63c.php:128)
  at __TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28->block_content_wrapper(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('content_wrapper', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/7b/7be93d05588861154579bb4c652cf4d37be9f32a3828a0ff28f8cedea262ba61.php:337)
  at __TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3), 'seoArray' => array('title' => 'Jan Kaláb | Galerie Leroyer', 'head_tags' => null, 'favicon' => 'application/5fdd114c285bfb1caa0d9752/12c96bcc434ddf9b7e590c2f46d730e4.png', 'apple_touch_icon' => null, 'seoDescription' => 'When Jan Kaláb was born in 1978 in Czechoslovakia, graffiti was not to be seen in the Eastern World. In the nineties, as the country was opening itself to western influences, he became one of the pioneers of the local scene, and founded an iconic crew, the DSK.', 'seoFacebookTitle' => 'Jan Kaláb | Galerie Leroyer', 'seoTwitterTitle' => 'Jan Kaláb | Galerie Leroyer', 'twitterSiteTag' => '', 'seoFacebookImage' => '', 'seoTwitterImage' => '', 'seoImageAlt' => '', 'seoImageFallback' => false, 'robots' => false)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('metatags' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_metatags'), 'base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'stylesheets' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_stylesheets'), 'vendor_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_vendor_js'), 'header_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_js'), 'header_compiled_js' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_header_compiled_js'), 'initJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_initJS'), 'main_header' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_main_header'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'bottomJS' => array(object(__TwigTemplate_5e510f4fe6430d59fcb7ef2944d2aa8bf93406388adccc2939816c3820df06f6), 'block_bottomJS'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (var/cache/stg/twig/e5/e5f34063d706fd7742e21231f68e98c42b32ad22a9cbb9595a1e84c112c4c63c.php:51)
  at __TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('base_css' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_base_css'), 'footer' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_footer'), 'content_wrapper' => array(object(__TwigTemplate_fc3b1df101b887eae1e846991c19c029847432f4c7c7a8cb548815ec26747e28), 'block_content_wrapper'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content'), 'title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (var/cache/stg/twig/52/5208123effcf89ea26204ca19ede9bdeb1ea78a7fa5f39d98740a2ebdee7dded.php:51)
  at __TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c->doDisplay(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false, 'appLayout' => '@ThemeBasicLeftBundle', 'appId' => '5fdd114c285bfb1caa0d9752', 'application' => object(Application), 'hasFullWidthDividers' => false, 'hasFooter' => true, 'homepage_size' => 'w_1080,h_550,c_lfill', 'slider_size' => 'w_1010,h_580,c_limit', 'sidebar_slider_size' => 'w_719,h_431,c_limit', 'large_size' => 'w_1080,h_475,c_lfill', 'large_2up_size' => 'w_525,h_525,c_lfill', 'medium_size' => 'w_340,h_250,c_lfill', 'small_size' => 'w_246,h_180,c_lfill', 'exhibition_size' => 'w_650,h_400,c_lfill', 'grid_size' => 'w_246,h_180,c_lfill', 'grid_fitted_size' => 'w_236,h_236,c_limit', 'slide_thumbnail_size' => 'w_236,h_236,c_limit', 'news_size' => 'w_500,h_500,c_limit', 'news_on_homepage_size' => 'w_246,h_180,c_lfill', 'associated_news' => 'w_300,h_230,c_limit', 'news_thumb_size' => 'w_300,h_230,c_limit', 'press_thumb_size' => 'w_236,h_236,c_limit', 'publication_size' => 'w_620,h_620,c_limit', 'artist_artwork_size' => 'w_550,h_550,c_limit', 'series_grid_size' => 'w_236,h_236,c_lfill', 'side_scrolling_size' => 'w_600,h_345,c_limit', 'text_with_image' => 'w_500,h_500,c_limit', 'video_grid_thumb_size' => 'w_236,h_236,c_limit', 'text_or_image_two_columns' => 'w_550,h_609,c_lfill', 'homepage_news_3up' => 'w_350,h_256,c_lfill', 'homepage_news_3up_5up' => 'w_340,h_410,c_lfill', 'flipster_size' => 'w_735,h_400,c_limit', 'large_2up_4x3_size' => 'w_525,h_394,c_lfill', 'google_thumbnail_size' => 'w_500,h_500,c_limit', 'swiper_image' => 'w_1800,h_1000,c_limit', 'swiper_nested_thumbnails' => 'w_150,h_150,c_limit', 'swiper_thumbnails' => 'w_647,h_647,c_limit', 'blur' => '', 'social2x' => 'w_200,h_50,c_limit', 'enlarge_image' => 'w_1800,h_1800,c_limit', 'supersized_big' => 'w_1800,h_1125,c_lfill', 'text_image' => 'w_1800,h_1000,c_limit', 'zoom' => 'w_3000,h_3000,c_limit', 'module_sizes_1' => 'w_1200,h_400,c_lfill', 'module_sizes_2' => 'w_445,h_390,c_lfill', 'module_sizes_3' => 'w_333,h_250,c_lfill', 'original' => '', 'slider_thumbnail_size' => 'w_130,h_90,c_limit', 'image_link_large' => 'w_1080,h_550,c_lfill', 'image_link_medium' => 'w_520,h_520,c_lfill', 'image_link_small' => 'w_333,h_333,c_lfill', 'app' => object(AppVariable), 'server' => array('LANG' => 'en_US.UTF-8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin', 'NOTIFY_SOCKET' => '/run/systemd/notify', 'MEMCACHED_PORT' => '11211', 'APP_ENV' => 'stg', 'DATABASE_CONN_STRING' => 'mongodb+srv://collage:Jn73zfmgxvsg@collagestaging.uqgrw.mongodb.net/<dbname>?retryWrites=true&w=majority', 'GOOGLE_RECAPTCHA_SITE_KEY' => '6LfIL6wZAAAAAPw-ECVAkdIFKn-8ZQe8-N_5kUe8', 'ELASTICSEARCH_HOST' => 'vpc-collage-es55-stg-ot6slwiddoizzyw2bcr7vpsmbi.us-east-1.es.amazonaws.com', 'ARTLOGIC_CLOUDINARY_ENDPOINT' => 'https://artlogic-res.cloudinary.com', 'AWS_S3_KEY' => 'AKIAJAFO6RGXOFV45A3Q', 'CLOUDINARY_ENV' => 'exhibit-e-stg', 'MEMCACHED_HOST' => 'collage-stg.28cxcq.cfg.use1.cache.amazonaws.com', 'CLOUDINARY_URL' => 'https://img.artlogic.net', 'GOOGLE_RECAPTCHA_SERVER_KEY' => '6LfIL6wZAAAAAGAr63O107B4l-U-Ulk1YmMQb7y3', 'AWS_S3_SECRET' => 'qVSwHHZHf0dUJTC2erRd5ejCqKLJYnSm/7hEBkIA', 'AWS_S3_FILES' => 'files.collageplatform.com.stg', 'AWS_S3_BACKUPS' => 'backups.collageplatform.com.stg', 'ELASTICSEARCH_PORT' => '80', 'APP_DEBUG' => '1', 'PHP_ALLOW_URL_FOPEN' => 'On', 'PHP_ZLIB_OUTPUT_COMPRESSION' => 'Off', 'PHP_MEMORY_LIMIT' => '4G', 'PHP_MAX_EXECUTION_TIME' => '60', 'PHP_DISPLAY_ERRORS' => 'Off', 'PHP_DOCUMENT_ROOT' => '/public', 'PHP_COMPOSER_OPTIONS' => '', 'PHP_DATE_TIMEZONE' => 'UTC', 'USER' => 'webapp', 'HOME' => '/home/webapp', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_X_FORWARDED_PROTO' => 'http', 'HTTP_X_FORWARDED_PORT' => '80', 'HTTP_X_FORWARDED_FOR' => '3.83.81.42', 'HTTP_USER_AGENT' => 'claudebot', 'HTTP_ACCEPT' => '*/*', 'HTTP_HOST' => 'galerieleroyer.collagesite.net', 'PATH_INFO' => '', 'SCRIPT_FILENAME' => '/var/www/html/public/index.php', 'REDIRECT_STATUS' => '200', 'SERVER_NAME' => '', 'SERVER_PORT' => '80', 'SERVER_ADDR' => '10.168.176.58', 'REMOTE_PORT' => '38550', 'REMOTE_ADDR' => '10.168.177.23', 'SERVER_SOFTWARE' => 'nginx/1.22.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'REQUEST_SCHEME' => 'http', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'DOCUMENT_ROOT' => '/var/www/html/public', 'DOCUMENT_URI' => '/index.php', 'REQUEST_URI' => '/artists/jan-kalab/featured-works?view=inquire', 'SCRIPT_NAME' => '/index.php', 'CONTENT_LENGTH' => '', 'CONTENT_TYPE' => '', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => 'view=inquire', 'FCGI_ROLE' => 'RESPONDER', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1711663653.181745, 'REQUEST_TIME' => 1711663653, 'APP_SECRET' => '9346eb6e56e086e169624ef74887d2cb', 'APPLICATION_TYPE' => 'Frontend', 'MAILER_URL' => 'null://localhost', 'LOCALE' => 'en', 'AWS_S3_SECRET_KEY' => '', 'AWS_S3_BUCKET_NAME' => '', 'AWS_S3_BACKUP_BASE_DIR' => '', 'ELASTICSEARCH' => '', 'BRAINTREE' => '', 'BRAINTREE_ENV' => 'sandbox', 'BRAINTREE_MERCHANT' => '', 'BRAINTREE_PUBLIC' => '', 'BRAINTREE_PRIVATE' => '', 'BRAINTREE_TIMEOUT' => '30', 'SYMFONY_DOTENV_VARS' => 'APP_SECRET,APPLICATION_TYPE,MAILER_URL,LOCALE,AWS_S3_SECRET_KEY,AWS_S3_BUCKET_NAME,AWS_S3_BACKUP_BASE_DIR,ELASTICSEARCH,BRAINTREE,BRAINTREE_ENV,BRAINTREE_MERCHANT,BRAINTREE_PUBLIC,BRAINTREE_PRIVATE,BRAINTREE_TIMEOUT', 'SHELL_VERBOSITY' => 3)), array('title' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_title'), 'content' => array(object(__TwigTemplate_fb7cce1a449a26bddf2b5cc26386c78f6fc03c79cced51415548d89dda6b5c8c), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php:1074)
  at App\Collage\Bundle\FrontendBundle\Controller\CollageFrontendController->resolveTemplateRender('@ThemeNakedHTMLBundle/artists/artists_single_page.html.twig', array('language' => 'en', 'page_title' => 'Artists', 'oSection' => object(ArtistsSection), 'section' => 'artists', 'hasSeparateHeaders' => false, 'emailProtected' => array('isEmailProtected' => false, 'header' => '', 'description' => '', 'firstNameFieldText' => 'First Name', 'lastNameFieldText' => 'Last Name', 'emailFieldText' => 'Email', 'subscribeButtonText' => 'Subscribe', 'hasCookie' => false), 'item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/CollageFrontendController.php:1045)
  at App\Collage\Bundle\FrontendBundle\Controller\CollageFrontendController->renderDetail(array('item' => object(Artist), 'page_item' => object(Artist), 'data' => array('featured-works' => object(ArrayCollection), 'biography' => object(ArrayCollection), 'biography_pdf' => object(TextOneColumnWithFile), 'video' => object(ArrayCollection), 'associations' => true), 'all_series' => object(ArrayCollection), 'app_screens' => object(ArrayCollection), 'associations' => array('news' => array('items' => array(object(Generated169d72e97fdded3f350a0a99b5e63e33)), 'title' => 'News', 'slug' => 'news', 'config' => array(), 'page_type' => 'image_with_summary'), 'press' => array('items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'title' => 'Press', 'slug' => 'press', 'config' => array(), 'page_type' => 'custom_grid')), 'right_col_name' => 'Press', 'right_col_items' => array(object(Generatedd51aa5a4137200c3885c87057254c50d)), 'screen' => 'featured-works', 'subitemObj' => null, 'has_stacked_sliders' => false))
     (src/Collage/Bundle/FrontendBundle/Controller/ArtistsController.php:62)
  at App\Collage\Bundle\FrontendBundle\Controller\ArtistsController->artistsDetailsAction('jan-kalab', 'featured-works', null, null)
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:33)