Closed fritzmg closed 7 years ago
This happens for example in DMAElementGeneratorCallbacks.php
Easy fix: replace \String with \StringUtil (until the changes are available via composer)
It's already fixed in the develop-branch. With a lot of more optimizations.
Ah ok, pls close it! :)
There are several instances where dma_elementgenerator uses the old
\String
class, which is deprecated in Contao >=3.5.1
and incompatible with PHP 7. In order to make this extension compatible with PHP 7, it needs to replace all usages of the\String
class with\StringUtil
(but only for Contao3.5.1
and up).