[Flow] Get an 404 error after switching to "production"-context

Carsten Bleicker carsten at bleicker.de
Fri Mar 6 16:04:10 CET 2015


2.3.x
PHP Fatal error:  Cannot redeclare class PHPExcel_Autoloader in /Users/pumatertion/Sites/FlowDev/Packages/Libraries/phpoffice/phpexcel/Classes/PHPExcel/Autoloader.php on line 47

3.x (master)
works

so i think it has something to do with proxy compiling wich is switched from blacklist to whitelist in flow 3.x

so after adding this to my Settings.yaml it works with 2.3.x

TYPO3:
  Flow:
    object:
      excludeClasses:
        'phpoffice.phpexcel': ['PHPExcel', 'PHPExcel\\.*']


Mit sonnigem Gruß
Carsten Bleicker

----------------------

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 06.03.2015 um 15:47 schrieb Christian Loock <chl at vkf-renzel.de>:
> 
> Hi,
> 
> I get the same error.
> 
> 
> Am 06.03.2015 um 15:43 schrieb Mira Frei:
>> OK. So you think all is fine with my config? Can you please test to install the phpexcel with composer into your flow project to test with it?
>> 
>> After composer update an "./flow help" is enough to get this error..
>> 
>> Not know what to do... :-(
>> _______________________________________________
>> Flow mailing list
>> Flow at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
> 
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow



More information about the Flow mailing list