[Flow] Fatal error with composer package

Robin Lehrmann role at vkf-renzel.de
Mon Nov 3 16:05:57 CET 2014


Hi,

Am 03.11.2014 um 16:02 schrieb Toco:
> I've installed the Arcavias library (arcavias/arcavias-core on packagist.org) via composer but afterwards the ./flow command throws a fatal error that an interface can't be redeclared.
>
> Inside the library the interface is only declared once and its name (MAdmin_Cache_Item_Inteface) doesn't collide with Flow classes.
>
> Does anybody know why this happens? Any help is appreciated!

add this to your Settings.yaml:

TYPO3:
  Flow:
     object:
       excludeClasses:
         'arcavias.arcavias-core': ['.*']

Cheers, Robin


More information about the Flow mailing list