[sfError404Exception]
Empty module and/or action after parsing the URL "/sitemap.xml" (/).
stack trace
- at ()
in SF_ROOT_DIR/lib/symfony/controller/sfFrontWebController.class.php line 49 ...- if (empty($moduleName) || empty($actionName))
- {
- throw new sfError404Exception(sprintf('Empty module and/or action after parsing the URL "%s" (%s/%s).', $request->getPathInfo(), $moduleName, $actionName));
- }
- // make the first request
- at sfFrontWebController->dispatch()
in SF_ROOT_DIR/lib/symfony/util/sfContext.class.php line 164 ...- */
- public function dispatch()
- {
- $this->getController()->dispatch();
- }
- /**
- at sfContext->dispatch()
in SF_ROOT_DIR/web/index.php line 5 ...- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', true);
- sfContext::createInstance($configuration)->dispatch();
symfony settings ...
app_enable_remember_me: true sf_admin_web_dir: /sf/sf_admin sf_app: frontend sf_app_base_cache_dir: /var/www/invent/cache/frontend sf_app_cache_dir: /var/www/invent/cache/frontend/prod sf_app_config_dir: /var/www/invent/apps/frontend/config sf_app_dir: /var/www/invent/apps/frontend sf_app_i18n_dir: /var/www/invent/apps/frontend/i18n sf_app_lib_dir: /var/www/invent/apps/frontend/lib sf_app_module_dir: /var/www/invent/apps/frontend/modules sf_app_template_dir: /var/www/invent/apps/frontend/templates sf_apps_dir: /var/www/invent/apps sf_cache: false sf_cache_dir: /var/www/invent/cache sf_calendar_web_dir: /sf/calendar sf_charset: utf-8 sf_check_lock: false sf_check_symfony_version: false sf_compat_10: false sf_compressed: false sf_config_cache_dir: /var/www/invent/cache/frontend/prod/config sf_config_dir: /var/www/invent/config sf_csrf_secret: false sf_data_dir: /var/www/invent/data sf_debug: true sf_default_culture: en sf_doc_dir: /var/www/invent/doc sf_enabled_modules: - default sf_environment: prod sf_error_404_action: error404 sf_error_404_module: home sf_error_reporting: 341 sf_escaping_method: ESC_SPECIALCHARS sf_escaping_strategy: false sf_etag: true sf_i18n: false sf_i18n_cache_dir: /var/www/invent/cache/frontend/prod/i18n sf_lib_dir: /var/www/invent/lib sf_log_dir: /var/www/invent/log sf_logging_enabled: false sf_login_action: loginUnico sf_login_module: usuarios sf_max_forwards: 5 sf_module_cache_dir: /var/www/invent/cache/frontend/prod/modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: true sf_orm: propel sf_path_info_array: SERVER sf_path_info_key: PATH_INFO sf_plugins_dir: /var/www/invent/plugins sf_prototype_web_dir: /sf/prototype sf_relative_url_root: null sf_rich_text_js_dir: js/tiny_mce sf_root_dir: /var/www/invent sf_secure_action: seguro sf_secure_module: usuarios sf_standard_helpers: - Partial - Cache - Form sf_strip_comments: true sf_symfony_lib_dir: /var/www/invent/lib/symfony sf_template_cache_dir: /var/www/invent/cache/frontend/prod/template sf_test_cache_dir: /var/www/invent/cache/frontend/prod/test sf_test_dir: /var/www/invent/test sf_timer_start: 1741255968.5575 sf_upload_dir: /var/www/invent/web/uploads sf_url_format: PATH sf_use_database: true sf_validation_error_class: form_error sf_validation_error_id_prefix: error_for_ sf_validation_error_prefix: ' ↓ ' sf_validation_error_suffix: ' ↓' sf_web_debug: false sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: /var/www/invent/web
request ...
parameterHolder: { } attributeHolder: 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 }
response ...
options: logging: '' charset: utf-8 content_type: 'text/html; charset=utf-8' cookies: { } httpHeaders: { } javascripts: first: { } '': { } last: { } stylesheets: first: { } '': { } last: { } metas: { } httpMetas: { }
user ...
options: auto_shutdown: false culture: null default_culture: en use_flash: true logging: '' timeout: 2120 attributeHolder: { } culture: en
global vars ...
cookie: { } env: { } files: { } get: { } post: { } server: CONTEXT_DOCUMENT_ROOT: /var/www/invent/web CONTEXT_PREFIX: '' DOCUMENT_ROOT: /var/www/invent/web GATEWAY_INTERFACE: CGI/1.1 HTTPS: 'on' HTTP_ACCEPT: '*/*' HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate' HTTP_HOST: inventpenafiel.com HTTP_REFERER: 'http://inventpenafiel.com/sitemap.xml' HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' PATH: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' PHP_SELF: /index.php QUERY_STRING: '' REDIRECT_HTTPS: 'on' REDIRECT_SSL_TLS_SNI: inventpenafiel.com REDIRECT_STATUS: '200' REDIRECT_URL: /sitemap.xml REMOTE_ADDR: 3.139.236.174 REMOTE_PORT: '61455' REQUEST_METHOD: GET REQUEST_SCHEME: https REQUEST_TIME: 1741255968 REQUEST_TIME_FLOAT: 1741255968.556 REQUEST_URI: /sitemap.xml SCRIPT_FILENAME: /var/www/invent/web/index.php SCRIPT_NAME: /index.php SERVER_ADDR: 63.142.254.194 SERVER_ADMIN: jorgealcalagtz@gmail.com SERVER_NAME: inventpenafiel.com SERVER_PORT: '443' SERVER_PROTOCOL: HTTP/1.1 SERVER_SIGNATURE: "Apache/2.4.7 (Ubuntu) Server at inventpenafiel.com Port 443\n" SERVER_SOFTWARE: 'Apache/2.4.7 (Ubuntu)' SSL_TLS_SNI: inventpenafiel.com session: { }
symfony v.1.1.1 - php 5.5.9-1ubuntu4.29
for help resolving this issue, please visit http://www.symfony-project.org/.