Feature #48862

Possibility to exclude package from file monitoring

Added by Pankaj Lele about 2 years ago.

Status:New Start date:2013-06-05
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:Monitor
Target version:-
PHP Version: Complexity:easy
Has patch:No

Description

We wanted to integrate the phpoffice/phpexcel package using composer. https://packagist.org/packages/phpoffice/phpexcel

After composer requiring it we faced error "PHPExcel_Shared_PCLZip_pclzip.lib" is not a valid cache entry identifier. " when trying to access Flow anyway CLI/Web.

Then we tried to exclude all classes from this package using the Flow setting TYPO3.Flow.object.excludeClasses but this did not help.

After further digging I came to know that file monitoring is not excluding files from this package so I think exclude from file monitoring can be helpful setting to integrate third party packages and Flow do not care about those packages.

As a workaround we made the package inactive by manually editing the Configuration/PackageStates.php

Also available in: Atom PDF