Actions
Bug #70569
closedError message when calling cli on empty caches
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2015-10-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Steps to reproduce
1. Clear file caches
rm -rf typo3temp/Cache/
2. call a cli script:
typo3/cli_dispatch.phpsh lowlevel_admin
Expected result: Cli command works
Actual result:
Oops, an error occurred: PHP Warning: Cannot bind an instance to a static closure in /Users/helmut/Developer/TYPO3/master/typo3/sysext/backend/Classes/Console/CliRequestHandler.php line 70
Actions