Actions
Bug #71526
closedInterface 'Psr\Log\LoggerInterface' not found in typo3/sysext/core/Classes/Log/Logger.php on line 21
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After upgrading 6.2 to 7.6 and following all steps in the Upgrade tool and clearing the caches, I can access the backend, but when trying to access the content of a page with the List or Page module, I receive the next error:
Fatal error: Interface 'Psr\Log\LoggerInterface' not found in typo3/sysext/core/Classes/Log/Logger.php on line 21
I opened the class \TYPO3\CMS\Core\Log\Logger class in my PhpStorm and the \Psr\Log\LoggerInterface class doesn't exist.
Actions