Bug #6047

./flow3 - wrong flush cache controller

Added by Julian Kleinhans over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-01-16
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 7
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Hi,

the commandline script ./flow3 calls a wrong controller by flushing the cache

line 177
CONTROLLER='Manager'

but there is no "ManagerController" only a "CacheManagerController"

Change this line and it works!

CONTROLLER='CacheManager'

Associated revisions

Revision 9d932ee2
Added by Robert Lemke over 5 years ago

[+BUGFIX] FLOW3 (Core): Fixed the controller class names in the flow3 bash script. Resolves #6059 and resolves #6047

History

#1 Updated by Robert Lemke over 5 years ago

  • Category changed from Cache to Core
  • Status changed from New to Accepted
  • Target version changed from 1.0 alpha 6 to 1.0 alpha 7

#2 Updated by Robert Lemke over 5 years ago

  • Assigned To set to Robert Lemke

#3 Updated by Robert Lemke over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Resolved in r3654

Also available in: Atom PDF