[Flow] Fatal error with composer package
Carsten Bleicker
carsten at bleicker.de
Mon Nov 3 16:12:38 CET 2014
ran into this also a several time using 3rd party packages.
would it make sense to make this "activateLibraries:" instead
and disable proxyclass building for any kind of "type" : "typo3-flow-package", ... ?
----------------------
Carsten Bleicker
Wülfingstraße 1
42477 Radevormwald
E-Mail: carsten at bleicker.de
Web: www.bleicker.de
Twitter: @carstenbleicker
Jabber: cbleicker at jabber.ccc.de
Telefon: +49 (0)171-2690845
Am 03.11.2014 um 16:05 schrieb Robin Lehrmann <role at vkf-renzel.de>:
> 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
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
More information about the Flow
mailing list