Contao-Camp 2024
Ergebnis 1 bis 3 von 3

Thema: Suchfunktion funktioniert teilweise nicht?

  1. #1
    Contao-Nutzer
    Registriert seit
    27.05.2014.
    Beiträge
    119

    Standard Suchfunktion funktioniert teilweise nicht?

    Hallo zusammen,
    ich habe hier eine mehrsprachige Website mit Contao 4.4.47

    Die Englische Version scheint problemlos zu funktionieren, aber aus irgendeinem Grund die Deutsche nicht- da kommen laufend Fehlermeldungen. Hier der Logauszug beim Aufbauen des Suchindexes:
    https://pastebin.com/TSsNu1QK

    Alle Fehler, die hier gelistet sind, sind während des Aufbauen des Suchindexes aufgetaucht. Die Sache ist, dass die Suche teilweise noch funktioniert. Ich frage mich aber, warum Contao versucht, Seiten zu indexieren, die so nicht existieren. Beispielsweise steht im Log etwas von

    DOMAIN.com/produkte

    Aber es sollte eigentlich

    DOMAIN.com/de/produkte

    heißen. Die Seiten sind auch so problemlos erreichbar.

    Unter app/config/config.yml ist folgendes definiert:

    Code:
    # Contao configuration
    contao:
        prepend_locale: true
        url_suffix: ''
    Woran könnte das Liegen?

    composer.json:
    Code:
    {
        "type": "project",
        "require": {
            "con4gis/pwa": "^1.6",
            "contao-components/jquery": "3.x-dev as 1.99",
            "contao/calendar-bundle": "^4.4",
            "contao/comments-bundle": "^4.4",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "^4.4",
            "contao/listing-bundle": "^4.4",
            "contao/manager-bundle": "4.4.*",
            "contao/news-bundle": "^4.4",
            "contao/newsletter-bundle": "^4.4",
            "delahaye/dlh_googlemaps": "^2.4",
            "derhaeuptling/contao-seo-serp-preview": "^3.0",
            "dieschittigs/contao-recaptcha": "^1.2",
            "hofff/contao-googleanalytics": "^1.5",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "madeyourday/contao-rocksolid-icon-picker": "^2.0",
            "madeyourday/contao-rocksolid-mega-menu": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "madeyourday/contao-rocksolid-theme-assistant": "^2.0",
            "metamodels/bundle_all": "^2.1",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/notification_center": "^1.5"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Geändert von d33eniz (30.03.2020 um 15:57 Uhr)

  2. #2
    Contao-Nutzer
    Registriert seit
    27.05.2014.
    Beiträge
    119

    Standard

    Nachtrag:

    Leere ich meine config.yml, dann erscheinen "nur" noch folgende Fehler:

    Code:
    [2020-03-30 12:17:57] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:57] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:58] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:58] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:59] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:59] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:17:59] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    Das heißt, Contao versucht "leere" Sachen in die Datenbank einzupflegen, kann es aber nicht? Warum würde es überhaupt versuchen leere Einträge zu machen? Schalte ich wieder meine config.yml, dann erhalte ich wieder tolle 500er Meldungen:

    Code:
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/index" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/index at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/index at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"include","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/include","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/include" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/include at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/include at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"veranstaltungen","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/veranstaltungen","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/veranstaltungen" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/veranstaltungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/veranstaltungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"kontakt","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/kontakt","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/kontakt" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/kontakt at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/kontakt at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"datenschutz","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/datenschutz","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/datenschutz" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/datenschutz at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/datenschutz at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"downloads","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/downloads","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/downloads" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/downloads at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/downloads at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:47] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"glossar","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/glossar","method":"GET"} []
    [2020-03-30 12:24:47] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/glossar" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/glossar at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/glossar at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"videos","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/videos","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/videos" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/videos at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/videos at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"newsletter","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/newsletter","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/newsletter" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/newsletter at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/newsletter at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"news-details","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/news-details","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/news-details" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/news-details at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/news-details at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"DOMAIN-blog","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/DOMAIN-blog","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/DOMAIN-blog" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/DOMAIN-blog at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/DOMAIN-blog at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"skripte","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/skripte","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/skripte" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/skripte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/skripte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"produkte","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/produkte","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/produkte" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/produkte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/produkte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"id-404","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/id-404","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/id-404" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/id-404 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/id-404 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"produkte/DOMAIN-produktliste","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/produkte/DOMAIN-produktliste","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/produkte/DOMAIN-produktliste" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/produkte/DOMAIN-produktliste at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/produkte/DOMAIN-produktliste at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"anwendungen","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/anwendungen","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/anwendungen" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/anwendungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/anwendungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"sitemap","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/sitemap","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/sitemap" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/sitemap at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/sitemap at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"fallbeispiele","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/fallbeispiele","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/fallbeispiele" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/fallbeispiele at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/fallbeispiele at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"suche","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/suche","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/suche" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/suche at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/suche at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:48] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"häufige-fragen","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/h%C3%A4ufige-fragen","method":"GET"} []
    [2020-03-30 12:24:48] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/h%C3%A4ufige-fragen" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/h%C3%A4ufige-fragen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/h%C3%A4ufige-fragen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"impressum","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/impressum","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/impressum" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/impressum at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/impressum at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"include","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/include","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/include" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/include at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/include at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"index","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/index","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/index" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/index at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/index at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"veranstaltungen","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/veranstaltungen","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/veranstaltungen" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/veranstaltungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/veranstaltungen at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"datenschutz","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/datenschutz","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/datenschutz" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/datenschutz at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/datenschutz at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"kontakt","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/kontakt","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/kontakt" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/kontakt at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/kontakt at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"glossar","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/glossar","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/glossar" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/glossar at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/glossar at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"videos","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/videos","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/videos" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/videos at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/videos at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"downloads","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/downloads","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/downloads" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/downloads at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/downloads at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"newsletter","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/newsletter","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/newsletter" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/newsletter at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/newsletter at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"news-details","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/news-details","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/news-details" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/news-details at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/news-details at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"DOMAIN-blog","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/DOMAIN-blog","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/DOMAIN-blog" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/DOMAIN-blog at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/DOMAIN-blog at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:49] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_url_fragment":"skripte","_route":"contao_catch_all"},"request_uri":"https://www.DOMAIN.com/skripte","method":"GET"} []
    [2020-03-30 12:24:49] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2020-03-30 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://www.DOMAIN.com/skripte" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page not found: https://www.DOMAIN.com/skripte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\\CoreBundle\\Exception\\PageNotFoundException(code: 0): Page not found: https://www.DOMAIN.com/skripte at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []
    [2020-03-30 12:24:50] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'INSERT INTO tl_search_index (pid, word, relevance, language) VALUES':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /var/www/vhosts/DOMAIN.com/httpdocs/2019/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []
    Aha- also findet Contao wieder nicht die richtigen Seiten- aber warum denn nicht? Warum ist die Domain so falsch? Und warum funktioniert es bei der Englischsprachigen Variante ohne Probleme?

    Ein Blick in die Datenbank zeigt auch:
    chrome_fjT2DvUwAa.png
    Also speichert Contao die Keywords der 500er Seite in der Datenbank- er kann die Seite also nicht aufrufen. Warum? Und warum funktioniert es für "normale" Endverbraucher, aber nicht für die Suchfunktion?

    EDIT: Nach genauerer Betrachtung sieht man das auch in den Suchergebnissen:
    mspaint_T2s7lRX5DZ.png
    Geändert von d33eniz (30.03.2020 um 14:33 Uhr)

  3. #3
    Contao-Nutzer
    Registriert seit
    27.05.2014.
    Beiträge
    119

    Standard

    Nachtrag:

    Eigenartiger Fund?

    1. Neues Mitglied anlegen (wichtig, bei der Sprache "Deutsch (Deutschland)" auswählen)
    2. Einstellungen -> Standart-Zugriffrechte (etwas zuweisen)
    3. Suchindex löschen und mit diesem Mitglied neu aufbauen

    Ergebnis:
    - keine Fehlermeldungen in der Logdatei, ABER
    - auch kein Suchindex (Nur 3 zufällige Einträge!?)

    Zurück zu Suchindex neu aufbauen ohne Mitglied:
    - Englischer Suchindex wird wieder korrekt aufgebaut, beim Deutschen wieder nur 500er Fehlermeldungen

    EDIT: Scheint alles keine echte Auswirkung zu haben. Meine letzte Vermutung ist einfach, dass irgendwas mit dem Routing nicht stimmt. Contao leitet intern nicht auf die "domain.com/de/seite" Unterseiten weiter, sondern nur auf "domain.com/seite".

    EDIT2: Selbst wenn die prepend_locale nicht eingesetzt ist, kommen zwar keinen 500er Fehlermeldungen in der Logfile, aber trotzdem in den Suchtabellen innerhalb der Datenbank...

    EDIT3: Verschiedene PHP-Versionen (7.1 - 7.4) mit verschiedenen Optionen durchprobiert, in der Hoffnung, dass es irgendwie hier einen Haken gibt, aber auch leider hier nicht...

    EDIT4: Mir fällt auch gerade auf, dass jedes Mal, wenn eine deutsche (Unter-)Seite geöffnet wird, der Log um alle Seiten erweitert wird, die nicht aufgerufen werden können. Das erklärt, warum die Log-files mehrere Gigabytes groß sind.

    EDIT5: In der Hoffnung, dass es daran liegen könnte, habe ich folgende Pakete deinstalliert, leider vergebens:

    Code:
    "con4gis/pwa": "^1.6",
    "contao-components/jquery": "3.x-dev as 1.99",
    EDIT6: Ich habe hier noch eine Testversion der Website- es sieht so aus, als ob es unter Contao 4.4.46 noch lief. Ich versuche ein Downgrade.

    EDIT7: Richtig eigenartig: Cache leeren in der Testversion und neu aufbauen resultiert nun im gleichen Fehler. Ich konnte auf der Seite vorher aber definitiv Suchergebnisse sehen, jetzt sind alle mit der 500er Fehlermeldung versehen...

    EDIT8: Auf der Testplattform habe ich nun sämtliche unnötigen Plugins deinstalliert und einen neuen Startpunkt einer Website festgelegt. Die Sprache hier mal auf Deutsch, mal auf Englisch gestellt und die gleichen 500er Meldungen kommen auch hier. Ich kann anscheinend keine neue Seiten mehr anlegen, die indexiert werden könnten. AUSSCHLIESSLICH auf dem Startpunkt der englischen Version scheint es zu gehen. Ändere ich hier Sprachvariablen um, scheint es dem System egal zu sein- es funktioniert einfach. Da es eine sehr umfangreiche Seite ist, gibt es vielleicht Hinweise, wie ich hier am besten nach dem Fehler suchen kann?

    EDIT9: TEIL-LÖSUNG Nach der Deinstallation des PWA-Plugins habe ich nach sämtlichen Unterschieden gesucht- der Suchindex wird mit dem englischen Seitenlayout, aber nicht dem deutschen aufgebaut- erster Hinweis also. Da war noch das Modul darin, was Contao anscheinend Schwierigkeiten gemacht hat. Jetzt funktioniert die Suche wieder "nur" teilweise, anstatt gar nicht. Ich vermute es gibt Inhaltselemente, die Contao stören, weswegen der Suchindex bei manchen Seiten nicht aufgebaut werden kann, ich schaue weiter...
    Geändert von d33eniz (30.03.2020 um 16:39 Uhr)

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •