You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
It seems like there's actually no configuration tree for this bundle, so all options are undefined, which throws an exception during configuration parsing / container warmup.
app/console -vvv
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
Unrecognized options "adapter, predis_resque" under "resque"
Exception trace:
() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:312
Symfony\Component\Config\Definition\ArrayNode->normalizeValue() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:264
Symfony\Component\Config\Definition\BaseNode->normalize() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php:33
Symfony\Component\Config\Definition\Processor->process() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php:50
Symfony\Component\Config\Definition\Processor->processConfiguration() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php:99
Symfony\Component\DependencyInjection\Extension\Extension->processConfiguration() at /www/sites/www.c.com/current/vendor/php-resque/resque-bundle/DependencyInjection/ResqueExtension.php:18
Resque\Bundle\ResqueBundle\DependencyInjection\ResqueExtension->load() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:55
Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php:39
Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:104
Symfony\Component\DependencyInjection\Compiler\Compiler->compile() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:574
Symfony\Component\DependencyInjection\ContainerBuilder->compile() at /www/sites/www.c.com/current/app/bootstrap.php.cache:2647
Symfony\Component\HttpKernel\Kernel->initializeContainer() at /www/sites/www.c.com/current/app/AppKernel.php:99
AppKernel->initializeContainer() at /www/sites/www.c.com/current/app/bootstrap.php.cache:2425
Symfony\Component\HttpKernel\Kernel->boot() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:70
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /www/sites/www.c.com/current/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:120
Symfony\Component\Console\Application->run() at /www/sites/www.c.com/current/app/console:30
It seems like there's actually no configuration tree for this bundle, so all options are undefined, which throws an exception during configuration parsing / container warmup.