-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Interface 'Symfony\Component\HttpKernel\Log\LoggerInterface' not found.. #13
Comments
I got the same error
|
It seems that it is missing the symfony component in composer.json. I tried to add an entry |
Have same error Fatal error: Interface 'Symfony\Component\HttpKernel\Log\LoggerInterface' not found in /var/www/gearman-ui/vendor/symfony/monolog-bridge/Logger.php on line 23 Time Memory Function Location1 0.0001 229736 {main}( ) ../index.php:0 |
Adding |
Ok. After |
Adding |
@dorogoy's soluton worked for me as well.
|
I can confirm adding Adding "symfony/http-kernel": "^2.8" resolved the issue for me. fixed it for me. |
Adding "symfony/symfony": "2.7.*" in composer.json solved the issue in my case too. |
Adding "symfony/symfony": "2.7.*" in composer.json solved the issue in my case. |
This file seems to be missing
I followed the instructions here exactly:
http://gaspaio.github.io/gearmanui/
The text was updated successfully, but these errors were encountered: