404 | Not Found | sfError404Exception
This request has been forwarded to a 404 error page by the action "teacher/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(null)
in SF_ROOT_DIR/apps/frontend/modules/teacher/actions/actions.class.php line 242 ...
-
-
-
- $this->forward404Unless($this->teacher);
-
- $this->member = $this->teacher->getMember();
-
- at teacherActions->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('teacherActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...
- }
- }
-
- return $this->executeAction($actionInstance);
- }
-
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('teacherActions'))
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/apps/frontend/lib/cacheFilter.class.php line 7 ...
- {
- public function execute ($filterChain)
- {
- $filterChain->execute();
-
- //try
- //{
- at cacheFilter->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('teacher', '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/index.php line 54 ...
- date_default_timezone_set('Australia/Canberra');
-
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', $env, $debug);
- sfContext::createInstance($configuration)->dispatch();
-
-
-
symfony settings ...
mod_teacher_enabled: true
mod_teacher_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /home2/pilates/public_html/cache/frontend
sf_app_cache_dir: /home2/pilates/public_html/cache/frontend/prod
sf_app_config_dir: /home2/pilates/public_html/apps/frontend/config
sf_app_dir: /home2/pilates/public_html/apps/frontend
sf_app_i18n_dir: /home2/pilates/public_html/apps/frontend/i18n
sf_app_lib_dir: /home2/pilates/public_html/apps/frontend/lib
sf_app_module_dir: /home2/pilates/public_html/apps/frontend/modules
sf_app_template_dir: /home2/pilates/public_html/apps/frontend/templates
sf_apps_dir: /home2/pilates/public_html/apps
sf_cache: false
sf_cache_dir: /home2/pilates/public_html/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home2/pilates/public_html/cache/frontend/prod/config
sf_config_dir: /home2/pilates/public_html/config
sf_csrf_secret: 7b471e14d923410917464b4ec7b3883889e85720
sf_data_dir: /home2/pilates/public_html/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- default
sf_environment: prod
sf_error_404_action: 404d
sf_error_404_module: content
sf_error_reporting: 341
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: off
sf_etag: true
sf_file_link_format: null
sf_i18n: false
sf_i18n_cache_dir: /home2/pilates/public_html/cache/frontend/prod/i18n
sf_lib_dir: /home2/pilates/public_html/lib
sf_log_dir: /home2/pilates/public_html/log
sf_logging_enabled: false
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home2/pilates/public_html/cache/frontend/prod/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: true
sf_orm: propel
sf_plugins_dir: /home2/pilates/public_html/plugins
sf_root_dir: /home2/pilates/public_html
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /home2/pilates/public_html/lib/vendor/symfony/lib
sf_template_cache_dir: /home2/pilates/public_html/cache/frontend/prod/template
sf_test_cache_dir: /home2/pilates/public_html/cache/frontend/prod/test
sf_test_dir: /home2/pilates/public_html/test
sf_timeout: 14400
sf_upload_dir: /home2/pilates/public_html/web/uploads
sf_use_database: true
sf_web_debug: false
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home2/pilates/public_html/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: show
module: teacher
slug: 'mimi freccero'
attributeHolder:
sf_route: 'sfRoute Object()'
response ...
status:
code: 404
text: 'Not Found'
options:
http_protocol: HTTP/1.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: 1582737897
global vars ...
cookie:
CFGLOBALS: 'urltoken=CFID#=76191474&CFTOKEN#=a1ccebe41adda7d9-E4A88B0F-D2DD-7D49-AA55221B40451829&jsessionid#=CE6ECAB1904DDA2EE2EE23BB649C5803.cfusion#lastvisit={ts ''2020-02-26 03:53:11''}#hitcount=3#timecreated={ts ''2020-02-26 03:52:59''}#cftoken=a1ccebe41adda7d9-E4A88B0F-D2DD-7D49-AA55221B40451829#cfid=76191474#'
CFID: Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-76191474
CFTOKEN: Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-a1ccebe41adda7d9-E4A88B0F-D2DD-7D49-AA55221B40451829
PHPSESSID: us77etc52vgk0nfsbfkq2rshc3
masterCustomerKey: 5e556e9e9fe9d013370123
myatu_bgm_bg_id_265: '561'
symfony: e6bc2096aecc46cd8ce0f6d0f05f431c
env:
DOCUMENT_ROOT: /home2/pilates/public_html/web
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
HTTP_CONNECTION: Close
HTTP_COOKIE: 'symfony=e6bc2096aecc46cd8ce0f6d0f05f431c; CFGLOBALS=urltoken%3DCFID%23%3D76191474%26CFTOKEN%23%3Da1ccebe41adda7d9%2DE4A88B0F%2DD2DD%2D7D49%2DAA55221B40451829%26jsessionid%23%3DCE6ECAB1904DDA2EE2EE23BB649C5803%2Ecfusion%23lastvisit%3D%7Bts%20%272020%2D02%2D26%2003%3A53%3A11%27%7D%23hitcount%3D3%23timecreated%3D%7Bts%20%272020%2D02%2D26%2003%3A52%3A59%27%7D%23cftoken%3Da1ccebe41adda7d9%2DE4A88B0F%2DD2DD%2D7D49%2DAA55221B40451829%23cfid%3D76191474%23; CFID=Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-76191474; CFTOKEN=Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-a1ccebe41adda7d9-E4A88B0F-D2DD-7D49-AA55221B40451829; PHPSESSID=us77etc52vgk0nfsbfkq2rshc3; masterCustomerKey=5e556e9e9fe9d013370123; myatu_bgm_bg_id_265=561'
HTTP_HOST: pilates.redpropaganda.com.au
HTTP_REFERER: 'http://pilates.redpropaganda.com.au/teacher/search'
HTTP_USER_AGENT: 'Mozilla/5.0 (compatible; archive.org_bot/3.3.0 +http://pandora.nla.gov.au/crawl.html)'
PATH: '/bin:/usr/bin'
QUERY_STRING: ''
REDIRECT_STATUS: '200'
REDIRECT_URL: '/teacher/mimi freccero'
REMOTE_ADDR: 207.241.232.234
REMOTE_PORT: '36032'
REQUEST_METHOD: GET
REQUEST_URI: /teacher/mimi%20freccero
SCRIPT_FILENAME: /home2/pilates/public_html/web/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 182.160.146.10
SERVER_ADMIN: webmaster@pilates.redpropaganda.com.au
SERVER_NAME: pilates.redpropaganda.com.au
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.0
SERVER_SIGNATURE: "<address>Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at pilates.redpropaganda.com.au Port 80</address>\n"
SERVER_SOFTWARE: 'Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4'
files: { }
get: { }
post: { }
server:
DOCUMENT_ROOT: /home2/pilates/public_html/web
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
HTTP_CONNECTION: Close
HTTP_COOKIE: 'symfony=e6bc2096aecc46cd8ce0f6d0f05f431c; CFGLOBALS=urltoken%3DCFID%23%3D76191474%26CFTOKEN%23%3Da1ccebe41adda7d9%2DE4A88B0F%2DD2DD%2D7D49%2DAA55221B40451829%26jsessionid%23%3DCE6ECAB1904DDA2EE2EE23BB649C5803%2Ecfusion%23lastvisit%3D%7Bts%20%272020%2D02%2D26%2003%3A53%3A11%27%7D%23hitcount%3D3%23timecreated%3D%7Bts%20%272020%2D02%2D26%2003%3A52%3A59%27%7D%23cftoken%3Da1ccebe41adda7d9%2DE4A88B0F%2DD2DD%2D7D49%2DAA55221B40451829%23cfid%3D76191474%23; CFID=Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-76191474; CFTOKEN=Z61ag0cxhe87ubikb4q7kn3gqfu6vie8x7iolx9frsunjlxeiol-a1ccebe41adda7d9-E4A88B0F-D2DD-7D49-AA55221B40451829; PHPSESSID=us77etc52vgk0nfsbfkq2rshc3; masterCustomerKey=5e556e9e9fe9d013370123; myatu_bgm_bg_id_265=561'
HTTP_HOST: pilates.redpropaganda.com.au
HTTP_REFERER: 'http://pilates.redpropaganda.com.au/teacher/search'
HTTP_USER_AGENT: 'Mozilla/5.0 (compatible; archive.org_bot/3.3.0 +http://pandora.nla.gov.au/crawl.html)'
PATH: '/bin:/usr/bin'
PHP_SELF: /index.php
QUERY_STRING: ''
REDIRECT_STATUS: '200'
REDIRECT_URL: '/teacher/mimi freccero'
REMOTE_ADDR: 207.241.232.234
REMOTE_PORT: '36032'
REQUEST_METHOD: GET
REQUEST_TIME: 1582737897
REQUEST_TIME_FLOAT: 1582737897.53
REQUEST_URI: /teacher/mimi%20freccero
SCRIPT_FILENAME: /home2/pilates/public_html/web/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 182.160.146.10
SERVER_ADMIN: webmaster@pilates.redpropaganda.com.au
SERVER_NAME: pilates.redpropaganda.com.au
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.0
SERVER_SIGNATURE: "<address>Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at pilates.redpropaganda.com.au Port 80</address>\n"
SERVER_SOFTWARE: 'Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4'
argc: 0
argv: { }
session: { }