I encountered a typo in the namespace for this backport:
In config.php you check for "ContaoCommunityAlliance\Contao\Backports\InitializeSystem", but the actual path is src/ContaoCommunityAlliance/Contao/Backport" without a trailing "s".
This results in always not finding the class and throwing the PHP warning.
Please fix this typo in the directory name. Thanks!
Update: I fixed this in PR #3
Hi!
I encountered a typo in the namespace for this backport:
In config.php you check for "ContaoCommunityAlliance\Contao\Backports\InitializeSystem", but the actual path is src/ContaoCommunityAlliance/Contao/Backport" without a trailing "s".
This results in always not finding the class and throwing the PHP warning.
Please fix this typo in the directory name. Thanks!