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
Description
When I used composer update in order to update my symfony version 3.4.14 to 3.4.15, I had this error when symfony tried to clear the cache
Loading composer repositories with package information
Updating dependencies (including require-dev)
1/1: https://codeload.github.com/symfony/symfony/legacy.zip/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1
Finished: success: 1, skipped: 0, failure: 0, total: 1
Package operations: 0 installs, 1 update, 0 removals
- Updating symfony/symfony (v3.4.14 => v3.4.15): Loading from cache
Package symfony/assetic-bundle is abandoned, you should avoid using it. Use symfony/webpack-encore-pack instead.
Writing lock file
Generating autoload files
> ComponentInstaller\Installer::postAutoloadDump
Compiling component files
> Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
> cp -r vendor/tinymce/tinymce vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/public/vendor
> Sidus\FileUploadBundle\Composer\ScriptHandler::symlinkJQueryFileUpload
Checking SymlinkOK
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
In PhpDumper.php line 1761:
Cannot dump definitions which have method calls.
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the symfony-scripts event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command:
In PhpDumper.php line 1761:
Cannot dump definitions which have method calls.
Additional context
I cleared composer cache and deleted my vendor folder but this error continues to appear only when I upgrade the version 3.4.14 to 3.4.15. When I downgrade 3.4.15 to 3.4.14 I have no issues.
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: 3.4.15
Description
When I used
composer update
in order to update my symfony version 3.4.14 to 3.4.15, I had this error when symfony tried to clear the cacheAdditional context
I cleared composer cache and deleted my vendor folder but this error continues to appear only when I upgrade the version 3.4.14 to 3.4.15. When I downgrade 3.4.15 to 3.4.14 I have no issues.
The text was updated successfully, but these errors were encountered: