Actions
Bug #80053
closedException: Maximum number of attempts must be a positive value.
Start date:
2017-02-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
I updated a composer Installation from 7.6 to 8.6 by composer update.
During the Update also the symfony/console was updated from 2.* to 3.*.
My own commands using ConsoleOutput::select or ConsoleOutput::askAndValidate are throwing an exception now:
Maximum number of attempts must be a positive value.
Updated by Remo H. over 7 years ago
Problem is $attempts = false in ConsoleOutput, should be set to null.
Updated by Christian Kuhn over 7 years ago
- Target version set to 8 LTS
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 7 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/51949
Updated by Gerrit Code Review over 7 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/51949
Updated by Jigal van Hemert over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0d3c91ebb7f80290018864e130184650594ef417.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions