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
Updated by Helmut Hummel about 9 years ago
- Target version changed from 8 LTS to 7 LTS
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44535
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44535
Updated by Daniel Goerz about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 959972609e64ecf6f3cca549a910d7044eda72ee.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions