Bug #29414

Deletion of packages results in fatal error

Added by Robert Lemke almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-01
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Command
Target version:TYPO3 Flow Base Distribution - 1.0 beta 2
PHP Version: Complexity:
Has patch: Affected Flow version:

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

Revision df34272c
Added by Robert Lemke almost 4 years ago

[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

#1 Updated by Karsten Dambekalns almost 4 years ago

The same seems to happen when activating a package that is not installed?!

#2 Updated by Robert Lemke almost 4 years ago

  • Status changed from New to Accepted
  • Assigned To set to Robert Lemke

#3 Updated by Mr. Hudson almost 4 years 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

#4 Updated by Mr. Hudson almost 4 years ago

Patch set 2 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767

#5 Updated by Mr. Hudson almost 4 years ago

Patch set 3 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767

#6 Updated by Mr. Hudson almost 4 years ago

Patch set 4 of change I8bbb9112cec12f1888e79896787db8a9d4e125a0 has been pushed to the review server.
It is available at http://review.typo3.org/4767

#7 Updated by Robert Lemke almost 4 years ago

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

Also available in: Atom PDF