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

Bastian Waidelich bastian at typo3.org
Wed Mar 4 16:25:39 CET 2015


On 04.03.15, at 15:39, Mira wrote:

> I don't understand this.
> Should I exclude this class with this code?  Like this?
>
> Flow:
>    object:
>      excludeClasses:
>        PHPExcel

TYPO3:
   Flow:
     object:
       excludeClasses:
         'phpoffice/phpexcel' : ['.*']

see 
http://docs.typo3.org/flow/TYPO3FlowDocumentation/2.3/TheDefinitiveGuide/PartIII/PackageManagement.html#using-3rd-party-packages

Note that this will be the default for non-flow packages from Flow 3.0 
onwards.
And make sure to remove the PHPExcel files from your Flow package.

-- 
Bastian Waidelich


More information about the Flow mailing list