404 | Not Found | sfError404Exception
This page does not exist
stack trace
- at ()
in SF_SYMFONY_LIB_DIR/action/sfAction.class.php line 89 ...
- {
- if (!$condition)
- {
- throw new sfError404Exception($this->get404Message($message));
- }
- }
- at sfAction->forward404Unless(, 'This page does not exist')
in SF_ROOT_DIR/etc/smia/toog/modules/public/actions/actions.class.php line 19 ...
- public function executeIndex(sfWebRequest $request)
- {
- $current_page = $this->getRoute()->getPage();
- $this->forward404Unless(($current_page instanceof Page), 'This page does not exist');
-
- $this->retrieveAllForms($current_page->getId());
- $this->setTemplate(sfConfig::get('sf_web_dir').'/sites/'.$this->getUser()->getAttribute('tgSiteName').'/toog/pages/'.$current_page->getId());
- at publicActions->executeIndex(object('sfWebRequest'))
in SF_SYMFONY_LIB_DIR/action/sfActions.class.php line 60 ...
- }
- // run action
- return $this->$actionToRun($request);
- }
- }
-
- at sfActions->execute(object('sfWebRequest'))
in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 90 ...
- {
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute($this->context->getRequest());
- $actionInstance->postExecute();
- return is_null($viewName) ? sfView::SUCCESS : $viewName;
- at sfExecutionFilter->executeAction(object('publicActions'))
in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 76 ...
- return sfView::SUCCESS;
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('publicActions'))
in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 53 ...
- }
- else
- {
- $viewName = $this->handleAction($filterChain, $actionInstance);
- $this->handleView($filterChain, $actionInstance, $viewName);
- }
- }
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/filter/sfCommonFilter.class.php line 29 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // execute this filter only once
- $response = $this->context->getResponse();
- at sfCommonFilter->execute(object('sfFilterChain'))
in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/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_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/controller/sfController.class.php line 245 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('public', 'index')
in SF_SYMFONY_LIB_DIR/controller/sfFrontWebController.class.php line 48 ...
- }
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 159 ...
- */
- public function dispatch()
- {
- $this->getController()->dispatch();
- }
- /**
- at sfContext->dispatch()
in SF_ROOT_DIR/web/sites/smia/index.php line 8 ...
- require_once(dirname(__FILE__).'/../../../etc/'.basename(dirname(__FILE__)).'/toog/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration(basename(dirname(__FILE__)), 'prod', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
mod_public_enabled: true
mod_public_is_internal: false
mod_public_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: toog
sf_app_base_cache_dir: /home/www/v4/cache/toog
sf_app_cache_dir: /home/www/v4/cache/toog/prod
sf_app_config_dir: /home/www/v4/etc/smia/toog/config
sf_app_dir: /home/www/v4/etc/smia/toog
sf_app_i18n_dir: /home/www/v4/etc/smia/toog/i18n
sf_app_lib_dir: /home/www/v4/etc/smia/toog/lib
sf_app_module_dir: /home/www/v4/etc/smia/toog/modules
sf_app_template_dir: /home/www/v4/etc/smia/toog/templates
sf_apps_dir: /home/www/v4/apps
sf_cache: false
sf_cache_dir: /home/www/v4/etc/smia/toog/cache/prod
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock: false
sf_check_symfony_version: false
sf_compressed: false
sf_config_cache_dir: /home/www/v4/etc/smia/toog/cache/prod/config
sf_config_dir: /home/www/v4/config
sf_csrf_secret: false
sf_data_dir: /home/www/v4/data
sf_debug: true
sf_default_action: index
sf_default_culture: en
sf_default_module: test
sf_doc_dir: /home/www/v4/doc
sf_enabled_modules:
- default
sf_environment: prod
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 341
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: false
sf_etag: true
sf_i18n: false
sf_i18n_cache_dir: /home/www/v4/cache/toog/prod/i18n
sf_lazy_cache_key: false
sf_lib_dir: /home/www/v4/lib
sf_log_dir: /home/www/v4/log
sf_logging_enabled: false
sf_login_action: login
sf_login_module: default
sf_max_forwards: 5
sf_module_cache_dir: /home/www/v4/cache/toog/prod/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: true
sf_orm: propel
sf_plugins_dir: /home/www/v4/plugins
sf_prototype_web_dir: /sfProtoculousPlugin
sf_rich_text_js_dir: js/tiny_mce
sf_root_dir: /home/www/v4
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- Form
sf_strip_comments: true
sf_symfony_lib_dir: /home/www/symfony12/lib
sf_template_cache_dir: /home/www/v4/cache/toog/prod/template
sf_test_cache_dir: /home/www/v4/cache/toog/prod/test
sf_test_dir: /home/www/v4/test
sf_upload_dir: /home/www/v4/web/uploads
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: /home/www/v4/web
tg_base: v4_smia
request ...
parameterHolder:
action: index
js: scriptaculous.js
module: public
attributeHolder:
sf_route: 'tgPublicRoute Object()'
response ...
options:
http_protocol: HTTP/1.1
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:
symfony/user/sfUser/attributes: { tgBase: v4_smia, tgSiteName: smia }
culture: en
global vars ...
cookie:
symfony: 229b149c183051d9ca70519564a20b02
env:
LANG: C
PATH: '/usr/local/bin:/usr/bin:/bin'
PWD: /
SHLVL: '1'
_: /usr/sbin/apache2
files: { }
get: { }
post: { }
server:
DOCUMENT_ROOT: /home/www/v4/web/sites/smia
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'
HTTP_ACCEPT_CHARSET: 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: 'en-us,en;q=0.5'
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: close
HTTP_COOKIE: symfony=229b149c183051d9ca70519564a20b02
HTTP_HOST: smia.sante-travail.net
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
HTTP_X_CC_ID: ccc03-01
PATH: '/usr/local/bin:/usr/bin:/bin'
PHP_SELF: /index.php
QUERY_STRING: ''
REDIRECT_STATUS: '200'
REDIRECT_URL: /js/scriptaculous.js
REDIRECT_dontlog: '1'
REMOTE_ADDR: 38.107.179.228
REMOTE_PORT: '33563'
REQUEST_METHOD: GET
REQUEST_TIME: 1328571094
REQUEST_URI: /js/scriptaculous.js
SCRIPT_FILENAME: /home/www/v4/web/sites/smia/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 193.189.143.232
SERVER_ADMIN: '[no address given]'
SERVER_NAME: smia.sante-travail.net
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: "<address>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch15 Server at smia.sante-travail.net Port 80</address>\n"
SERVER_SOFTWARE: 'Apache/2.2.3 (Debian) PHP/5.2.0-8+etch15'
argc: 0
argv: { }
session:
symfony/user/sfUser/attributes: { symfony/user/sfUser/attributes: { tgBase: v4_smia, tgSiteName: smia } }
symfony/user/sfUser/authenticated: false
symfony/user/sfUser/credentials: { }
symfony/user/sfUser/culture: en
symfony/user/sfUser/lastRequest: 1328571073