Project

General

Profile

Actions

Bug #80053

closed

Exception: Maximum number of attempts must be a positive value.

Added by R3 H6 about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
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.

Actions #1

Updated by R3 H6 about 7 years ago

Problem is $attempts = false in ConsoleOutput, should be set to null.

Actions #2

Updated by Christian Kuhn about 7 years ago

  • Target version set to 8 LTS
  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Jigal van Hemert about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF