When using on opcache.preload = /app/config/preload.php on platform.sh, I receive the following error(s) when building the project.
[17-Feb-2022 17:58:14 UTC] PHP Warning: Can't preload unlinked class Vich\UploaderBundle\Form\Type\VichFileType: Unknown parent Symfony\Component\Form\AbstractType in /app/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php on line 27
[17-Feb-2022 17:58:14 UTC] PHP Warning: Can't preload unlinked class Vich\UploaderBundle\Form\Type\VichImageType: Unknown parent Vich\UploaderBundle\Form\Type\VichFileType in /app/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php on line 21
[17-Feb-2022 17:58:14 UTC] PHP Warning: Can't preload unlinked class Vich\UploaderBundle\Form\Type\VichFileType: Unknown parent Symfony\Component\Form\AbstractType in /app/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php on line 27
Current behavior
See above
How to reproduce
Turn on opcache.preload by pointing it to symfony's preload script.
Bug Report
Summary
When using on
opcache.preload = /app/config/preload.php
on platform.sh, I receive the following error(s) when building the project.Current behavior
See above
How to reproduce
Turn on
opcache.preload
by pointing it to symfony's preload script.Expected behavior
Ability to use symfony's preload w/out error.