Skip to content

Conversation

dvonrohr
Copy link

When using this bundle with Pimcore 11.* and Symfony 6.4, users may encounter the error 'SandboxExtension is already registered' during template rendering. This issue arises because the extension is being added multiple times.

Solution:
This pull request ensures that the SandboxExtension is added only if it has not already been loaded, preventing duplicate registrations and resolving the error.

When using this bundle with Pimcore 11.* and Symfony 6.4, the error
'SandboxExtension is already registered' is thrown during template rendering.

This fix ensures the extension is added only if it has not already been loaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant