hofff / contao-social-tags

GNU Lesser General Public License v3.0
2 stars 5 forks source link

Fehler nach Installation Contao 4.9.13 #18

Closed operatorone closed 3 years ago

operatorone commented 3 years ago

Hi, leider wirft das System nach der Installation von hofff/contao-social-tags folgenden Fehler:

[2021-05-11 12:38:20] request.INFO: Matched route "tl_page.88". {"route":"tl_page.88","route_parameters":{"_token_check":true,"_controller":"Contao\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\PageModel: {})","parameters":"","_route":"tl_page.88"},"request_uri":"https://update.MMMMMM.de/shop/warenkorb.html","method":"GET"} [] [2021-05-11 12:38:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-11 12:38:20] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 2 passed to Hofff\Contao\SocialTags\EventListener\Hook\FaqReaderListener::onGetFrontendModule() must be of the type string, null given, called in /home/www/contao4_upd/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php on line 426" at /home/www/contao4_upd/vendor/hofff/contao-social-tags/src/EventListener/Hook/FaqReaderListener.php line 55 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Hofff\Contao\SocialTags\EventListener\Hook\FaqReaderListener::onGetFrontendModule() must be of the type string, null given, called in /home/www/contao4_upd/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php on line 426 at /home/www/contao4_upd/vendor/hofff/contao-social-tags/src/EventListener/Hook/FaqReaderListener.php:55)"} []

Hier die installierten Erweiterungen:

    "php": "^5.6|^7.0",
    "bwein-net/contao-database-backup": "^1.2",
    "contao-dd/advanced-classes-bundle": "^0.5.5",
    "contao/calendar-bundle": "4.9.*",
    "contao/comments-bundle": "4.9.*",
    "contao/conflicts": "*@dev",
    "contao/faq-bundle": "4.9.*",
    "contao/listing-bundle": "4.9.*",
    "contao/manager-bundle": "4.9.*",
    "contao/news-bundle": "4.9.*",
    "contao/newsletter-bundle": "4.9.*",
    "delahaye/dlh_googlemaps": "^2.3",
    "dklemmt/contao_dk_mmenu": "^3.0",
    "do-while/contao-backupdb-bundle": "^1.2",
    "fritzmg/contao-lightcase": "^2.0",
    "fritzmg/contao-sharebuttons": "^2.0",
    "hofff/contao-calendarfield": "^3.0",
    "hofff/contao-comments-latest": "^2.0",
    "hofff/contao-shariff": "^3.0",
    "hofff/contao-social-tags": "^1.1",
    "inspiredminds/contao-include-info": "^1.0",
    "isotope/isotope-core": "2.7.*",
    "isotope/isotope_documents": "^1.0",
    "ma3xl3/contao-easy-favicon": "^2.0",
    "madeyourday/contao-rocksolid-antispam": "^2.0",
    "madeyourday/contao-rocksolid-columns": "^2.0",
    "madeyourday/contao-rocksolid-custom-elements": "^2.2",
    "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
    "madeyourday/contao-rocksolid-slider": "^2.0",
    "markenzoo/contao-file-helper-bundle": "^1.2",
    "markocupic/gallery-creator-bundle": "^1.0",
    "mindbird/contao-uitotop": "^2.0",
    "numero2/contao-heiser-imkerei": "1.0.0",
    "numero2/contao-isotope-orgamax": "1.0.0",
    "oveleon/contao-component-style-manager": "^2.5",
    "oveleon/contao-cookiebar": "^1.8",
    "richardhj/isotope-klarna-checkout": "^1.1",
    "sioweb/glossar": "^1.3",
    "stefansl/contao-divider-bundle": "^1.0",
    "terminal42/contao-conditionalselectmenu": "^3.0",
    "terminal42/contao-easy_themes": "^2.2",
    "terminal42/contao-fineuploader": "^2.0",
    "terminal42/contao-url-rewrite": "^1.3",
    "terminal42/notification_center": "^1.4"
dmolineus commented 3 years ago

A frontend module does not create a string as return value, even it's documented that it has to. Looks like mindbird/contao-uitotop causes the issue.