Bug #29292
Typing help on FLOW3 shell exits
| Status: | Resolved | Start date: | 2011-08-27 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | Command | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 beta 2 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 2 (View) |
Description
I have typed ./flow3 flow3:core:shell and the shell prompt came .
When typing help , it throws the below error.
hari@hari-Vostro1510:/media/Linux/flow3$ ./flow3 flow3:core:shell FLOW3 Interactive Shell FLOW3 > help Uncaught Exception in FLOW3 #1: Catchable Fatal Error: Argument 1 passed to TYPO3\FLOW3\Command\CoreCommandController::echoSubProcessResponse() must be an array, null given, called in /media/Linux/flow3/Packages/Framework/TYPO3.FLOW3/Classes/Command/CoreCommandController.php on line 246 and defined in /media/Linux/flow3/Packages/Framework/TYPO3.FLOW3/Classes/Command/CoreCommandController.php line 303 thrown in file Packages/Framework/TYPO3.FLOW3/Classes/Error/ErrorHandler.php in line 81 Reference code: 20110827084131a1af4f #0 TYPO3\FLOW3\Error\DebugExceptionHandler::echoExceptionCli() /media/Linux/flow3/Packages/Framework/TYPO3.FLOW3/Classes/Error/AbstractExceptionHandler.php:60 #1 TYPO3\FLOW3\Error\AbstractExceptionHandler::handleException() hari@hari-Vostro1510:/media/Linux/flow3$ ./flow3 flow3:core:shell FLOW3 Interactive Shell FLOW3 > Bye! hari@hari-Vostro1510:/media/Linux/flow3$
Associated revisions
[BUGFIX] Interactive shell works again
The interactive shell (flow3:core:shell) could not launch
the sub process anymore because the name of the FLOW3 script
has changed from "flow3" to "flow3.php". Due to this, no
command could be executed within the interactive shell.
This change set adjusts the script name and all commands
should work again.
Change-Id: I35928b0b36a8cb4cb82f3520077a3d658794a10e
Resolves: #29292
History
Updated by Karsten Dambekalns over 1 year ago
- Project changed from TYPO3 Flow Base Distribution to TYPO3.Flow
- Priority changed from Should have to Must have
Updated by Karsten Dambekalns over 1 year ago
- Subject changed from Typing help on shell exits to Typing help on FLOW3 shell exits
- Category set to Command
- Target version set to 1.0 beta 2
Updated by Sebastian Kurfuerst over 1 year ago
confirmed.
Updated by Robert Lemke over 1 year ago
- Status changed from New to Accepted
- Assignee set to Robert Lemke
Updated by Mr. Hudson over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 of change I35928b0b36a8cb4cb82f3520077a3d658794a10e has been pushed to the review server.
It is available at http://review.typo3.org/4770
Updated by Mr. Hudson over 1 year ago
Patch set 2 of change I35928b0b36a8cb4cb82f3520077a3d658794a10e has been pushed to the review server.
It is available at http://review.typo3.org/4770
Updated by Mr. Hudson over 1 year ago
Patch set 3 of change I35928b0b36a8cb4cb82f3520077a3d658794a10e has been pushed to the review server.
It is available at http://review.typo3.org/4770
Updated by Mr. Hudson over 1 year ago
Patch set 4 of change I35928b0b36a8cb4cb82f3520077a3d658794a10e has been pushed to the review server.
It is available at http://review.typo3.org/4770
Updated by Robert Lemke over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2b52d22ee35312440284a09ed3557bd20c82ade7.