404 | Not Found | sfError404Exception
This request has been forwarded to a 404 error page by the action "rbwords/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/apps/frontend/modules/rbwords/actions/actions.class.php line 27 ...
- } elseif ($request->getParameter('date') != '') {
- $this->rbword = Doctrine_Core::getTable('RBWord')->findOneByDate($request->getParameter('date'));
- }
- $this->forward404Unless($this->rbword);
- $this->next = $this->rbword->getNext();
- $this->previous = $this->rbword->getPrevious();
- }
- at rbwordsActions->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('rbwordsActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...
- }
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('rbwordsActions'))
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/lib/vendor/symfony/lib/filter/sfCacheFilter.class.php line 65 ...
- if ($this->executeBeforeExecution())
- {
- $filterChain->execute();
- }
- $this->executeBeforeRendering();
- at sfCacheFilter->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('rbwords', '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/c.php line 7 ...
- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
mod_rbwords_enabled: true
mod_rbwords_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/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: show
args: ''
id: 'Volume 24 - Number 10: October 2011'
module: rbwords
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:
fikker-61vm-nk2N: MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E
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_COOKIE: fikker-61vm-nk2N=MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E
HTTP_HOST: rbwords.com
HTTP_REFERER: 'http://rbwords.com/c.php/rbwords/show/id/Volume+24+-+Number+10%3A+October+2011'
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.17.183.186
REMOTE_PORT: '33338'
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_TIME: 1730418590
REQUEST_TIME_FLOAT: 1730418590.6555
REQUEST_URI: /c.php/rbwords/show/id/Volume+24+-+Number+10%3A+October+2011
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: { }