404 | Not Found | sfError404Exception
This request has been forwarded to a 404 error page by the action "aBlog/show".
stack trace
- at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfAction.class.php line 89 ...- {
- if (!$condition)
- {
- throw new sfError404Exception($this->get404Message($message));
- }
- }
- at sfAction->forward404Unless()
in SF_ROOT_DIR/plugins/apostropheBlogPlugin/lib/actions/BaseaBlogActions.class.php line 127 ...- $this->dateRange = '';
- $this->aBlogPost = $this->getRoute()->getObject();
- $this->forward404Unless($this->aBlogPost);
- $this->forward404Unless($this->aBlogPost['status'] == 'published' || $this->getUser()->isAuthenticated());
- $this->preview = $this->getRequestParameter('preview');
- aBlogItemTable::populatePages(array($this->aBlogPost));
- at BaseaBlogActions->executeShow(object('sfWebRequest'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60 ...- }
- // run action
- return $this->$actionToRun($request);
- }
- }
- at sfActions->execute(object('sfWebRequest'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92 ...- {
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute($this->context->getRequest());
- $actionInstance->postExecute();
- return null === $viewName ? sfView::SUCCESS : $viewName;
- at sfExecutionFilter->executeAction(object('aBlogActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...- }
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('aBlogActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42 ...- {
- $timer = sfTimerManager::getTimer(sprintf('Action "%s/%s"', $actionInstance->getModuleName(), $actionInstance->getActionName()));
- $viewName = $this->handleAction($filterChain, $actionInstance);
- $timer->addTime();
- $timer = sfTimerManager::getTimer(sprintf('View "%s" for "%s/%s"', $viewName, $actionInstance->getModuleName(), $actionInstance->getActionName()));
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/plugins/apostrophePlugin/lib/sfFilter/aCacheFilter.class.php line 23 ...- {
- if (!sfConfig::get('app_a_page_cache_enabled', false))
- {
- $filterChain->execute();
- return;
- }
- $sfUser = $this->context->getUser();
- at aCacheFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33 ...- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // get response object
- $response = $this->context->getResponse();
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238 ...- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('aBlog', 'show')
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48 ...- }
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170 ...- */
- public function dispatch()
- {
- $this->getController()->dispatch();
- }
- /**
- at sfContext->dispatch()
in SF_ROOT_DIR/web/index.php line 7 ...- // DEVELOPERS: Internally, we have a separate index.php controller for each environment and
- // we rsync exclude it to avoid overwriting each environment's controller.
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', true);
- sfContext::createInstance($configuration)->dispatch();
symfony settings ...
app_aAdmin_web_dir: /apostrophePlugin app_aBlog_link_author: true app_aEvents_display_calendar: true app_aMedia_admin_credential: media_admin app_aMedia_apikeys: - dummy app_aMedia_apipublic: false app_aMedia_client_apikey: dummy app_aMedia_embed_codes: true app_aMedia_upload_credential: media_upload app_aMedia_use_bundled_layout: false app_aToolkit_allowed_attributes: a: [href, name, target, class] img: [src, class] th: [colspan, width, style] td: [colspan, width, style] table: [width, class] ul: [class, type] ol: [class, start, type] blockquote: [class] p: [class] app_aToolkit_allowed_styles: a: [margin, margin-left, margin-right] img: [margin, margin-left, margin-right] td: [margin, margin-left, margin-right, width] th: [margin, margin-left, margin-right, width] table: [margin, margin-left, margin-right, width] ul: [margin, margin-left, margin-right, list-style-type] ol: [margin, margin-left, margin-right, list-style-type] blockquote: [margin, margin-left, margin-right] p: [margin, margin-left, margin-right] app_aToolkit_allowed_tags: - h3 - h4 - h5 - h6 - blockquote - p - a - ul - ol - nl - li - b - i - strong - em - strike - code - hr - br - div - table - thead - caption - tbody - tfoot - tr - th - td - pre - dl - dd - dt app_aToolkit_indexes: - aPage - aMediaItem app_a_addslot_button_style: big app_a_asset_group: global app_a_cache_default_class: aMysqlCache app_a_credit: false app_a_default_on: true app_a_delete_button_style: no-label app_a_edit_candidate_group: editor app_a_edit_sufficient_group: admin app_a_fasthydrate: true app_a_global_button_order: - blog - events - media - categories - tags - users - reorganize app_a_history_button_style: 'no-label big' app_a_i18n_languages: - en - de app_a_i18n_switch: false app_a_less_check_dependencies: false app_a_manage_candidate_group: editor app_a_manage_sufficient_group: admin app_a_minify: true app_a_minify_gzip: false app_a_page_cache_enabled: false app_a_pager_nb_links: 5 app_a_persistent_global_toolbar: true app_a_pretty_english_dates: true app_a_routes_register: false app_a_search_hard_limit: 500 app_a_search_service_class: aMysqlSearch app_a_slot_types: aImage: Image aBlog: 'Blog Posts' aEvent: Events aInsetImage: 'Inset Image' aInsetArea: 'Inset Area' aBlogSlideshow: 'Blog Slideshow' aMap: Map app_a_slot_variants: aSlideshow: { normal: { label: Normal, options: { arrows: true } }, autoplay: { label: Autoplay, options: { interval: 4, arrows: false } } } aInsetArea: { topLeft: { label: 'Left Aligned', options: { insetTemplate: topLeft } }, topRight: { label: 'Right Aligned', options: { insetTemplate: topRight } } } aInsetImage: { topLeft: { label: 'Left Aligned', options: { insetTemplate: topLeft } }, topRight: { label: 'Right Aligned', options: { insetTemplate: topRight } } } app_a_templates: a: { default: 'textseite (voll)', home: 'Home Page', column_left: 'textseite (spalte links)', column_right: 'textseite (spalte rechts)', column_left_top: 'textseite (spalte links / Container oben)', column_right_top: 'textseite (spalte rechts / Container oben)', nav_left: 'textseite mit sub navigation', course: 'stundenplan seite' } aMedia: { default: Media } aBlog: { default: Blog } aEvent: { default: Events } seminar: { default: Seminars } member: { default: Members } forum: { default: Forum } app_a_title_prefix: 'rheinstud | ' app_a_title_suffix: '' app_a_use_bundled_layout: false app_a_use_bundled_stylesheets: reset: /apostrophePlugin/css/a-reset.less admin: /apostrophePlugin/css/a-admin.less forms: /apostrophePlugin/css/a-forms.less components: /apostrophePlugin/css/a-components.less engines: /apostrophePlugin/css/a-engines.less area-slots: /apostrophePlugin/css/a-area-slots.less buttons: /apostrophePlugin/css/a-buttons.less colors: /apostrophePlugin/css/a-colors.less utility: /apostrophePlugin/css/a-utility.less app_a_view_locked_sufficient_credentials: view_locked app_afeedback: null app_aimageconverter_path: /opt/local/bin app_email_recipient: fortbildung@rheinstud.de app_email_sender: fortbildung@rheinstud.de app_sfSyncContent_content: - web/uploads - data/a_writable app_sf_guard_plugin_routes_register: false mod_ablog_enabled: true mod_ablog_view_class: sfPHP sf_admin_module_web_dir: /sfDoctrinePlugin sf_admin_web_dir: /sf/sf_admin sf_app: frontend sf_app_base_cache_dir: /var/www/rheinstud/cache/frontend sf_app_cache_dir: /var/www/rheinstud/cache/frontend/prod sf_app_config_dir: /var/www/rheinstud/apps/frontend/config sf_app_dir: /var/www/rheinstud/apps/frontend sf_app_i18n_dir: /var/www/rheinstud/apps/frontend/i18n sf_app_lib_dir: /var/www/rheinstud/apps/frontend/lib sf_app_module_dir: /var/www/rheinstud/apps/frontend/modules sf_app_template_dir: /var/www/rheinstud/apps/frontend/templates sf_apps_dir: /var/www/rheinstud/apps sf_cache: false sf_cache_dir: /var/www/rheinstud/cache sf_charset: utf-8 sf_check_lock: false sf_compressed: false sf_config_cache_dir: /var/www/rheinstud/cache/frontend/prod/config sf_config_dir: /var/www/rheinstud/config sf_csrf_secret: Za1thagahPhailaoSe0o sf_data_dir: /var/www/rheinstud/data sf_debug: true sf_default_culture: de sf_enabled_modules: - a - aSync - aNavigation - aMedia - aMediaBackend - aRichTextSlot - aTextSlot - aRawHTMLSlot - aSlideshowSlot - aSmartSlideshowSlot - aVideoSlot - aImageSlot - aButtonSlot - aPDFSlot - aFileSlot - aFeedSlot - aAudioSlot - sfGuardAuth - sfGuardForgotPassword - aUserAdmin - aGroupAdmin - aPermissionAdmin - taggableComplete - aNavigation - default - aBlog - aBlogAdmin - aBlogSingleSlot - aBlogSlot - aEvent - aEventAdmin - aEventCategoryAdmin - aEventSingleSlot - aEventSlot - aAdmin - aCategoryAdmin - aTagAdmin - aFeedback - aInsetImageSlot - aInsetAreaSlot - aBlogSlideshowSlot - aMapSlot sf_environment: prod sf_error_404_action: error404 sf_error_404_module: a sf_error_reporting: 24575 sf_escaping_method: ESC_SPECIALCHARS sf_escaping_strategy: true sf_etag: true sf_file_link_format: null sf_i18n: off sf_i18n_cache_dir: /var/www/rheinstud/cache/frontend/prod/i18n sf_lib_dir: /var/www/rheinstud/lib sf_log_dir: /var/www/rheinstud/log sf_logging_enabled: true sf_login_action: signin sf_login_module: sfGuardAuth sf_module_cache_dir: /var/www/rheinstud/cache/frontend/prod/modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: true sf_orm: doctrine sf_plugins_dir: /var/www/rheinstud/plugins sf_rich_text_fck_js_dir: apostrophePlugin/js/fckeditor sf_root_dir: /var/www/rheinstud sf_secure_action: secure sf_secure_module: 'a # To be called when a user doesn''t have' sf_standard_helpers: - Partial - Cache sf_symfony_lib_dir: /var/www/rheinstud/lib/vendor/symfony/lib sf_template_cache_dir: /var/www/rheinstud/cache/frontend/prod/template sf_test_cache_dir: /var/www/rheinstud/cache/frontend/prod/test sf_test_dir: /var/www/rheinstud/test sf_upload_dir: /var/www/rheinstud/web/uploads sf_use_database: true sf_web_debug: false sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: /var/www/rheinstud/web
request ...
options: path_info_key: PATH_INFO path_info_array: SERVER http_port: null https_port: null default_format: null logging: '1' relative_url_root: null formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml } no_script_name: true parameterHolder: action: show day: '01' module: aBlog month: '03' slug: achtung-geänderte-uhrzeiten-einladung-zur-schriftlichen-prüfung-vfa-112-113-114-115-116-117-118-sowie-liste-der-hilfsmittel year: '2021' attributeHolder: sf_route: 'aDoctrineRoute Object()'
response ...
status: code: 404 text: 'Not Found' options: http_protocol: HTTP/1.1 logging: '1' charset: utf-8 send_http_headers: true content_type: 'text/html; charset=utf-8' cookies: { } httpHeaders: Content-Type: 'text/html; charset=utf-8' javascripts: /apostrophePlugin/js/jquery-1.4.3.min.js: { data-asset-group: global } /apostrophePlugin/js/a.js: { data-asset-group: global } /apostrophePlugin/js/aControls.js: { data-asset-group: global } /apostrophePlugin/js/json2.js: { data-asset-group: global } /apostrophePlugin/js/plugins/jquery.simpleautogrow.js: { data-asset-group: global } /apostrophePlugin/js/plugins/jquery.hoverIntent.js: { data-asset-group: global } /apostrophePlugin/js/plugins/jquery.scrollTo-1.4.2-min.js: { data-asset-group: global } /apostrophePlugin/js/plugins/jquery-ui-1.8.11.custom.min.js: { data-asset-group: global } /apostrophePlugin/js/plugins/jquery.jplayer.js: { data-asset-group: global } /sfDoctrineActAsTaggablePlugin/js/pkTagahead.js: { data-asset-group: global } stylesheets: /apostrophePlugin/css/a-reset.less: { data-asset-group: global } /apostrophePlugin/css/a-forms.less: { data-asset-group: global } /apostrophePlugin/css/a-buttons.less: { data-asset-group: global } /apostrophePlugin/css/a-components.less: { data-asset-group: global } /apostrophePlugin/css/a-area-slots.less: { data-asset-group: global } /apostrophePlugin/css/a-engines.less: { data-asset-group: global } /apostrophePlugin/css/a-admin.less: { data-asset-group: global } /apostrophePlugin/css/a-colors.less: { data-asset-group: global } /apostrophePlugin/css/a-utility.less: { data-asset-group: global } /apostrophePlugin/css/ui-apostrophe/jquery-ui.css: { data-asset-group: global } metas: title: 'rheinstud | Blog' httpMetas: { }
user ...
options: auto_shutdown: false culture: null default_culture: de use_flash: true logging: '1' timeout: 43200 attributeHolder: { } culture: de authenticated: false credentials: { } lastRequest: 1618820011
global vars ...
cookie: { } env: { } files: { } get: { } post: { } server: CONTEXT_DOCUMENT_ROOT: /var/www/rheinstud/web/ CONTEXT_PREFIX: '' DOCUMENT_ROOT: /var/www/rheinstud/web/ GATEWAY_INTERFACE: CGI/1.1 HTTPS: on HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' HTTP_ACCEPT_ENCODING: 'br,gzip' HTTP_ACCEPT_LANGUAGE: 'en-US,en;q=0.5' HTTP_CONNECTION: Keep-Alive HTTP_HOST: rheinstud.de HTTP_USER_AGENT: 'CCBot/2.0 (https://commoncrawl.org/faq/)' PATH: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' PHP_SELF: /index.php QUERY_STRING: '' REDIRECT_HTTPS: on REDIRECT_SSL_CLIENT_CERT: '' REDIRECT_SSL_SERVER_CERT: "-----BEGIN CERTIFICATE-----\nMIIFMDCCBBigAwIBAgISBDfMUQ1ZNaE2WKYlDYqg2kXpMA0GCSqGSIb3DQEBCwUA\nMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD\nEwJSMzAeFw0yMTAzMTAwMjIwMjlaFw0yMTA2MDgwMjIwMjlaMBcxFTATBgNVBAMT\nDHJoZWluc3R1ZC5kZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALYN\nS6Qh/U2x9MQkczVgAMxn6Im9DA+WR9j/SoAhPPJQZS+0HMSSygOdgiXJ6jaltzOk\nMAr7OrpoER76YtPGh6SiiUvHScBgcSVPs65RTowMc7FpTNgZ3oaskJjsAcDFKIXn\nRI920IcBLmOgwyukm0wjTcR7dKtQMKB9NwMUTBdUgR6HhFmqUFhMLGLCacvsxjOh\n2edEQ6n9JoNgv5bgmkmJ/Ej/4y6GUv732fzE0MVNVz353+bwU9DVgx0bE5hoimpI\n038m3KsF9R+/jgw0oQD1qmohF2haRAzeOzqCzzQQX/GVxdCSwhZ8RNu7X9mjRzxD\n+egrAUlQoWFag83kEqkCAwEAAaOCAlkwggJVMA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQU/hFtDE67FbnhkQVdb1I2eeAyJoUwHwYDVR0jBBgwFoAUFC6zF7dYVsuuUAlA\n5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUFBzABhhVodHRwOi8vcjMu\nby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9yMy5pLmxlbmNyLm9yZy8w\nKQYDVR0RBCIwIIIMcmhlaW5zdHVkLmRlghB3d3cucmhlaW5zdHVkLmRlMEwGA1Ud\nIARFMEMwCAYGZ4EMAQIBMDcGCysGAQQBgt8TAQEBMCgwJgYIKwYBBQUHAgEWGmh0\ndHA6Ly9jcHMubGV0c2VuY3J5cHQub3JnMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDw\nAHYAXNxDkv7mq0VEsV6a1FbmEDf71fpH3KFzlLJe5vbHDsoAAAF4GiZwLwAABAMA\nRzBFAiEAqoErUDPLhVirA2RZ7oLtFTYMtei6R0I86vN2xqEzNcQCIBbjl2nhbCOn\ndLVfGPX9J/ORUP8fBE+uP4tj7I8KBcx8AHYAfT7y+I//iFVoJMLAyp5SiXkrxQ54\nCX8uapdomX4i8NcAAAF4GiZwTAAABAMARzBFAiAxTbLOREhvWdh0V/fjKSwlIsSU\n6WUR54co2y6oZUxAIQIhAL7+mPSkqAYceb4YqYXGVLvwEY+ysf5wYZyjIE2gobiE\nMA0GCSqGSIb3DQEBCwUAA4IBAQBzIyHQ7dgeK05Qb7alLf7FKNqWcOjwztDDYxc/\nWtIYj3ImD4CbPKXfz6toj/JvPbQyo/JH7QXBjBHW7Glbtk6yJTEkvy/UyTgrogIh\nNtrYEorcy9UTusGvtk6atVrvXdFOfn0eLwKgoPwRx/hRcJSnKsmKPTTiY3gwfz0E\nQ1KyKZj21hAEf71p/X+FXOQYprHGE93hgadxcBgbI+gpibT9DvZQLs04los1+yE9\nzOz0upqnqAUfs/jEwBZ0+MXWqGpIBmyijgysKBvylW0csWcAE3pj6im0QjZS6CjQ\nUbfjKDiAMRa+XjxkAxQFEMVbyFgWDxyqj3v6HLRCuVeBk9P6\n-----END CERTIFICATE-----\n" REDIRECT_SSL_TLS_SNI: rheinstud.de REDIRECT_STATUS: '200' REDIRECT_URL: /blog/2021/03/01/achtung-geänderte-uhrzeiten-einladung-zur-schriftlichen-prüfung-vfa-112-113-114-115-116-117-118-sowie-liste-der-hilfsmittel REMOTE_ADDR: 3.238.174.50 REMOTE_PORT: '51456' REQUEST_METHOD: GET REQUEST_SCHEME: https REQUEST_TIME: 1618820011 REQUEST_TIME_FLOAT: 1618820011.201 REQUEST_URI: /blog/2021/03/01/achtung-ge%C3%A4nderte-uhrzeiten-einladung-zur-schriftlichen-pr%C3%BCfung-vfa-112-113-114-115-116-117-118-sowie-liste-der-hilfsmittel SCRIPT_FILENAME: /var/www/rheinstud/web/index.php SCRIPT_NAME: /index.php SERVER_ADDR: 85.214.109.20 SERVER_ADMIN: support@thebuilders.de SERVER_NAME: rheinstud.de SERVER_PORT: '443' SERVER_PROTOCOL: HTTP/1.1 SERVER_SIGNATURE: '' SERVER_SOFTWARE: Apache SSL_CLIENT_CERT: '' SSL_SERVER_CERT: "-----BEGIN CERTIFICATE-----\nMIIFMDCCBBigAwIBAgISBDfMUQ1ZNaE2WKYlDYqg2kXpMA0GCSqGSIb3DQEBCwUA\nMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD\nEwJSMzAeFw0yMTAzMTAwMjIwMjlaFw0yMTA2MDgwMjIwMjlaMBcxFTATBgNVBAMT\nDHJoZWluc3R1ZC5kZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALYN\nS6Qh/U2x9MQkczVgAMxn6Im9DA+WR9j/SoAhPPJQZS+0HMSSygOdgiXJ6jaltzOk\nMAr7OrpoER76YtPGh6SiiUvHScBgcSVPs65RTowMc7FpTNgZ3oaskJjsAcDFKIXn\nRI920IcBLmOgwyukm0wjTcR7dKtQMKB9NwMUTBdUgR6HhFmqUFhMLGLCacvsxjOh\n2edEQ6n9JoNgv5bgmkmJ/Ej/4y6GUv732fzE0MVNVz353+bwU9DVgx0bE5hoimpI\n038m3KsF9R+/jgw0oQD1qmohF2haRAzeOzqCzzQQX/GVxdCSwhZ8RNu7X9mjRzxD\n+egrAUlQoWFag83kEqkCAwEAAaOCAlkwggJVMA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQU/hFtDE67FbnhkQVdb1I2eeAyJoUwHwYDVR0jBBgwFoAUFC6zF7dYVsuuUAlA\n5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUFBzABhhVodHRwOi8vcjMu\nby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9yMy5pLmxlbmNyLm9yZy8w\nKQYDVR0RBCIwIIIMcmhlaW5zdHVkLmRlghB3d3cucmhlaW5zdHVkLmRlMEwGA1Ud\nIARFMEMwCAYGZ4EMAQIBMDcGCysGAQQBgt8TAQEBMCgwJgYIKwYBBQUHAgEWGmh0\ndHA6Ly9jcHMubGV0c2VuY3J5cHQub3JnMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDw\nAHYAXNxDkv7mq0VEsV6a1FbmEDf71fpH3KFzlLJe5vbHDsoAAAF4GiZwLwAABAMA\nRzBFAiEAqoErUDPLhVirA2RZ7oLtFTYMtei6R0I86vN2xqEzNcQCIBbjl2nhbCOn\ndLVfGPX9J/ORUP8fBE+uP4tj7I8KBcx8AHYAfT7y+I//iFVoJMLAyp5SiXkrxQ54\nCX8uapdomX4i8NcAAAF4GiZwTAAABAMARzBFAiAxTbLOREhvWdh0V/fjKSwlIsSU\n6WUR54co2y6oZUxAIQIhAL7+mPSkqAYceb4YqYXGVLvwEY+ysf5wYZyjIE2gobiE\nMA0GCSqGSIb3DQEBCwUAA4IBAQBzIyHQ7dgeK05Qb7alLf7FKNqWcOjwztDDYxc/\nWtIYj3ImD4CbPKXfz6toj/JvPbQyo/JH7QXBjBHW7Glbtk6yJTEkvy/UyTgrogIh\nNtrYEorcy9UTusGvtk6atVrvXdFOfn0eLwKgoPwRx/hRcJSnKsmKPTTiY3gwfz0E\nQ1KyKZj21hAEf71p/X+FXOQYprHGE93hgadxcBgbI+gpibT9DvZQLs04los1+yE9\nzOz0upqnqAUfs/jEwBZ0+MXWqGpIBmyijgysKBvylW0csWcAE3pj6im0QjZS6CjQ\nUbfjKDiAMRa+XjxkAxQFEMVbyFgWDxyqj3v6HLRCuVeBk9P6\n-----END CERTIFICATE-----\n" SSL_TLS_SNI: rheinstud.de session: { }
symfony v.1.4.15-DEV - php 5.6.30-1+deb.sury.org~xenial+1
for help resolving this issue, please visit http://www.symfony-project.org/.