1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
500 | Internal Server Error | sfConfigurationException
You must provide a "file" parameter for this logger.
stack trace
at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/log/sfFileLogger.class.php line 48 ...
{
if (!isset($options['file']))
{
throw new sfConfigurationException('You must provide a "file" parameter for this logger.');
}
if (isset($options['format']))
at sfFileLogger->initialize(object('sfEventDispatcher'), array('auto_shutdown' => , 'level' => 'err', 'loggers' => null))
in SF_ROOT_DIR/lib/vendor/symfony/lib/log/sfLogger.class.php line 52 ...
at sfLogger->__construct(object('sfEventDispatcher'), array('auto_shutdown' => , 'level' => 'err', 'loggers' => null))
in SF_ROOT_DIR/cache/frontend/prod/config/config_factories.yml.php line 9 ...
at require('/homepages/3/d356602868/htdocs/projet_symfony/cache/frontend/prod/config/config_factories.yml.php')
in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155 ...
at sfContext->loadFactories()
in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77 ...
at sfContext->initialize(object('frontendConfiguration'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60 ...
at sfContext::createInstance(object('frontendConfiguration'))
in SF_ROOT_DIR/web/index.php line 7 ...
symfony settings ...
request ...
response ...
user ...
global vars ...
symfony v.1.4.9 - php 5.2.17
for help resolving this issue, please visit http://www.symfony-project.org/. |