I get the following error message when I try to include the front end module in the article:
ErrorException: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "Utf8" from namespace "InspiredMinds\ContaoSiblingNavigation\Module".
Did you forget a "use" statement for "Patchwork\Utf8"? in /vendor/inspiredminds/contao-sibling-navigation/src/Module/SiblingNavigationEvents.php:44
Stack trace:
#0 /vendor/contao/core-bundle/src/Resources/contao/elements/ContentModule.php(78): InspiredMinds\ContaoSiblingNavigation\Module\SiblingNavigationEvents->generate()
#1 /vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php(483): Contao\ContentModule->generate()
#2 /var/cache/prod/contao/dca/tl_content.php(1266): Contao\Controller::getContentElement(Object(Contao\ContentModel))
#3 /vendor/contao/core-bundle/src/Resources/contao/driv
#1 vendor/inspiredminds/contao-sibling-navigation/src/Module/SiblingNavigationEvents.php(44): handleFatalError
#0 vendor/sentry/sentry/lib/Raven/ErrorHandler.php(0): null
I get the following error message when I try to include the front end module in the article:
To reproduce:
[Contao 4.6.6]