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/04/19 14:53:12
$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 /home/meyecoz/famille/lib/vendor/symfony/test/bootstrap/functional.php line 29 ...
- sf_functional_test_shutdown();
- register_shutdown_function('sf_functional_test_shutdown');
- sfContext::createInstance($configuration);
- function sf_functional_test_shutdown_cleanup()
- {
- at include('/home/meyecoz/famille/lib/vendor/symfony/test/bootstrap/functional.php')
in /home/meyecoz/famille/lib/vendor/symfony/test/functional/genericTest.php line 12 ...
- */
- $app = 'frontend';
- if (!include(dirname(__FILE__).'/../bootstrap/functional.php'))
- {
- return;
- }
symfony settings ...
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_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_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: cluster030
DOCUMENT_ROOT: /home/meyecoz/famille
ENVIRONMENT: production
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '614'
GEOIP_CITY: Columbus
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '535'
GEOIP_LATITUDE: '39.962502'
GEOIP_LONGITUDE: '-83.006104'
GEOIP_REGION: OH
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: famille.meyrargues.fr
HTTP_REMOTE_IP: 13.59.218.38
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_FOR: 13.59.218.38
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 3938e2532d354f4d131c65c89e4d1a6a
HTTP_X_PREDICTOR: '1'
PHP_SELF: /lib/vendor/symfony/test/functional/genericTest.php
QUERY_STRING: ''
REMOTE_ADDR: 13.59.218.38
REMOTE_PORT: '61862'
REQUEST_METHOD: GET
REQUEST_TIME: 1745067192
REQUEST_TIME_FLOAT: 1745067192.1768
REQUEST_URI: /lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_FILENAME: /home/meyecoz/famille/lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_NAME: /lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_URI: 'https://famille.meyrargues.fr:443/lib/vendor/symfony/test/functional/genericTest.php'
SCRIPT_URL: /lib/vendor/symfony/test/functional/genericTest.php
SERVER_ADDR: 10.30.20.4
SERVER_ADMIN: postmaster@famille.meyrargues.fr
SERVER_NAME: famille.meyrargues.fr
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aAOcuFmbBDfb8Wrn7PIATAAAAlE
USER: meyecoz
argc: 0
argv: { }
files: { }
get: { }
post: { }
server:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster030
DOCUMENT_ROOT: /home/meyecoz/famille
ENVIRONMENT: production
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '614'
GEOIP_CITY: Columbus
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '535'
GEOIP_LATITUDE: '39.962502'
GEOIP_LONGITUDE: '-83.006104'
GEOIP_REGION: OH
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: famille.meyrargues.fr
HTTP_REMOTE_IP: 13.59.218.38
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_FOR: 13.59.218.38
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 3938e2532d354f4d131c65c89e4d1a6a
HTTP_X_PREDICTOR: '1'
PHP_SELF: /lib/vendor/symfony/test/functional/genericTest.php
QUERY_STRING: ''
REMOTE_ADDR: 13.59.218.38
REMOTE_PORT: '61862'
REQUEST_METHOD: GET
REQUEST_TIME: 1745067192
REQUEST_TIME_FLOAT: 1745067192.1768
REQUEST_URI: /lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_FILENAME: /home/meyecoz/famille/lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_NAME: /lib/vendor/symfony/test/functional/genericTest.php
SCRIPT_URI: 'https://famille.meyrargues.fr:443/lib/vendor/symfony/test/functional/genericTest.php'
SCRIPT_URL: /lib/vendor/symfony/test/functional/genericTest.php
SERVER_ADDR: 10.30.20.4
SERVER_ADMIN: postmaster@famille.meyrargues.fr
SERVER_NAME: famille.meyrargues.fr
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aAOcuFmbBDfb8Wrn7PIATAAAAlE
USER: meyecoz
argc: 0
argv: { }