[sfParseException]
Configuration file "/html/www.kirschbaum-strings.cz/www/config/../data/symfony/config/php.yml" specifies key "zend.ze1_compatibility_mode" which is not a php.ini directive [err0002]
learn more about this issue
stack trace
- at ()
in SF_ROOT_DIR/lib/symfony/config/sfPhpConfigHandler.class.php line 84 ...
- if (!array_key_exists($key, $configs))
- {
- $error = sprintf('Configuration file "%s" specifies key "%s" which is not a php.ini directive [err0002]', $configFiles[0], $key);
- throw new sfParseException($error);
- }
- if (ini_get($key) != $value)
- at sfPhpConfigHandler->execute(array('/html/www.kirschbaum-strings.cz/www/config/../data/symfony/config/php.yml'))
in SF_ROOT_DIR/lib/symfony/config/sfConfigCache.class.php line 103 ...
- if ($handlerToCall)
- {
- // call the handler and retrieve the cache data
- $data = $handlerToCall->execute($configs);
- $this->writeCacheFile($handler, $cache, $data);
- }
- at sfConfigCache->callHandler('config/php.yml', array('/html/www.kirschbaum-strings.cz/www/config/../data/symfony/config/php.yml'), '/html/www.kirschbaum-strings.cz/www/cache/Front/dev/config/config_php.yml.php')
in SF_ROOT_DIR/lib/symfony/config/sfConfigCache.class.php line 190 ...
- if (!is_readable($cache) || $mtime > filemtime($cache))
- {
- // configuration has changed so we need to reparse it
- $this->callHandler($configPath, $files, $cache);
- // clear process cache
- if ('config/config_handlers.yml' != $configPath && sfConfig::get('sf_use_process_cache') && !$process_cache_cleared)
- at sfConfigCache->checkConfig('config/php.yml', '')
in SF_ROOT_DIR/lib/symfony/config/sfConfigCache.class.php line 248 ...
- */
- public function import($config, $once = true, $optional = false)
- {
- $cache = $this->checkConfig($config, $optional);
- if ($optional && !$cache)
- {
- at sfConfigCache->import('config/php.yml', '')
in SF_ROOT_DIR/lib/symfony/symfony.php line 125 ...
- $configCache->import($core_classes, false);
- }
- $configCache->import($sf_app_config_dir_name.'/php.yml', false);
- $configCache->import($sf_app_config_dir_name.'/routing.yml', false);
- // include all config.php from plugins
- at require('/html/www.kirschbaum-strings.cz/www/lib/symfony/symfony.php')
in SF_ROOT_DIR/lib/symfony/util/sfCore.class.php line 56 ...
- }
- else
- {
- require(sfConfig::get('sf_symfony_lib_dir').'/symfony.php');
- }
- }
- at sfCore::callBootstrap()
in SF_ROOT_DIR/lib/symfony/util/sfCore.class.php line 34 ...
- sfCore::initIncludePath();
- sfCore::callBootstrap();
- if (sfConfig::get('sf_check_lock'))
- {
- at sfCore::bootstrap('/html/www.kirschbaum-strings.cz/www/config/../lib/symfony', '/html/www.kirschbaum-strings.cz/www/config/../data/symfony')
in SF_ROOT_DIR/apps/Front/config/config.php line 8 ...
- // symfony bootstraping
- require_once($sf_symfony_lib_dir.'/util/sfCore.class.php');
- sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir);
-
- at require_once('/html/www.kirschbaum-strings.cz/www/apps/Front/config/config.php')
in SF_ROOT_DIR/index.php line 8 ...
- define('SF_ENVIRONMENT', 'dev');
- define('SF_DEBUG', true);
-
- require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
-
- sfContext::getInstance()->getController()->dispatch();
-
symfony settings ...
request ...
response ...
global vars ...