Bug #36013

Uncaught Exception on package:(de)activate when package is already (de)activated or not specified.

Added by Jacob Floyd over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:2012-04-13
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:Command
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

Try to activate a package that is already active, like TYPO3.FLOW3 or TYPO3.Fluid

./flow3 package:activate TYPO3.FLOW3

FLOW3 should say something like "Package is already active", but instead it throws an "Uncaught Exeption" with pretty useless information:

Uncaught Exception

More Information
  Exception code      #0
  File                [snip]Cache/Code/FLOW3_Objet_Classes/TYPO3_FLOW3_Cli_CommandController_Original.php line 249
  Exception reference #201204413235602f31b8f

The same exception occurs if you deactivate an already deactivated package.

If you don't specify the package to activate with ./flow3 package:activate, you get the same fairly useless error message (only it cites line 172 instead of 249).

History

#1 Updated by Christian Müller over 3 years ago

  • Status changed from New to Closed

This was a problem with the Cli handling of errors (happened on all Cli errors) and is fixed in master.

Also available in: Atom PDF