Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

The helper "logger" is not defined #21

Open
samirspatel opened this issue Jan 12, 2017 · 0 comments
Open

The helper "logger" is not defined #21

samirspatel opened this issue Jan 12, 2017 · 0 comments

Comments

@samirspatel
Copy link

samirspatel commented Jan 12, 2017

On a brand new install when I run ./resque queue:list -v

Exception trace:
 () at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Helper/HelperSet.php:78
 Symfony\Component\Console\Helper\HelperSet->get() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:599
 Symfony\Component\Console\Command\Command->getHelper() at /Users/samirpatel/htdocs/php-resque/src/Console/Command.php:29
 Resque\Console\Command->getResque() at /Users/samirpatel/htdocs/php-resque/src/Console/QueueListCommand.php:29
 Resque\Console\QueueListCommand->execute() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:252
 Symfony\Component\Console\Command\Command->run() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:889
 Symfony\Component\Console\Application->doRunCommand() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:193
 Symfony\Component\Console\Application->doRun() at /Users/samirpatel/htdocs/php-resque/vendor/symfony/console/Symfony/Component/Console/Application.php:124
 Symfony\Component\Console\Application->run() at /Users/samirpatel/htdocs/php-resque/src/Console/ConsoleRunner.php:58
 Resque\Console\ConsoleRunner::run() at /Users/samirpatel/htdocs/php-resque/resque:30

Since $logger is an optional argument in ConsoleRunner, I would not expect it to throw an exception.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant