Bug #81917
closedCalling typo3/sysext/core/bin/typo3 extbase -v throws Exception
100%
Description
1.
php7.0 /var/www/example.org/www/typo3/sysext/core/bin/typo3 extbase -v
yields
[Symfony\Component\Console\Exception\LogicException] You must override the execute() method in the concrete command class. Exception trace: () at /var/www/example.org/typo3_src-8.7.3/vendor/symfony/console/Command/Command.php:164 Symfony\Component\Console\Command\Command->execute() at /var/www/example.org/typo3_src-8.7.3/vendor/symfony/console/Command/Command.php:262 Symfony\Component\Console\Command\Command->run() at /var/www/example.org/typo3_src-8.7.3/vendor/symfony/console/Application.php:826 Symfony\Component\Console\Application->doRunCommand() at /var/www/example.org/typo3_src-8.7.3/vendor/symfony/console/Application.php:189 Symfony\Component\Console\Application->doRun() at /var/www/example.org/typo3_src-8.7.3/vendor/symfony/console/Application.php:120 Symfony\Component\Console\Application->run() at /var/www/example.org/typo3_src-8.7.3/typo3/sysext/core/Classes/Console/CommandRequestHandler.php:91 TYPO3\CMS\Core\Console\CommandRequestHandler->handleRequest() at /var/www/example.org/typo3_src-8.7.3/typo3/sysext/core/Classes/Core/Bootstrap.php:310 TYPO3\CMS\Core\Core\Bootstrap->handleRequest() at /var/www/example.org/typo3_src-8.7.3/typo3/sysext/core/Classes/Console/CommandApplication.php:75 TYPO3\CMS\Core\Console\CommandApplication->run() at /var/www/example.org/typo3_src-8.7.3/typo3/sysext/core/bin/typo3:22 {closure}() at /var/www/example.org/typo3_src-8.7.3/typo3/sysext/core/bin/typo3:23
2.
php7.0 /var/www/example.org/www/typo3/sysext/core/bin/typo3 extbase
yields
[Symfony\Component\Console\Exception\LogicException] You must override the execute() method in the concrete command class.
3.
php7.0 /var/www/sevas.lan/www/typo3/sysext/core/bin/typo3 extbase -x
yields
[Symfony\Component\Console\Exception\RuntimeException] The "-x" option does not exist.
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/53926
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/53926
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53926
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53926
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53926
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53926
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54162
Updated by Anonymous about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 938a5107b49b9941d18073804e467fd7de881f9b.