500 | Internal Server Error | sfCacheException
Failed to make cache directory "/home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config" while generating cache for configuration file "config/databases.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/databases.yml', '/home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config/config_databases.yml.php', '<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2026/06/17 13:22:51
return array();
')
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/databases.yml', array('/home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/config/databases.yml'), '/home/mrdeluxeco/public_html/clients/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/mrdeluxeco/public_html/clients/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/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/bootstrap/functional.php')
in /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/filterTest.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/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend
sf_app_cache_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test
sf_app_config_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend/config
sf_app_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend
sf_app_i18n_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend/i18n
sf_app_lib_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend/lib
sf_app_module_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend/modules
sf_app_template_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps/frontend/templates
sf_apps_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/apps
sf_autoloading_functions:
- [myAutoload, autoload]
sf_cache: false
sf_cache_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/config
sf_config_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/config
sf_csrf_secret: false
sf_data_dir: /home/mrdeluxeco/public_html/clients/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/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/i18n
sf_lib_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/lib
sf_log_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/mrdeluxeco/public_html/clients/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/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/plugins
sf_root_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/lib
sf_template_cache_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/template
sf_test_cache_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/cache/frontend/test/test
sf_test_dir: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/test
sf_upload_dir: /home/mrdeluxeco/public_html/clients/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/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/fixtures/web
request ...
response ...
global vars ...
cookie: { }
env: { }
files: { }
get: { }
post: { }
server:
CONTEXT_DOCUMENT_ROOT: /home/mrdeluxeco/public_html
CONTEXT_PREFIX: ''
DOCUMENT_ROOT: /home/mrdeluxeco/public_html
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
HOME: /home/mrdeluxeco
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_AUTHORIZATION: ''
HTTP_HOST: mail.mrdeluxe.co.za
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_HOST: mail.mrdeluxe.co.za
HTTP_X_FORWARDED_PORT: '443'
HTTP_X_FORWARDED_PROTO: https
HTTP_X_FORWARDED_SERVER: mail.mrdeluxe.co.za
HTTP_X_HTTPS: '1'
HTTP_X_REAL_IP: '::ffff:216.73.216.230'
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'
PHP_SELF: /clients/lib/vendor/symfony/test/functional/filterTest.php
QUERY_STRING: ''
REMOTE_ADDR: 216.73.216.230
REMOTE_PORT: '54612'
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_TIME: 1781702570
REQUEST_TIME_FLOAT: 1781702570.4921
REQUEST_URI: /clients/lib/vendor/symfony/test/functional/filterTest.php
SCRIPT_FILENAME: /home/mrdeluxeco/public_html/clients/lib/vendor/symfony/test/functional/filterTest.php
SCRIPT_NAME: /clients/lib/vendor/symfony/test/functional/filterTest.php
SCRIPT_URI: 'https://mail.mrdeluxe.co.za/clients/lib/vendor/symfony/test/functional/filterTest.php'
SCRIPT_URL: /clients/lib/vendor/symfony/test/functional/filterTest.php
SERVER_ADDR: 154.0.169.107
SERVER_ADMIN: webmaster@mrdeluxe.co.za
SERVER_NAME: mail.mrdeluxe.co.za
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
SSL_TLS_SNI: mail.mrdeluxe.co.za
UNIQUE_ID: ajKfqnSPaT44CQCJV68-aQAAABA
USER: mrdeluxeco
argc: 0
argv: { }
proxy-nokeepalive: '1'