You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're dealing with hundreds/thousands of asset documents (PDF), the asset method getLocalFile will fail ([PHP Warning: exec() unable to fork because a lot of resource streams will be processed.
Fetching the full path like in the example below could be a solution, but it won't work if the assets are stored on an asset storage server for example.
If you're dealing with hundreds/thousands of asset documents (PDF), the asset method
getLocalFile
will fail ([PHP Warning: exec() unable to fork
because a lot of resource streams will be processed.pimcore-dynamic-search-data-provider-trinity/src/DsTrinityDataBundle/Resource/FieldTransformer/Asset/PdfDataExtractor.php
Lines 59 to 60 in 5fd373a
Fetching the full path like in the example below could be a solution, but it won't work if the assets are stored on an asset storage server for example.
The text was updated successfully, but these errors were encountered: