Skip to content
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

Interface 'Psr\Log\LoggerInterface' not found #2

Open
jmverges opened this issue Dec 19, 2014 · 2 comments
Open

Interface 'Psr\Log\LoggerInterface' not found #2

jmverges opened this issue Dec 19, 2014 · 2 comments

Comments

@jmverges
Copy link

"PHP message: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in /www/typo3_src/typo3/sysext/core/Classes/Log/Logger.php on line 24" while reading response header from upstream, client: 127.0.0.1, server: myserver.com, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm-vagrant.socket:", host: "myserver.com"

@marcosdsdba
Copy link

Try it : ~# composer require psr/log

Call /vender/autoload.php and 'use \Psr\Log\LoggerInterface;'

@mythnc
Copy link

mythnc commented Oct 23, 2018

I just met the same error, and found some solutions.

https://phabricator.wikimedia.org/T74932

composer install could solve this question

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

No branches or pull requests

3 participants