500 | Internal Server Error | sfException
Data file for "cz" was not found.
stack trace
- at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfCultureInfo.class.php line 301 ...
- if (is_file($filename) == false)
- {
- throw new sfException(sprintf('Data file for "%s" was not found.', $file));
- }
- if (in_array($filename, $this->dataFiles) == false)
- at sfCultureInfo->loadCultureData('cz')
in SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfCultureInfo.class.php line 217 ...
- $this->setCulture($culture);
- $this->loadCultureData('root');
- $this->loadCultureData($culture);
- }
- /**
- at sfCultureInfo->__construct('cz')
in SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfCultureInfo.class.php line 136 ...
- if (!isset($instances[$culture]))
- {
- $instances[$culture] = new sfCultureInfo($culture);
- }
- return $instances[$culture];
- at sfCultureInfo::getInstance('cz')
in SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfDateTimeFormatInfo.class.php line 186 ...
- }
- else if (is_string($culture))
- {
- return sfCultureInfo::getInstance($culture)->DateTimeFormat;
- }
- else
- {
- at sfDateTimeFormatInfo::getInstance('cz')
in SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfDateFormat.class.php line 100 ...
- }
- else
- {
- $this->formatInfo = sfDateTimeFormatInfo::getInstance($formatInfo);
- }
- $this->methods = get_class_methods($this);
- at sfDateFormat->__construct('cz')
in SF_ROOT_DIR/lib/vendor/symfony/lib/helper/DateHelper.php line 57 ...
- if (!isset($dateFormats[$culture]))
- {
- $dateFormats[$culture] = new sfDateFormat($culture);
- }
- return $dateFormats[$culture]->format($date, $format, null, $charset);
- at format_date(1444600800, 'D', null, null)
in SF_ROOT_DIR/lib/vendor/symfony/lib/helper/DateHelper.php line 65 ...
- function format_datetime($date, $format = 'F', $culture = null, $charset = null)
- {
- return format_date($date, $format, $culture, $charset);
- }
- function distance_of_time_in_words($from_time, $to_time = null, $include_seconds = false)
- at format_datetime(1444600800, 'D')
in SF_ROOT_DIR/lib/model/doctrine/Blog.class.php line 83 ...
- public function getPublishDate()
- {
- sfContext::getInstance()->getConfiguration()->loadHelpers(array('Date'));
- return format_datetime(strtotime($this->getCreatedAt()), 'D');
- }
-
- public function getShowPostUrl()
- at Blog->getPublishDate()
in n/a line n/a ...
- at call_user_func_array(array(object('Blog'), 'getPublishDate'), array())
in SF_ROOT_DIR/lib/vendor/symfony/lib/escaper/sfOutputEscaperObjectDecorator.class.php line 64 ...
- $escapingMethod = $this->escapingMethod;
- }
- $value = call_user_func_array(array($this->value, $method), $args);
- return sfOutputEscaper::escape($escapingMethod, $value);
- }
- at sfOutputEscaperObjectDecorator->__call('getPublishDate', array())
in SF_ROOT_DIR/apps/frontend/modules/blog/templates/listPostsSuccess.php line 5 ...
- <?php if(!$noResults):?>
- <section class="mainColumn">
- <article class="mainPost">
- <span class="data"><?php echo $bigPost->getPublishDate()?></span>
- <a class="postTitle" href="<?php echo $bigPost->getShowPostUrl()?>"><h2><?php echo $bigPost->getTitle()?></h2></a>
- <?php if($bigPost->getEpigraph()):?>
- <h3><?php echo $bigPost->getEpigraph()?></h3>
- at sfOutputEscaperIteratorDecorator->getPublishDate()
in SF_ROOT_DIR/apps/frontend/modules/blog/templates/listPostsSuccess.php line 5 ...
- <?php if(!$noResults):?>
- <section class="mainColumn">
- <article class="mainPost">
- <span class="data"><?php echo $bigPost->getPublishDate()?></span>
- <a class="postTitle" href="<?php echo $bigPost->getShowPostUrl()?>"><h2><?php echo $bigPost->getTitle()?></h2></a>
- <?php if($bigPost->getEpigraph()):?>
- <h3><?php echo $bigPost->getEpigraph()?></h3>
- at require('/home/vrlab/vrlab_lib/apps/frontend/modules/blog/templates/listPostsSuccess.php')
in SF_ROOT_DIR/lib/vendor/symfony/lib/view/sfPHPView.class.php line 75 ...
- try
- {
- require($_sfFile);
- }
- catch (Exception $e)
- {
- at sfPHPView->renderFile('/home/vrlab/vrlab_lib/apps/frontend/modules/blog/templates/listPostsSuccess.php')
in SF_ROOT_DIR/lib/vendor/symfony/lib/view/sfPHPView.class.php line 185 ...
- $this->attributeHolder->set('sf_type', 'action');
- // render template file
- $content = $this->renderFile($this->getDirectory().'/'.$this->getTemplate());
- if (sfConfig::get('sf_cache') && null !== $uri)
- {
- at sfPHPView->render()
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 155 ...
- break;
- case sfView::RENDER_CLIENT:
- $viewData = $view->render();
- $this->context->getResponse()->setContent($viewData);
- break;
- at sfExecutionFilter->executeView('blog', 'listPosts', 'Success', array('noResults' => , 'posts' => array(array(), array(), array(), array()), 'pager' => object('sfDoctrinePager'), 'bigPost' => object('Blog')))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 116 ...
- return;
- }
- $this->executeView($actionInstance->getModuleName(), $actionInstance->getActionName(), $viewName, $actionInstance->getVarHolder()->getAll());
- }
- /**
- at sfExecutionFilter->handleView(object('sfFilterChain'), object('blogActions'), 'Success')
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 47 ...
- $timer->addTime();
- $timer = sfTimerManager::getTimer(sprintf('View "%s" for "%s/%s"', $viewName, $actionInstance->getModuleName(), $actionInstance->getActionName()));
- $this->handleView($filterChain, $actionInstance, $viewName);
- $timer->addTime();
- }
- 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/topFilter.class.php line 13 ...
- {
- $this->setLang();
- $filterChain->execute();
- }
- public function setLang()
- at topFilter->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('blog', 'listPosts')
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/vrlab/public_html/frontend_dev.php line 13 ...
- require_once(dirname(__FILE__).'/../vrlab_lib/config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
app_max_blogposts_on_page: 5
app_num_gal_per_page: 1
app_prestaSitemapPlugin_mainCache:
enabled: true
lifetime: 3600
app_prestaSitemapPlugin_maxEntryCountByFile: 49999
app_prestaSitemapPlugin_maxFileSize: 10485760
app_prestaSitemapPlugin_maxImagePerPage: 9999
app_prestaSitemapPlugin_rootCacheDir: /home/vrlab/vrlab_lib/cache/prestaSitemapPlugin
app_prestaSitemapPlugin_sectionCache:
enabled: true
lifetime: 3600
app_prestaSitemapPlugin_sitemapGeneratorClassName: prestaSitemapGenerator
app_prestaSitemapPlugin_sitemapUrlClassName: prestaSitemapUrl
app_prestaSitemapPlugin_storage:
class: sfFileCache
param: { automatic_cleaning_factor: 999999 }
app_sfImageTransformPlugin_default_adapter: GD
app_sfImageTransformPlugin_default_image:
mime_type: image/png
filename: Untitled.png
width: 100
height: 100
color: '#FFFFFF'
app_sfImageTransformPlugin_font_dir: /usr/share/fonts/truetype/msttcorefonts
app_sfImageTransformPlugin_mime_type:
auto_detect: true
library: gd_mime_type
mod_blog_enabled: true
mod_blog_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/vrlab/vrlab_lib/cache/frontend
sf_app_cache_dir: /home/vrlab/vrlab_lib/cache/frontend/dev
sf_app_config_dir: /home/vrlab/vrlab_lib/apps/frontend/config
sf_app_dir: /home/vrlab/vrlab_lib/apps/frontend
sf_app_i18n_dir: /home/vrlab/vrlab_lib/apps/frontend/i18n
sf_app_lib_dir: /home/vrlab/vrlab_lib/apps/frontend/lib
sf_app_module_dir: /home/vrlab/vrlab_lib/apps/frontend/modules
sf_app_template_dir: /home/vrlab/vrlab_lib/apps/frontend/templates
sf_apps_dir: /home/vrlab/vrlab_lib/apps
sf_cache: false
sf_cache_dir: /home/vrlab/vrlab_lib/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/vrlab/vrlab_lib/cache/frontend/dev/config
sf_config_dir: /home/vrlab/vrlab_lib/config
sf_csrf_secret: vrlabFront
sf_data_dir: /home/vrlab/vrlab_lib/data
sf_debug: true
sf_default_culture: en_US
sf_default_timezone: Europe/Prague
sf_default_url_culture: en
sf_enabled_modules:
- default
- prestaSitemap
sf_environment: dev
sf_error_404_action: page404
sf_error_404_module: errors
sf_error_reporting: 32767
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: true
sf_etag: false
sf_file_link_format: null
sf_i18n: true
sf_i18n_cache_dir: /home/vrlab/vrlab_lib/cache/frontend/dev/i18n
sf_jquery_autocomplete: jquery.autocomplete.min.js
sf_jquery_core: jquery-1.8.2.min.js
sf_jquery_ui: jquery-ui-1.7.2.custom.min.js
sf_jquery_web_dir: /sfJqueryReloadedPlugin
sf_lib_dir: /home/vrlab/vrlab_lib/lib
sf_log_dir: /home/vrlab/vrlab_lib/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/vrlab/vrlab_lib/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: /home/vrlab/vrlab_lib/plugins
sf_root_dir: /home/vrlab/vrlab_lib
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- I18N
- jQuery
sf_symfony_lib_dir: /home/vrlab/vrlab_lib/lib/vendor/symfony/lib
sf_template_cache_dir: /home/vrlab/vrlab_lib/cache/frontend/dev/template
sf_test_cache_dir: /home/vrlab/vrlab_lib/cache/frontend/dev/test
sf_test_dir: /home/vrlab/vrlab_lib/test
sf_upload_dir: /home/vrlab/vrlab_lib/../public_html/uploads
sf_use_database: true
sf_web_debug: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/vrlab/vrlab_lib/../public_html
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: listPosts
module: blog
page: '1'
sf_culture: cz
attributeHolder:
main_menu: blog
sf_route: 'sfRoute Object()'
response ...
status:
code: 500
text: 'Internal Server Error'
options:
http_protocol: HTTP/1.1
logging: '1'
charset: utf-8
send_http_headers: true
content_type: 'text/html; charset=utf-8'
cookies:
sel_culture: { name: sel_culture, value: cz, expire: 1766366804, path: /, domain: '', secure: false, httpOnly: false }
httpHeaders:
Last-Modified: 'Sun, 22 Dec 2024 01:26:44 GMT'
Content-Type: 'text/html; charset=utf-8'
javascripts:
/sfJqueryReloadedPlugin/js/jquery-1.8.2.min.js: { }
lib.js: { }
stylesheets:
main.css: { }
webfonts.css: { }
frontend.css: { }
extra.css: { }
metas:
title: 'VRLab - Láska k fotogrаfii. Technická dokonalost'
keywords: 'VRLab s.r.o. - Panoramatická fotografie, Google Street View v Praze, Praha foto, love story, skenovani filmu, virtualni prohlidky firem'
description: 'VRLab s.r.o. - Panoramatická fotografie'
httpMetas:
Content-Type: 'text/html; charset=utf-8'
options:
auto_shutdown: false
culture: cz
default_culture: en_US
use_flash: true
logging: '1'
timeout: 1800
attributeHolder:
symfony/user/sfUser/attributes: { full_culture: cs_CZ }
culture: cz
authenticated: false
credentials: { }
lastRequest: 1734830804
global vars ...
cookie: { }
env: { }
files: { }
get: { }
post: { }
server:
CONTEXT_DOCUMENT_ROOT: /home/vrlab/public_html
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /home/vrlab/public_html
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
HOME: /home/vrlab
HTTP_ACCEPT: '*/*'
HTTP_HOST: vrlab.eu
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_FOR: 3.142.251.204
HTTP_X_FORWARDED_HOST: vrlab.eu
HTTP_X_FORWARDED_PORT: '80'
HTTP_X_FORWARDED_PROTO: http
HTTP_X_FORWARDED_SERVER: vrlab.eu
HTTP_X_REAL_IP: 3.142.251.204
PATH: '/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin'
PATH_INFO: /cz/blog
PATH_TRANSLATED: 'redirect:/index.php/blog'
PHP_SELF: /frontend_dev.php/cz/blog
QUERY_STRING: ''
REMOTE_ADDR: 3.142.251.204
REMOTE_PORT: '53462'
REQUEST_METHOD: GET
REQUEST_SCHEME: http
REQUEST_TIME: 1734830803
REQUEST_TIME_FLOAT: 1734830803.9958
REQUEST_URI: /frontend_dev.php/cz/blog
SCRIPT_FILENAME: /home/vrlab/public_html/frontend_dev.php
SCRIPT_NAME: /frontend_dev.php
SCRIPT_URI: 'http://vrlab.eu/frontend_dev.php/cz/blog'
SCRIPT_URL: /frontend_dev.php/cz/blog
SERVER_ADDR: 95.216.6.214
SERVER_ADMIN: webmaster@vrlab.eu
SERVER_NAME: vrlab.eu
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: Z2dq08CpcnXOkjdpRTFWLgAAACg
USER: vrlab
argc: 0
argv: { }
isproxyrequest: '1'
proxy-nokeepalive: '1'
session: { }