404 | Not Found | sfError404Exception
This request has been forwarded to a 404 error page by the action "main/tale".
stack trace
- at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfAction.class.php line 74 ...
- */
- public function forward404($message = null)
- {
- throw new sfError404Exception($this->get404Message($message));
- }
- /**
- at sfAction->forward404()
in SF_ROOT_DIR/apps/frontend/modules/main/actions/actions.class.php line 61 ...
- if(count($tale) == 1)
- $this->tale = $tale[0];
- else
- $this->forward404();
-
- // set page title, description, keywords
- $this->getResponse()->setTitle($tale[0]['meta_title']);
- at mainActions->executeTale(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('mainActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...
- }
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('mainActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 53 ...
- }
- else
- {
- $viewName = $this->handleAction($filterChain, $actionInstance);
- $this->handleView($filterChain, $actionInstance, $viewName);
- }
- }
- 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/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('main', 'tale')
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 ...
- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', true); // don`T forget, reset to false for release
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
mod_main_enabled: true
mod_main_view_class: sfPHP
sf_admin_module_web_dir: /sfDoctrinePlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend
sf_app_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend/prod
sf_app_config_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend/config
sf_app_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend
sf_app_i18n_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend/i18n
sf_app_lib_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend/lib
sf_app_module_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend/modules
sf_app_template_dir: /usr/www/users/kamptn/maerchen/symfony/apps/frontend/templates
sf_apps_dir: /usr/www/users/kamptn/maerchen/symfony/apps
sf_cache: false
sf_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend/prod/config
sf_config_dir: /usr/www/users/kamptn/maerchen/symfony/config
sf_csrf_secret: b80f6fb127ae3be7c7927b3dabfbcbfc76b2ff4e
sf_data_dir: /usr/www/users/kamptn/maerchen/symfony/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- default
sf_environment: prod
sf_error_404_action: error404
sf_error_404_module: main
sf_error_reporting: 341
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: true
sf_etag: true
sf_file_link_format: null
sf_i18n: false
sf_i18n_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend/prod/i18n
sf_lib_dir: /usr/www/users/kamptn/maerchen/symfony/lib
sf_log_dir: /usr/www/users/kamptn/maerchen/symfony/log
sf_logging_enabled: false
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /usr/www/users/kamptn/maerchen/symfony/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: /usr/www/users/kamptn/maerchen/symfony/plugins
sf_root_dir: /usr/www/users/kamptn/maerchen/symfony
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /usr/www/users/kamptn/maerchen/symfony/lib/vendor/symfony/lib
sf_template_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend/prod/template
sf_test_cache_dir: /usr/www/users/kamptn/maerchen/symfony/cache/frontend/prod/test
sf_test_dir: /usr/www/users/kamptn/maerchen/symfony/test
sf_upload_dir: /usr/www/users/kamptn/maerchen/symfony/web/uploads
sf_use_database: true
sf_web_debug: false
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /usr/www/users/kamptn/maerchen/symfony/web
request ...
options:
path_info_key: PATH_INFO
path_info_array: SERVER
http_port: null
https_port: null
default_format: null
logging: ''
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: tale
module: main
url: maerchen
attributeHolder:
sf_route: 'sfRoute Object()'
response ...
status:
code: 404
text: 'Not Found'
options:
http_protocol: HTTP/2.0
logging: ''
charset: utf-8
send_http_headers: true
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders:
Content-Type: 'text/html; charset=utf-8'
javascripts: { }
stylesheets: { }
metas: { }
httpMetas: { }
options:
auto_shutdown: false
culture: null
default_culture: en
use_flash: true
logging: ''
timeout: 1800
attributeHolder: { }
culture: en
authenticated: false
credentials: { }
lastRequest: 1726487639
global vars ...
cookie: { }
env:
CONTENT_LENGTH: '0'
CONTEXT_DOCUMENT_ROOT: /usr/www/users/kamptn/maerchen/symfony/web
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /usr/www/users/kamptn/maerchen/symfony/web
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
H2PUSH: on
H2_PUSH: on
H2_PUSHED: ''
H2_PUSHED_ON: ''
H2_STREAM_ID: '3'
H2_STREAM_TAG: 36624-665-3
HTTP2: on
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: close
HTTP_HOST: maerchenfibel.com
HTTP_USER_AGENT: 'CCBot/2.0 (https://commoncrawl.org/faq/)'
MAGICK_TEMPORARY_PATH: /usr/home/kamptn/.tmp
MAGICK_TMPDIR: /usr/home/kamptn/.tmp
PATH: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHPRC: /home/httpd/php74-ini/kamptn
PHP_FCGI_MAX_REQUESTS: '100000'
PWD: /home/httpd/cgi-bin
QUERY_STRING: ''
REDIRECT_H2PUSH: on
REDIRECT_H2_PUSH: on
REDIRECT_H2_PUSHED: ''
REDIRECT_H2_PUSHED_ON: ''
REDIRECT_H2_STREAM_ID: '3'
REDIRECT_H2_STREAM_TAG: 36624-665-3
REDIRECT_HTTP2: on
REDIRECT_HTTPS: on
REDIRECT_SSL_TLS_SNI: maerchenfibel.com
REDIRECT_STATUS: '200'
REDIRECT_URL: /maerchen/maerchen
REMOTE_ADDR: 3.235.226.14
REMOTE_PORT: '43952'
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_URI: /maerchen/maerchen
SCRIPT_FILENAME: /usr/www/users/kamptn/maerchen/symfony/web/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 213.133.104.153
SERVER_ADMIN: webmaster@maerchenfibel.com
SERVER_NAME: maerchenfibel.com
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/2.0
SERVER_SIGNATURE: "<address>Apache Server at maerchenfibel.com Port 443</address>\n"
SERVER_SOFTWARE: Apache
SSL_TLS_SNI: maerchenfibel.com
TMPDIR: /usr/home/kamptn/.tmp
files: { }
get: { }
post: { }
server:
CONTENT_LENGTH: '0'
CONTEXT_DOCUMENT_ROOT: /usr/www/users/kamptn/maerchen/symfony/web
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /usr/www/users/kamptn/maerchen/symfony/web
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
H2PUSH: on
H2_PUSH: on
H2_PUSHED: ''
H2_PUSHED_ON: ''
H2_STREAM_ID: '3'
H2_STREAM_TAG: 36624-665-3
HTTP2: on
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: close
HTTP_HOST: maerchenfibel.com
HTTP_USER_AGENT: 'CCBot/2.0 (https://commoncrawl.org/faq/)'
MAGICK_TEMPORARY_PATH: /usr/home/kamptn/.tmp
MAGICK_TMPDIR: /usr/home/kamptn/.tmp
PATH: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHPRC: /home/httpd/php74-ini/kamptn
PHP_FCGI_MAX_REQUESTS: '100000'
PHP_SELF: /index.php
PWD: /home/httpd/cgi-bin
QUERY_STRING: ''
REDIRECT_H2PUSH: on
REDIRECT_H2_PUSH: on
REDIRECT_H2_PUSHED: ''
REDIRECT_H2_PUSHED_ON: ''
REDIRECT_H2_STREAM_ID: '3'
REDIRECT_H2_STREAM_TAG: 36624-665-3
REDIRECT_HTTP2: on
REDIRECT_HTTPS: on
REDIRECT_SSL_TLS_SNI: maerchenfibel.com
REDIRECT_STATUS: '200'
REDIRECT_URL: /maerchen/maerchen
REMOTE_ADDR: 3.235.226.14
REMOTE_PORT: '43952'
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_TIME: 1726487639
REQUEST_TIME_FLOAT: 1726487639.6109
REQUEST_URI: /maerchen/maerchen
SCRIPT_FILENAME: /usr/www/users/kamptn/maerchen/symfony/web/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 213.133.104.153
SERVER_ADMIN: webmaster@maerchenfibel.com
SERVER_NAME: maerchenfibel.com
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/2.0
SERVER_SIGNATURE: "<address>Apache Server at maerchenfibel.com Port 443</address>\n"
SERVER_SOFTWARE: Apache
SSL_TLS_SNI: maerchenfibel.com
TMPDIR: /usr/home/kamptn/.tmp
argc: 0
argv: { }