- Issue created by @webmestre
- 🇪🇨Ecuador jwilson3
I believe this is an expected issue with the cache. We renamed a php class from SVG to VectorImage in order to pass phpstan requirements from GitLab CI on the Drupal infrastructure.
@webmestre After rebuilding the Drupal cache, does the error go away?
- 🇫🇷France webmestre
Hi @jwilson3,
I could'nt reproduce the issue after emptying the cache.
Shoud be good now. - 🇪🇨Ecuador jwilson3
Thank you @webmestre for confirming this.
It is a good practice to both rebuild caches (and run database updates) any time you update modules.
I will update the release notes of 2.3.4 to ensure people know they should clear caches.
- 🇩🇪Germany tasc Berlin
A little confusion here..
I can't see that class VectorImage.php, however a class being renamed from SVG.php to Svg.php? - 🇪🇨Ecuador jwilson3
A related issue was reported in 🐛 Drupal\Component\Plugin\Exception\PluginException: The plugin (svg) did not specify an instance class. Active . I **think** it would also be resolved with a cache rebuild, but needs confirmation from those experiencing the issue to confirm.