500 | Internal Server Error | RuntimeException
PHP sent a "warning" error at /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/config/sfConfigCache.class.php line 359 (copy(/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php): failed to open stream: No such file or directory)
stack trace
- at ()
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 459 ...
- {
- case E_WARNING:
- $msg = sprintf($msg, 'warning');
- throw new RuntimeException($msg);
- break;
- case E_NOTICE:
- $msg = sprintf($msg, 'notice');
- at sfTestFunctionalBase->handlePhpError(2, 'copy(/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php): failed to open stream: No such file or directory', '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/config/sfConfigCache.class.php', 359, array('config' => 'config/config_handlers.yml', 'cache' => '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php', 'data' => '<?php
// auto-generated by sfRootConfigHandler
// date: 2025/06/07 20:55:48
$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,
));
', 'current_umask' => 18, 'tmpFile' => '/tmp/config_config_handlers.yml.php1iUTwy', 'fp' => Resource id #1292, 'php_errormsg' => 'rename(/tmp/config_config_handlers.yml.php1iUTwy,/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php): No such file or directory'))
in n/a line n/a ...
- at copy('/tmp/config_config_handlers.yml.php1iUTwy', '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php')
in SF_SYMFONY_LIB_DIR/config/sfConfigCache.class.php line 359 ...
- // so we simply assume that when rename() fails that we are on win32 and try to use copy()
- if (!@rename($tmpFile, $cache))
- {
- if (copy($tmpFile, $cache))
- {
- unlink($tmpFile);
- }
- at sfConfigCache->writeCacheFile('config/config_handlers.yml', '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_config_handlers.yml.php', '<?php
// auto-generated by sfRootConfigHandler
// date: 2025/06/07 20:55:48
$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/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/config/config/config_handlers.yml'), '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/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/factories.yml', array('/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/config/config/factories.yml', '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/config/factories.yml'), '/home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config/config_factories.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/factories.yml')
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 155 ...
- }
- // include the factories configuration
- require($this->configuration->getConfigCache()->checkConfig('config/factories.yml'));
- $this->dispatcher->notify(new sfEvent($this, 'context.load_factories'));
- at sfContext->loadFactories()
in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 77 ...
- try
- {
- $this->loadFactories();
- }
- catch (sfException $e)
- {
- at sfContext->initialize(object('crudConfiguration'))
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('crudConfiguration'))
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('/article/new.html', '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('/index.php/article/new.html', 'get', array())
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 306 ...
- }
- }
- return $this->call($uri, $method, $parameters);
- }
- /**
- at sfTestFunctionalBase->click('New')
in SF_SYMFONY_LIB_DIR/plugins/sfPropelPlugin/test/functional/crud/crudBrowser.class.php line 90 ...
- // create page
- $this->
- info('create page')->
- click('New')->
- with('request')->begin()->
- isParameter('module', $this->urlPrefix)->
- isParameter('action', 'new')->
- at CrudBrowser->browse(array('generate-in-cache', 'with-show'))
in SF_SYMFONY_LIB_DIR/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php line 21 ...
- require_once(dirname(__FILE__).'/crudBrowser.class.php');
- $b = new CrudBrowser();
- $b->browse(array('generate-in-cache', 'with-show'));
-
symfony settings ...
mod_article_enabled: true
mod_article_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: crud
sf_app_base_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud
sf_app_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test
sf_app_config_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/config
sf_app_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud
sf_app_i18n_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/i18n
sf_app_lib_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/lib
sf_app_module_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/modules
sf_app_template_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/crud/templates
sf_apps_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps
sf_cache: false
sf_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache
sf_charset: utf-8
sf_check_lock: false
sf_compressed: false
sf_config_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/config
sf_config_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/config
sf_csrf_secret: F=84rfz3
sf_data_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/data
sf_debug: true
sf_default_culture: en
sf_enabled_modules:
- default
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/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/i18n
sf_lib_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/lib
sf_log_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_module_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: propel
sf_plugins_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/plugins
sf_rendering_filter:
- sfFakeRenderingFilter
- null
sf_root_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
sf_symfony_lib_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib
sf_template_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/template
sf_test: true
sf_test_cache_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/crud/test/test
sf_test_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/test
sf_upload_dir: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/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/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/web
symfony.asset.javascripts_included: true
symfony.asset.stylesheets_included: true
request ...
response ...
global vars ...
cookie: { }
env:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster026
DOCUMENT_ROOT: /home/zululandmx/.
ENVIRONMENT: development
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
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: www.ixoxo.pl
HTTP_REMOTE_IP: 216.73.216.134
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_FOR: 216.73.216.134
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 1cdf98934261c5919471f5a5a07a7053
HTTP_X_PREDICTOR: '1'
PHP_SELF: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
PHP_VER: 5_3
QUERY_STRING: ''
REGISTER_GLOBALS: '0'
REMOTE_ADDR: 216.73.216.134
REMOTE_PORT: '59652'
REQUEST_METHOD: GET
REQUEST_TIME: 1749322548
REQUEST_TIME_FLOAT: 1749322548.242
REQUEST_URI: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
SCRIPT_FILENAME: /home/zululandmx/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
SCRIPT_NAME: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
SCRIPT_URI: 'https://www.ixoxo.pl:443/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php'
SCRIPT_URL: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
SERVER_ADDR: 10.26.20.31
SERVER_ADMIN: postmaster@www.ixoxo.pl
SERVER_NAME: www.ixoxo.pl
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aESLNJnakA3exT4FHVnbswAABU0
USER: zululandmx
argc: 0
argv: { }
files: { }
get: { }
post: { }
server:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster026
DOCUMENT_ROOT: /home/zululandmx/.
ENVIRONMENT: development
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
HTTPS: on
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: localhost
HTTP_REFERER: 'https://localhost/article'
HTTP_REMOTE_IP: 216.73.216.134
HTTP_USER_AGENT: PHP5/CLI
HTTP_X_FORWARDED_FOR: 216.73.216.134
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 1cdf98934261c5919471f5a5a07a7053
HTTP_X_PREDICTOR: '1'
PATH_INFO: /article/new.html
PHP_SELF: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
PHP_VER: 5_3
QUERY_STRING: ''
REGISTER_GLOBALS: '0'
REMOTE_ADDR: 127.0.0.1
REMOTE_PORT: '59652'
REQUEST_METHOD: GET
REQUEST_TIME: 1749322548
REQUEST_TIME_FLOAT: 1749322548.242
REQUEST_URI: /index.php/article/new.html
SCRIPT_FILENAME: /index.php
SCRIPT_NAME: /index.php
SCRIPT_URI: 'https://www.ixoxo.pl:443/kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php'
SCRIPT_URL: /kamen.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud9Test.php
SERVER_ADDR: 10.26.20.31
SERVER_ADMIN: postmaster@www.ixoxo.pl
SERVER_NAME: localhost
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aESLNJnakA3exT4FHVnbswAABU0
USER: zululandmx
session_id: 9d7298b3a957980f1c2b90c79d24f03c