404 | Not Found | sfError404Exception
Unable to find the CmsPage object with the following parameters "array ( 'dzial' => 'hurtownia-kamienia', 'sf_culture' => 'pl', 'page_path_slug' => 'plytki-granitowe', 'id' => '8',)").
stack trace
- at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfObjectRoute.class.php line 111 ...
- // check the related object
- if (!($this->object = $this->getObjectForParameters($this->parameters)) && (!isset($this->options['allow_empty']) || !$this->options['allow_empty']))
- {
- throw new sfError404Exception(sprintf('Unable to find the %s object with the following parameters "%s").', $this->options['model'], str_replace("\n", '', var_export($this->filterParameters($this->parameters), true))));
- }
- return $this->object;
- at sfObjectRoute->getObject()
in SF_ROOT_DIR/apps/frontend/modules/gallery/actions/actions.class.php line 20 ...
- */
- public function executeIndex(sfWebRequest $request)
- {
- $this->cms_page = $this->getRoute()->getObject();
- $this->forward404Unless($this->cms_page);
-
- $this->getUser()->getCulture() != 'pl' ? $lang = 'en' : $lang = 'pl';
- at galleryActions->executeIndex(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('galleryActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...
- }
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('galleryActions'))
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/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('gallery', 'index')
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 /home/furmanek/ftp/index.php line 7 ...
- require_once(dirname(__FILE__).'/furapp/config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
app_expert_phone: '607 303 970'
app_gallery_page_size: 1000
app_mails2_ciecie-woda-waterjet: produkcja@furmanek.pl
app_mails2_hurtownia-kamienia: hurtownia@furmanek.pl
app_mails_administrator: michal@furmanek.pl
app_mails_hurtownia: hurtownia@furmanek.pl
app_mails_konserwacje: krzysztof@furmanek.pl;produkcja@furmanek.pl
app_mails_waterjet: produkcja@furmanek.pl
app_news_page_size: 5
app_phone2_ciecie-woda-waterjet: '601 303 965'
app_phone2_hurtownia-kamienia: '607 303 970'
app_sale_page_size: 12
mod_gallery_enabled: true
mod_gallery_view_class: sfPHP
sf_admin_module_web_dir: /sfDoctrinePlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /home/furmanek/ftp/furapp/cache/frontend
sf_app_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod
sf_app_config_dir: /home/furmanek/ftp/furapp/apps/frontend/config
sf_app_dir: /home/furmanek/ftp/furapp/apps/frontend
sf_app_i18n_dir: /home/furmanek/ftp/furapp/apps/frontend/i18n
sf_app_lib_dir: /home/furmanek/ftp/furapp/apps/frontend/lib
sf_app_module_dir: /home/furmanek/ftp/furapp/apps/frontend/modules
sf_app_template_dir: /home/furmanek/ftp/furapp/apps/frontend/templates
sf_apps_dir: /home/furmanek/ftp/furapp/apps
sf_cache: false
sf_cache_dir: /home/furmanek/ftp/furapp/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod/config
sf_config_dir: /home/furmanek/ftp/furapp/config
sf_csrf_secret: e45003f6f37cfd8b74e86697f404fa5e68ec6173
sf_data_dir: /home/furmanek/ftp/furapp/data
sf_debug: true
sf_default_culture: pl
sf_enabled_modules:
- default
- sfCaptchaGD
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_file_link_format: null
sf_i18n: on
sf_i18n_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod/i18n
sf_lib_dir: /home/furmanek/ftp/furapp/lib
sf_log_dir: /home/furmanek/ftp/furapp/log
sf_logging_enabled: false
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: doctrine
sf_plugins_dir: /home/furmanek/ftp/furapp/plugins
sf_root_dir: /home/furmanek/ftp/furapp
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- I18N
sf_symfony_lib_dir: /home/furmanek/ftp/furapp/lib/vendor/symfony/lib
sf_template_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod/template
sf_test_cache_dir: /home/furmanek/ftp/furapp/cache/frontend/prod/test
sf_test_dir: /home/furmanek/ftp/furapp/test
sf_upload_dir: /home/furmanek/ftp/uploads
sf_use_database: true
sf_web_debug: false
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/furmanek/ftp/furapp/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: false
parameterHolder:
action: index
dzial: hurtownia-kamienia
id: '8'
module: gallery
page_path_slug: plytki-granitowe
sf_culture: pl
attributeHolder:
sf_route: 'sfDoctrineRoute 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: pl
default_culture: pl
use_flash: true
logging: ''
timeout: 1800
attributeHolder:
symfony/user/sfUser/attributes: { bannerSequenceNumber: 2, first_request: false, session_app_gallery_page_size: 1000 }
culture: pl
global vars ...
cookie:
symfony: b15f6cd757cca42b07d2c3067e37a656
env:
HOME: /home/furmanek/ftp
LANG: pl
LC_ALL: pl_PL
LOG1: '8'
LOG2: '10'
LOG3: '12'
PATH: '/bin:/usr/bin:/usr/local/bin'
QUERY_STRING: ''
REMOTE_ADDR: 38.107.179.244
SCRIPT_URI: 'http://www.furmanek.pl:80/index.php/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
SERVER_ADDR: 85.128.214.48
SHLVL: '0'
USER: furmanek
files: { }
get: { }
post: { }
server:
DOCUMENT_ROOT: /home/furmanek/ftp
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=b15f6cd757cca42b07d2c3067e37a656
HTTP_HOST: www.furmanek.pl
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
HTTP_X_CC_ID: ccc04-02
PATH: '/bin:/usr/bin:/usr/local/bin'
PATH_INFO: '/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
PATH_TRANSLATED: '/home/furmanek/ftp/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
PHP_SELF: '/index.php/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
QUERY_STRING: ''
REMOTE_ADDR: 38.107.179.244
REMOTE_PORT: '34004'
REQUEST_METHOD: GET
REQUEST_TIME: 1337296657
REQUEST_URI: '/index.php/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
SCRIPT_FILENAME: /home/furmanek/ftp/index.php
SCRIPT_NAME: /index.php
SCRIPT_URI: 'http://www.furmanek.pl/index.php/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
SCRIPT_URL: '/index.php/hurtownia-kamienia/pl/plytki-granitowe,8,2.html'
SERVER_ADDR: 85.128.214.48
SERVER_ADMIN: webmaster@furmanek.nazwa.pl
SERVER_NAME: www.furmanek.pl
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.0
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache/2
UNIQUE_ID: T7WHEVWA1gYAAFDsHXcAAAAB
argc: 0
argv: { }
session:
symfony/user/sfUser/attributes: { symfony/user/sfUser/attributes: { first_request: false, bannerSequenceNumber: 2, session_app_gallery_page_size: 1000 } }
symfony/user/sfUser/authenticated: false
symfony/user/sfUser/credentials: { }
symfony/user/sfUser/culture: pl
symfony/user/sfUser/lastRequest: 1337296615