Bug #29414
Deletion of packages results in fatal error
| Status: | Resolved | Start date: | 2011-09-01 | |
|---|---|---|---|---|
| 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: | 0 |
Description
Most package operations (package:delete, package:deactivate etc.) and possibly also flow3:cache:flush result in a fatal error like this one:
$ ./flow3 package:delete TYPO3.T3con11Typo3Org Flushed all caches. Fatal error: Call to a member function dispatch() on a non-object in /opt/local/apache2/htdocs/sites/flow3.org/Packages/Framework/TYPO3.FLOW3/Classes/SignalSlot/SignalAspect.php on line 49
Related issues
| related to TYPO3.Flow - Bug #28373: Error after clearing temporary data | Closed | 2011-07-21 |
Associated revisions
[BUGFIX] package:* commands no longer issue a fatal error
Most package:* commands and sometimes also the flow3:cache:flush
command issued a fatal error. The actual command was executed
successfully, but the SignalAspect caused a fatal error because
the proxy code cache had already been flushed and therefore
FLOW3 was in an unstable state.
Those commands which flush the code caches will now exit right away
to avoid any further code execution.
Change-Id: I8bbb9112cec12f1888e79896787db8a9d4e125a0
Resolves: #29414
History
Updated by Karsten Dambekalns over 1 year ago
The same seems to happen when activating a package that is not installed?!
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 I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767
Updated by Mr. Hudson over 1 year ago
Patch set 2 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767
Updated by Mr. Hudson over 1 year ago
Patch set 3 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767
Updated by Mr. Hudson over 1 year ago
Patch set 4 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767
Updated by Robert Lemke over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset df34272c15e2a8d04ef0f15a896d1e13865cd883.