404 | Not Found | sfError404Exception
Action "wttw/date" does not exist.
stack trace
- at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 196 ...
- $this->dispatcher->notify(new sfEvent($this, 'application.log', array(sprintf('Action "%s/%s" does not exist', $moduleName, $actionName))));
- }
- throw new sfError404Exception(sprintf('Action "%s/%s" does not exist.', $moduleName, $actionName));
- }
- // create an instance of the action
- at sfController->forward('wttw', 'date')
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/c.php line 7 ...
- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
sf_admin_module_web_dir: /sfDoctrinePlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /var/www/rbwords/cache/frontend
sf_app_cache_dir: /var/www/rbwords/cache/frontend/dev
sf_app_config_dir: /var/www/rbwords/apps/frontend/config
sf_app_dir: /var/www/rbwords/apps/frontend
sf_app_i18n_dir: /var/www/rbwords/apps/frontend/i18n
sf_app_lib_dir: /var/www/rbwords/apps/frontend/lib
sf_app_module_dir: /var/www/rbwords/apps/frontend/modules
sf_app_template_dir: /var/www/rbwords/apps/frontend/templates
sf_apps_dir: /var/www/rbwords/apps
sf_cache: true
sf_cache_dir: /var/www/rbwords/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /var/www/rbwords/cache/frontend/dev/config
sf_config_dir: /var/www/rbwords/config
sf_csrf_secret: 8ed0b717824b51b9a11ceb0c956937fa4e1ea8af
sf_data_dir: /var/www/rbwords/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- default
sf_environment: dev
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 32767
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: true
sf_etag: false
sf_file_link_format: null
sf_i18n: false
sf_i18n_cache_dir: /var/www/rbwords/cache/frontend/dev/i18n
sf_lib_dir: /var/www/rbwords/lib
sf_lightbox_css_dir: /devrbwords/sfLightboxPlugin/css/
sf_lightbox_images_dir: /devrbwords/sfLightboxPlugin/images/
sf_lightbox_js_dir: /devrbwords/sfLightboxPlugin/js/
sf_log_dir: /var/www/rbwords/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /var/www/rbwords/cache/frontend/dev/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: doctrine
sf_plugins_dir: /var/www/rbwords/plugins
sf_root_dir: /var/www/rbwords
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /var/www/rbwords/lib/vendor/symfony/lib
sf_template_cache_dir: /var/www/rbwords/cache/frontend/dev/template
sf_test_cache_dir: /var/www/rbwords/cache/frontend/dev/test
sf_test_dir: /var/www/rbwords/test
sf_upload_dir: /var/www/rbwords/web/uploads
sf_use_database: true
sf_web_debug: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /var/www/rbwords/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: false
parameterHolder:
action: date
args: ''
module: wttw
attributeHolder:
sf_route: 'sfRoute 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: { }
stylesheets: { }
metas: { }
httpMetas: { }
options:
auto_shutdown: false
culture: null
default_culture: en
use_flash: true
logging: '1'
timeout: 1800
attributeHolder: { }
culture: en
global vars ...
cookie: { }
env: { }
files: { }
get:
args: ''
post: { }
server:
CONTENT_LENGTH: ''
CONTENT_TYPE: ''
DOCUMENT_ROOT: /var/www/rbwords/web
DOCUMENT_URI: /c.php
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
HOME: /var/www
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: rbwords.com
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
PATH_INFO: ''
PHP_SELF: /c.php
QUERY_STRING: args
REDIRECT_STATUS: '200'
REMOTE_ADDR: 3.144.23.143
REMOTE_PORT: '10409'
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_TIME: 1731854241
REQUEST_TIME_FLOAT: 1731854241.599
REQUEST_URI: /c.php/wttw/date
SCRIPT_FILENAME: /var/www/rbwords/web/c.php
SCRIPT_NAME: /c.php
SERVER_ADDR: 167.71.185.58
SERVER_NAME: rbwords.com
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SOFTWARE: nginx/1.14.0
USER: www-data
session: { }