Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!!!][BUGFIX] Remove evaluation of Commands.php in Extensions #1010

Merged

Conversation

helhum
Copy link
Member

@helhum helhum commented Sep 8, 2021

This change should be considered as part of 7.0.0, but was lacking.
Without it a fatal error occurs, because commands from TYPO3 Console
are registered twice.

Since TYPOO3 now can handle low level commands with TYPO3 11,
the possibility to register them with TYPO3 Console has become
obsolete and therefore is removed.

Fixes: #1009

This change should be considered as part of 7.0.0, but was lacking.
Without it a fatal error occurs, because commands from TYPO3 Console
are registered twice.

Since TYPOO3 now can handle low level commands with TYPO3 11,
the possibility to register them with TYPO3 Console has become
obsolete and therefore is removed.

Fixes: TYPO3-Console#1009
@helhum helhum merged commit a197fa9 into TYPO3-Console:latest Sep 8, 2021
@helhum
Copy link
Member Author

helhum commented Sep 8, 2021

Messed this one up. followup here: #1011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command "typo3_console:backend:createadmin" registered by "typo3_console" is already in use
2 participants