500 | Internal Server Error | sfCacheException
Failed to make cache directory "/home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config" while generating cache for configuration file "config/config_handlers.yml".
stack trace
- at ()
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 340 ...
- {
- if (false === @mkdir(dirname($cache), 0777, true))
- {
- throw new sfCacheException(sprintf('Failed to make cache directory "%s" while generating cache for configuration file "%s".', dirname($cache), $config));
- }
- }
- at sfConfigCache->writeCacheFile('config/config_handlers.yml', '/home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config/config_config_handlers.yml.php', '<?php
// auto-generated by sfRootConfigHandler
// date: 2025/11/09 15:00:19
$this->handlers['config/autoload.yml'] = new sfAutoloadConfigHandler();
$this->handlers['config/databases.yml'] = new sfDatabaseConfigHandler();
$this->handlers['config/settings.yml'] = new sfDefineEnvironmentConfigHandler(array (
'prefix' => 'sf_',
));
$this->handlers['config/app.yml'] = new sfDefineEnvironmentConfigHandler(array (
'prefix' => 'app_',
));
$this->handlers['config/factories.yml'] = new sfFactoryConfigHandler();
$this->handlers['config/core_compile.yml'] = new sfCompileConfigHandler();
$this->handlers['config/filters.yml'] = new sfFilterConfigHandler();
$this->handlers['config/routing.yml'] = new sfRoutingConfigHandler();
$this->handlers['modules/*/config/generator.yml'] = new sfGeneratorConfigHandler();
$this->handlers['modules/*/config/view.yml'] = new sfViewConfigHandler();
$this->handlers['modules/*/config/security.yml'] = new sfSecurityConfigHandler();
$this->handlers['modules/*/config/cache.yml'] = new sfCacheConfigHandler();
$this->handlers['modules/*/config/module.yml'] = new sfDefineEnvironmentConfigHandler(array (
'prefix' => 'mod_',
'module' => true,
));
')
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 110 ...
- // call the handler and retrieve the cache data
- $data = $handlerInstance->execute($configs);
- $this->writeCacheFile($handler, $cache, $data);
- }
- /**
- at sfConfigCache->callHandler('config/config_handlers.yml', array('/home/meyecoz/famille/lib/vendor/symfony/lib/config/config/config_handlers.yml'), '/home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config/config_config_handlers.yml.php')
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 197 ...
- if (!is_readable($cache) || $mtime > filemtime($cache))
- {
- // configuration has changed so we need to reparse it
- $this->callHandler($configPath, $files, $cache);
- }
- if (sfConfig::get('sf_debug') && sfConfig::get('sf_logging_enabled'))
- at sfConfigCache->checkConfig('config/config_handlers.yml')
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 279 ...
- // application configuration handlers
- require $this->checkConfig('config/config_handlers.yml');
- // module level configuration handlers
- at sfConfigCache->loadConfigHandlers()
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 54 ...
- if (count($this->handlers) == 0)
- {
- // we need to load the handlers first
- $this->loadConfigHandlers();
- }
- if (count($this->userHandlers) != 0)
- at sfConfigCache->callHandler('config/databases.yml', array('/home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/config/databases.yml'), '/home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config/config_databases.yml.php')
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 197 ...
- if (!is_readable($cache) || $mtime > filemtime($cache))
- {
- // configuration has changed so we need to reparse it
- $this->callHandler($configPath, $files, $cache);
- }
- if (sfConfig::get('sf_debug') && sfConfig::get('sf_logging_enabled'))
- at sfConfigCache->checkConfig('config/databases.yml')
in SF_SYMFONY_LIB_DIR/database/sfDatabaseManager.class.php line 67 ...
- {
- if ($this->configuration instanceof sfApplicationConfiguration)
- {
- $databases = include($this->configuration->getConfigCache()->checkConfig('config/databases.yml'));
- }
- else
- {
- at sfDatabaseManager->loadConfiguration()
in SF_SYMFONY_LIB_DIR/database/sfDatabaseManager.class.php line 57 ...
- {
- $this->configuration = $configuration;
- $this->loadConfiguration();
- }
- /**
- at sfDatabaseManager->initialize(object('frontendConfiguration'))
in SF_SYMFONY_LIB_DIR/database/sfDatabaseManager.class.php line 36 ...
- */
- public function __construct(sfProjectConfiguration $configuration, $options = array())
- {
- $this->initialize($configuration);
- if (!isset($options['auto_shutdown']) || $options['auto_shutdown'])
- {
- at sfDatabaseManager->__construct(object('frontendConfiguration'), array('auto_shutdown' => ))
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 143 ...
- if (sfConfig::get('sf_use_database'))
- {
- // setup our database connections
- $this->factories['databaseManager'] = new sfDatabaseManager($this->configuration, array('auto_shutdown' => false));
- }
- // create a new action stack
- at sfContext->loadFactories()
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 77 ...
- try
- {
- $this->loadFactories();
- }
- catch (sfException $e)
- {
- at sfContext->initialize(object('frontendConfiguration'))
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 60 ...
- throw new sfFactoryException(sprintf('Class "%s" is not of the type sfContext.', $class));
- }
- self::$instances[$name]->initialize($configuration);
- return self::$instances[$name];
- }
- at sfContext::createInstance(object('frontendConfiguration'))
in SF_SYMFONY_LIB_DIR/util/sfBrowser.class.php line 83 ...
- }
- // create context
- $this->context = sfContext::createInstance($configuration);
- unset($currentConfiguration);
- if (!$isContextEmpty)
- at sfBrowser->getContext(1)
in SF_SYMFONY_LIB_DIR/util/sfBrowser.class.php line 32 ...
- protected function doCall()
- {
- // recycle our context object
- $this->context = $this->getContext(true);
- sfConfig::set('sf_test', true);
- at sfBrowser->doCall()
in SF_SYMFONY_LIB_DIR/util/sfBrowserBase.class.php line 323 ...
- $_COOKIE[$name] = $cookie['value'];
- }
- $this->doCall();
- $response = $this->getResponse();
- at sfBrowserBase->call('/exception/throwsSfException', 'get', array(), 1)
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 246 ...
- $tester->prepare();
- }
- $this->browser->call($uri, $method, $parameters, $changeStack);
- return $this;
- }
- at sfTestFunctionalBase->call('/exception/throwsSfException', 'get', array(), 1)
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 184 ...
- */
- public function get($uri, $parameters = array(), $changeStack = true)
- {
- return $this->call($uri, 'get', $parameters, $changeStack);
- }
- /**
- at sfTestFunctionalBase->get('/exception/throwsSfException')
in /home/meyecoz/famille/lib/vendor/symfony/test/functional/sfTestBrowserTest.php line 78 ...
- with('response')->isStatusCode(500)->
- throwsException(null, '!/sfException/')->
- get('/exception/throwsSfException')->
- with('request')->begin()->
- isParameter('module', 'exception')->
- isParameter('action', 'throwsSfException')->
symfony settings ...
mod_exception_enabled: true
mod_exception_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend
sf_app_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test
sf_app_config_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend/config
sf_app_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend
sf_app_i18n_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend/i18n
sf_app_lib_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend/lib
sf_app_module_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend/modules
sf_app_template_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps/frontend/templates
sf_apps_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/apps
sf_autoloading_functions:
- [myAutoload, autoload]
sf_cache: false
sf_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config
sf_config_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/config
sf_csrf_secret: false
sf_data_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- default
- autoloadPlugin
sf_environment: test
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 32759
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: false
sf_etag: false
sf_file_link_format: null
sf_i18n: false
sf_i18n_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/i18n
sf_lib_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/lib
sf_log_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: propel
sf_plugins_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/plugins
sf_rendering_filter:
- sfFakeRenderingFilter
- null
sf_root_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /home/meyecoz/famille/lib/vendor/symfony/lib
sf_template_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/template
sf_test: true
sf_test_cache_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/test
sf_test_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/test
sf_upload_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/web/uploads
sf_use_database: true
sf_web_debug: false
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/meyecoz/famille/lib/vendor/symfony/test/functional/fixtures/web
request ...
response ...
global vars ...
cookie: { }
env:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster130
DOCUMENT_ROOT: /home/meyecoz/famille
ENVIRONMENT: production
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '805'
GEOIP_CITY: 'Santa Paula'
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '803'
GEOIP_LATITUDE: '34.355598'
GEOIP_LONGITUDE: '-119.070099'
GEOIP_REGION: CA
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_CACHE_CONTROL: max-age=259200
HTTP_FORWARDED: 'for=216.73.216.35; proto=http; host=famille.meyrargues.fr'
HTTP_HOST: famille.meyrargues.fr
HTTP_REMOTE_IP: 216.73.216.35
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_VIA: '1.1 squid-proxy-5b5d847c96-lwmz6 (squid/6.10)'
HTTP_X_FORWARDED_FOR: 216.73.216.35
HTTP_X_FORWARDED_PORT: '80'
HTTP_X_FORWARDED_PROTO: http
HTTP_X_IPLB_UNIQUE_ID: 'D849D823:3E19_91EF25A2:0050_69109E72_3BC695:259F'
HTTP_X_OVHREQUEST_ID: a6fd4e3a2ae4e7949bd65cb9a73c87de
HTTP_X_PREDICTOR: '1'
HTTP_X_REMOTE_IP: 216.73.216.35
HTTP_X_REMOTE_PORT: '15897'
HTTP_X_REMOTE_PROTO: http
PHP_SELF: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
QUERY_STRING: ''
REMOTE_ADDR: 216.73.216.35
REMOTE_PORT: '53654'
REQUEST_METHOD: GET
REQUEST_TIME: 1762696818
REQUEST_TIME_FLOAT: 1762696818.9695
REQUEST_URI: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
SCRIPT_FILENAME: /home/meyecoz/famille/lib/vendor/symfony/test/functional/sfTestBrowserTest.php
SCRIPT_NAME: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
SCRIPT_URI: 'http://famille.meyrargues.fr/lib/vendor/symfony/test/functional/sfTestBrowserTest.php'
SCRIPT_URL: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
SERVER_ADDR: 10.130.20.16
SERVER_ADMIN: postmaster@famille.meyrargues.fr
SERVER_NAME: famille.meyrargues.fr
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aRCecmfaqxDvYPc4SfV7FAAAAB4
USER: meyecoz
argc: 0
argv: { }
files: { }
get: { }
post: { }
server:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster130
DOCUMENT_ROOT: /home/meyecoz/famille
ENVIRONMENT: production
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '805'
GEOIP_CITY: 'Santa Paula'
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '803'
GEOIP_LATITUDE: '34.355598'
GEOIP_LONGITUDE: '-119.070099'
GEOIP_REGION: CA
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_CACHE_CONTROL: max-age=259200
HTTP_FORWARDED: 'for=216.73.216.35; proto=http; host=famille.meyrargues.fr'
HTTP_HOST: localhost
HTTP_REFERER: 'http://localhost/exception/throwsException'
HTTP_REMOTE_IP: 216.73.216.35
HTTP_USER_AGENT: PHP5/CLI
HTTP_VIA: '1.1 squid-proxy-5b5d847c96-lwmz6 (squid/6.10)'
HTTP_X_FORWARDED_FOR: 216.73.216.35
HTTP_X_FORWARDED_PORT: '80'
HTTP_X_FORWARDED_PROTO: http
HTTP_X_IPLB_UNIQUE_ID: 'D849D823:3E19_91EF25A2:0050_69109E72_3BC695:259F'
HTTP_X_OVHREQUEST_ID: a6fd4e3a2ae4e7949bd65cb9a73c87de
HTTP_X_PREDICTOR: '1'
HTTP_X_REMOTE_IP: 216.73.216.35
HTTP_X_REMOTE_PORT: '15897'
HTTP_X_REMOTE_PROTO: http
PATH_INFO: /exception/throwsSfException
PHP_SELF: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
QUERY_STRING: ''
REMOTE_ADDR: 127.0.0.1
REMOTE_PORT: '53654'
REQUEST_METHOD: GET
REQUEST_TIME: 1762696818
REQUEST_TIME_FLOAT: 1762696818.9695
REQUEST_URI: /index.php/exception/throwsSfException
SCRIPT_FILENAME: /index.php
SCRIPT_NAME: /index.php
SCRIPT_URI: 'http://famille.meyrargues.fr/lib/vendor/symfony/test/functional/sfTestBrowserTest.php'
SCRIPT_URL: /lib/vendor/symfony/test/functional/sfTestBrowserTest.php
SERVER_ADDR: 10.130.20.16
SERVER_ADMIN: postmaster@famille.meyrargues.fr
SERVER_NAME: localhost
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aRCecmfaqxDvYPc4SfV7FAAAAB4
USER: meyecoz
session_id: b71b06c9f290267cf248ac45ffdd0d17