[sfConfigurationException]
Invalid configuration settings: [sf_error_404_module] "default", [sf_error_404_action] "error404"
stack trace
- at ()
in SF_ROOT_DIR/data/lib/controller/sfController.class.php line 218 ...
- $error = 'Invalid configuration settings: [sf_error_404_module] "%s", [sf_error_404_action] "%s"';
- $error = sprintf($error, $moduleName, $actionName);
- throw new sfConfigurationException($error);
- }
- }
- at sfController->forward('default', 'error')
in SF_ROOT_DIR/data/lib/action/sfAction.class.php line 137 ...
- $this->getContext()->getLogger()->info('{sfAction} forward to action "'.$module.'/'.$action.'"');
- }
- $this->getController()->forward($module, $action);
- throw new sfStopException();
- }
- at sfAction->forward('default', 'error')
in SF_ROOT_DIR/apps/frontend/modules/content/actions/actions.class.php line 91 ...
- $c->add(ContentPeer::PID,$pid);
- $x = ContentPeer::doSelect($c);
- if(count($x)==1) return array("content",$x[0]);
- return $this->forward('default','error');
- }
- private function whatiscont(){
- for($i=6;$i>=1;$i--) if($this->hasRequestParameter('url'.$i) || $i==1) break;
- at contentActions->checkit('robots.txt')
in SF_ROOT_DIR/apps/frontend/modules/content/actions/actions.class.php line 95 ...
- }
- private function whatiscont(){
- for($i=6;$i>=1;$i--) if($this->hasRequestParameter('url'.$i) || $i==1) break;
- $whatis[0] = self::checkit($this->getRequestParameter('url'));
- for($z=2;$z<=$i;$z++) $whatis[($z-1)] = self::checkit($this->getRequestParameter('url'.$z),$whatis[($z-2)][1]->getId());
- return $whatis;
- }
- at contentActions->whatiscont()
in SF_ROOT_DIR/apps/frontend/modules/content/actions/actions.class.php line 102 ...
- public function executeGetit(){
- if(!$this->getRequestParameter('url')) $this->forward('default','error');
- $what_is = self::whatiscont();
- $cont = $what_is[(count($what_is)-1)];
- $id = $cont[1]->getId();
- $this->getRequest()->setParameter('url_type', $cont[0]);
- at contentActions->executeGetit()
in SF_ROOT_DIR/data/lib/action/sfActions.class.php line 53 ...
- }
- // run action
- $ret = $this->$actionToRun();
- return $ret;
- }
- at sfActions->execute()
in SF_ROOT_DIR/data/lib/filter/sfExecutionFilter.class.php line 129 ...
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute();
- if ($viewName == '')
- {
- $viewName = sfView::SUCCESS;
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/data/lib/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/data/lib/filter/sfFlashFilter.class.php line 50 ...
- }
- // execute next filter
- $filterChain->execute();
- // remove flash that are tagged to be removed
- $names = $userAttributeHolder->getNames('symfony/flash/remove');
- at sfFlashFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/data/lib/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/data/lib/filter/sfCommonFilter.class.php line 29 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // execute this filter only once
- $response = $this->getContext()->getResponse();
- at sfCommonFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/data/lib/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/data/lib/filter/sfRenderingFilter.class.php line 33 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- if (sfConfig::get('sf_logging_enabled'))
- {
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/data/lib/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/data/lib/controller/sfController.class.php line 276 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('content', 'getit')
in SF_ROOT_DIR/data/lib/controller/sfFrontWebController.class.php line 48 ...
- $actionName = $request->getParameter('action');
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in /var/www/neuemedia.de/eilbote/httpdocs/index.php line 11 ...
- require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
- #require_once("/var/www/seeletter.de/symfony/apps/frontend/config/config.php");
- sfContext::getInstance()->getController()->dispatch();
-
symfony settings ...
---
app_cms_upload: /var/www/neuemedia.de/eilbote/httpdocs/images/artikel/
app_sf_guard_plugin_profile_class: sfGuardUserProfile
app_sf_guard_plugin_profile_field_name: user_id
app_site_description: ebv
app_site_keywords: ebv
app_site_title: EBV
app_url: http://ebv.neuemedia.de/
mod_content_enabled: 1
mod_content_is_internal:
mod_content_view_class: sfPHP
sf_admin_web_dir: /sf/sf_admin
sf_all_login_action: signin
sf_all_login_module: sfGuardAuth
sf_all_secure_action: secure
sf_all_secure_module: sfGuardAuth
sf_app: frontend
sf_app_config_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend/config
sf_app_config_dir_name: config
sf_app_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend
sf_app_i18n_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend/i18n
sf_app_i18n_dir_name: i18n
sf_app_lib_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend/lib
sf_app_lib_dir_name: lib
sf_app_module_action_dir_name: actions
sf_app_module_config_dir_name: config
sf_app_module_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend/modules
sf_app_module_dir_name: modules
sf_app_module_i18n_dir_name: i18n
sf_app_module_lib_dir_name: lib
sf_app_module_template_dir_name: templates
sf_app_module_validate_dir_name: validate
sf_app_module_view_dir_name: views
sf_app_template_dir: /var/www/neuemedia.de/eilbote/symfony/apps/frontend/templates
sf_app_template_dir_name: templates
sf_apps_dir_name: apps
sf_autoloading_functions:
sf_available: 1
sf_base_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend
sf_bin_dir: /var/www/neuemedia.de/eilbote/symfony/batch
sf_bin_dir_name: batch
sf_cache:
sf_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod
sf_cache_dir_name: cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock:
sf_check_symfony_version:
sf_compressed:
sf_config_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod/config
sf_config_dir: /var/www/neuemedia.de/eilbote/symfony/config
sf_config_dir_name: config
sf_data_dir: /var/www/neuemedia.de/eilbote/symfony/data
sf_data_dir_name: data
sf_debug: 1
sf_default_action: index
sf_default_culture: de_DE
sf_default_module: default
sf_doc_dir: /var/www/neuemedia.de/eilbote/symfony/data/doc
sf_doc_dir_name: doc
sf_enabled_modules:
- sfGuardAuth
sf_environment: prod
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 341
sf_escaping_method: ESC_ENTITIES
sf_escaping_strategy: bc
sf_etag: 1
sf_i18n:
sf_i18n_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod/i18n
sf_lib_dir: /var/www/neuemedia.de/eilbote/symfony/lib
sf_lib_dir_name: lib
sf_log_dir: /var/www/neuemedia.de/eilbote/symfony/log
sf_log_dir_name: log
sf_logging_enabled:
sf_logging_history: 10
sf_logging_level: err
sf_logging_period: 7
sf_logging_purge:
sf_logging_rotate: 1
sf_login_action: login
sf_login_module: default
sf_max_forwards: 5
sf_model_dir_name: model
sf_model_lib_dir: /var/www/neuemedia.de/eilbote/symfony/lib/model
sf_module_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: 1
sf_orm: propel
sf_path_info_array: SERVER
sf_path_info_key: PATH_INFO
sf_plugins_dir: /var/www/neuemedia.de/eilbote/symfony/plugins
sf_plugins_dir_name: plugins
sf_prototype_web_dir: /sf/prototype
sf_rich_text_js_dir: js/tiny_mce
sf_root_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache
sf_root_dir: /var/www/neuemedia.de/eilbote/symfony
sf_routing_defaults:
sf_culture: en
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- Form
sf_strip_comments: 1
sf_suffix: .
sf_symfony_data_dir: /var/www/neuemedia.de/eilbote/symfony/config/../data/data
sf_symfony_lib_dir: /var/www/neuemedia.de/eilbote/symfony/config/../data/lib
sf_template_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod/template
sf_test:
sf_test_cache_dir: /var/www/neuemedia.de/eilbote/symfony/cache/frontend/prod/test
sf_test_dir: /var/www/neuemedia.de/eilbote/symfony/test
sf_test_dir_name: test
sf_timeout: 1800
sf_timer_start: 1280556323.05
sf_unavailable_action: unavailable
sf_unavailable_module: default
sf_upload_dir: /var/www/neuemedia.de/eilbote/symfony/web/uploads
sf_upload_dir_name: uploads
sf_url_format: PATH
sf_use_database: 1
sf_use_flash: 1
sf_use_process_cache: 1
sf_use_security: 1
sf_validation_error_class: form_error
sf_validation_error_id_prefix: error_for_
sf_validation_error_prefix: ↓
sf_validation_error_suffix: ↓
sf_web_debug:
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /var/www/neuemedia.de/eilbote/symfony/web
sf_web_dir_name: web
request ...
---
parameterHolder:
symfony/default:
action: getit
module: content
url: robots.txt
attributeHolder:
symfony/default:
requested_action: error
requested_module: default
response ...
---
cookies:
httpHeaders:
parameterHolder:
global vars ...
---
cookie:
env:
LANG: C
PATH: /usr/local/bin:/usr/bin:/bin
PWD: /
SHLVL: 1
_: /usr/sbin/apache2
files:
get:
post:
server:
DOCUMENT_ROOT: /var/www/neuemedia.de/eilbote/httpdocs
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: */*
HTTP_COOKIE:
HTTP_HOST: ebv.neuemedia.de
HTTP_REFERER:
HTTP_USER_AGENT: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_X_UD_LOOPCOUNT: 2
HTTP_X_UD_REMOTE_ADDR: 38.107.191.110
PATH: /usr/local/bin:/usr/bin:/bin
PHP_SELF: /index.php
QUERY_STRING:
REDIRECT_STATUS: 200
REDIRECT_URL: /robots.txt
REMOTE_ADDR: 89.31.140.13
REMOTE_PORT: 52453
REQUEST_METHOD: GET
REQUEST_TIME: 1280556323
REQUEST_URI: /robots.txt
SCRIPT_FILENAME: /var/www/neuemedia.de/eilbote/httpdocs/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 213.239.209.144
SERVER_ADMIN: info@openweb.de
SERVER_NAME: ebv.neuemedia.de
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE:
SERVER_SOFTWARE: Apache
argc: 0
argv:
session: