Ergebnis 1 bis 8 von 8

Thema: Probleme nach Installation und Migration auf einem Uni Webserver

  1. #1
    Contao-Nutzer
    Registriert seit
    06.04.2013.
    Beiträge
    83

    Standard Probleme nach Installation und Migration auf einem Uni Webserver

    Hallo, ich habe heute eine bestehende Website mit Contao 4.13 von einem Webhoster zu einem Webserver an einer Universität umgezogen. Die Datenbank ist mirgriert, Prod.-Cache erneuert, Composer Abhängkeiten ausgeführt, Symlinks erneuert. Alles ist quasi grün.

    Trotzdem habe ich zum einen das Problem, dass es scheinbar nicht möglich ist im Frontend auf Daten aus dem Ordner files zuzugreifen. Sprich Bilder werden im Frontend nicht angezeigt und Schriften nicht geladen. Wenn ich die Dateien separat im Browser aufrufen möchte bekommte ich die Meldung: "Forbidden, You don't have permission to access this resource." Die Ordner stehen alle in der Dateiverwaltung auf öffentlich. Ich habe den Haken bei "öffentlich" auch noch mal deaktiviert und wieder aktiviert.

    Zum anderen spuckt mir Contao endlose Zeilen an Fehlern aus, wo ich gar nicht weiß wo sie anfangen und wieder enden.


    Code:
    [2024-04-12T14:27:09.710657+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken\" class is deprecated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php:34)"} []
    [2024-04-12T14:27:09.710694+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of \"Symfony\\Component\\Security\\Core\\User\\UserInterface\" as $user in \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken\" is deprecated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:106)"} []
    [2024-04-12T14:27:09.710726+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:09.710747+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2024-04-12T14:27:09.715438+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:09.715471+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:09.715755+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:09.715786+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:09.741803+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:09.749052+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de'" at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 101 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:09.764592+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.3: Using the "langconfig.php" file has been deprecated and will no longer work in Contao 5.0. Create custom language files in the "contao/languages" folder instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.3: Using the \"langconfig.php\" file has been deprecated and will no longer work in Contao 5.0. Create custom language files in the \"contao/languages\" folder instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/System.php:594)"} []
    [2024-04-12T14:27:09.764880+00:00] php.WARNING: Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:381) {"exception":"[object] (ErrorException(code: 0): Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:381) at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php:27)"} []
    [2024-04-12T14:27:20.716658+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_NativeService.php:22)"} []
    [2024-04-12T14:27:20.716855+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_MetadataBagService.php:22)"} []
    [2024-04-12T14:27:20.717000+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_Factory_ServiceService.php:22)"} []
    [2024-04-12T14:27:20.717175+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.10: Using the "Contao\CoreBundle\Routing\FrontendLoader" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.10: Using the \"Contao\\CoreBundle\\Routing\\FrontendLoader\" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Routing/FrontendLoader.php:30)"} []
    [2024-04-12T14:27:20.718233+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespaces()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addNamespaces()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:70)"} []
    [2024-04-12T14:27:20.718267+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespace()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addNamespace()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:51)"} []
    [2024-04-12T14:27:20.718294+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addClasses()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addClasses()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:116)"} []
    [2024-04-12T14:27:20.718321+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addClass()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addClass()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:102)"} []
    [2024-04-12T14:27:20.718533+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718565+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718597+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718625+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718656+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718684+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.718711+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:20.720303+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using the "Contao\RequestToken" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using the \"Contao\\RequestToken\" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/RequestToken.php:15)"} []
    [2024-04-12T14:27:20.740946+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://ddrstudie.uni-mainz.de/contao-manager/users.json" (from "https://ddrstudie.uni-mainz.de/contao-manager.phar.php/")" at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://ddrstudie.uni-mainz.de/contao-manager/users.json\" (from \"https://ddrstudie.uni-mainz.de/contao-manager.phar.php/\") at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao-manager/users.json HTTP/2.0\r\nAccept:               application/json\r\nAccept-Encoding:      gzip, deflate, br\r\nAccept-Language:      de-DE,de;q=0.9\r\nCookie:               PHPSESSID=hehm8j7qc054laqsm3rr4esk8d; csrf_https-contao_csrf_token=TSvKsjiiSVKEQ3-_sMeV_vjInbSrX-B8owiWBzBf2hA\r\nForwarded:            for=\"94.134.165.80\";host=\"ddrstudie.uni-mainz.de\";proto=https\r\nHost:                 ddrstudie.uni-mainz.de\r\nProxy:                http://webproxy.zdv.uni-mainz.de:3128\r\nReferer:              https://ddrstudie.uni-mainz.de/contao-manager.phar.php/\r\nSec-Fetch-Dest:       empty\r\nSec-Fetch-Mode:       cors\r\nSec-Fetch-Site:       same-origin\r\nSurrogate-Capability: symfony=\"ESI/1.0\"\r\nUser-Agent:           Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15\r\nX-Forwarded-For:      94.134.165.80\r\nX-Php-Ob-Level:       1\r\nX-Requested-With:     XMLHttpRequest\r\nCookie: PHPSESSID=hehm8j7qc054laqsm3rr4esk8d; csrf_https-contao_csrf_token=TSvKsjiiSVKEQ3-_sMeV_vjInbSrX-B8owiWBzBf2hA\r\n\r\n at /www/VirtualHosts/ddr-studie.de/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2024-04-12T14:27:20.741279+00:00] php.INFO: User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Nyholm\\Psr7\\Factory\\HttplugFactory\" is deprecated since version 1.8, use \"Nyholm\\Psr7\\Factory\\Psr17Factory\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18)"} []
    [2024-04-12T14:27:20.741705+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of \"Symfony\\Component\\Security\\Core\\Authorization\\Strategy\\AccessDecisionStrategyInterface\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} []
    [2024-04-12T14:27:20.741769+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" to \"false\" is deprecated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50)"} []
    [2024-04-12T14:27:20.750079+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:20.750155+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:20.751049+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:20.751084+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:20.758983+00:00] php.INFO: User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/cache 5.4: \"Symfony\\Component\\Cache\\DoctrineProvider\" is deprecated, use \"Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/cache/DoctrineProvider.php:33)"} []
    [2024-04-12T14:27:20.759333+00:00] php.INFO: User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/cache 5.4: \"Symfony\\Component\\Cache\\DoctrineProvider\" is deprecated, use \"Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/cache/DoctrineProvider.php:33)"} []
    [2024-04-12T14:27:20.762640+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:20.764167+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de'" at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 101 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:20.764722+00:00] php.WARNING: Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:397) {"exception":"[object] (ErrorException(code: 0): Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:397) at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php:27)"} []
    [2024-04-12T14:27:20.764900+00:00] request.CRITICAL: Exception thrown when handling an exception (RuntimeException: Failed to start the session because headers have already been sent by "/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 145) {"exception":"[object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php\" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)"} []
    [2024-04-12T14:27:20.764950+00:00] php.CRITICAL: Uncaught Exception: Failed to start the session because headers have already been sent by "/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php" at line 397. {"exception":"[object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php\" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)\n[previous exception] [object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:23.656560+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_NativeService.php:22)"} []
    [2024-04-12T14:27:23.656761+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_MetadataBagService.php:22)"} []
    [2024-04-12T14:27:23.656949+00:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /www/VirtualHosts/ddr-studie.de/var/cache/prod/ContainerLPlScxH/getSession_Storage_Factory_ServiceService.php:22)"} []
    [2024-04-12T14:27:23.657138+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.10: Using the "Contao\CoreBundle\Routing\FrontendLoader" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.10: Using the \"Contao\\CoreBundle\\Routing\\FrontendLoader\" class has been deprecated and will no longer work in Contao 5.0. Use Symfony routing instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Routing/FrontendLoader.php:30)"} []
    [2024-04-12T14:27:23.658311+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespaces()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addNamespaces()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:70)"} []
    [2024-04-12T14:27:23.658357+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addNamespace()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addNamespace()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:51)"} []
    [2024-04-12T14:27:23.658388+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addClasses()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addClasses()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:116)"} []
    [2024-04-12T14:27:23.658422+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.2: Using "Contao\ClassLoader::addClass()" has been deprecated and will no longer work in Contao 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.2: Using \"Contao\\ClassLoader::addClass()\" has been deprecated and will no longer work in Contao 5.0. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/ClassLoader.php:102)"} []
    [2024-04-12T14:27:23.658643+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658678+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658712+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658756+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658788+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658827+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.658855+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using "array_insert()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\ArrayUtil::arrayInsert()" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using \"array_insert()\" has been deprecated and will no longer work in Contao 5.0. Use \"Contao\\ArrayUtil::arrayInsert()\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php:410)"} []
    [2024-04-12T14:27:23.660484+00:00] php.INFO: User Deprecated: Since contao/core-bundle 4.0: Using the "Contao\RequestToken" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since contao/core-bundle 4.0: Using the \"Contao\\RequestToken\" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead. at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/Resources/contao/library/Contao/RequestToken.php:15)"} []
    [2024-04-12T14:27:23.670476+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://ddrstudie.uni-mainz.de/contao-manager/users.json" (from "https://ddrstudie.uni-mainz.de/contao-manager.phar.php/")" at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://ddrstudie.uni-mainz.de/contao-manager/users.json\" (from \"https://ddrstudie.uni-mainz.de/contao-manager.phar.php/\") at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request\nGET /contao-manager/users.json HTTP/2.0\r\nAccept:               application/json\r\nAccept-Encoding:      gzip, deflate, br\r\nAccept-Language:      de-DE,de;q=0.9\r\nCookie:               PHPSESSID=hehm8j7qc054laqsm3rr4esk8d; csrf_https-contao_csrf_token=TSvKsjiiSVKEQ3-_sMeV_vjInbSrX-B8owiWBzBf2hA\r\nForwarded:            for=\"94.134.165.80\";host=\"ddrstudie.uni-mainz.de\";proto=https\r\nHost:                 ddrstudie.uni-mainz.de\r\nProxy:                http://webproxy.zdv.uni-mainz.de:3128\r\nReferer:              https://ddrstudie.uni-mainz.de/contao-manager.phar.php/\r\nSec-Fetch-Dest:       empty\r\nSec-Fetch-Mode:       cors\r\nSec-Fetch-Site:       same-origin\r\nSurrogate-Capability: symfony=\"ESI/1.0\"\r\nUser-Agent:           Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15\r\nX-Forwarded-For:      94.134.165.80\r\nX-Php-Ob-Level:       1\r\nX-Requested-With:     XMLHttpRequest\r\nCookie: PHPSESSID=hehm8j7qc054laqsm3rr4esk8d; csrf_https-contao_csrf_token=TSvKsjiiSVKEQ3-_sMeV_vjInbSrX-B8owiWBzBf2hA\r\n\r\n at /www/VirtualHosts/ddr-studie.de/vendor/symfony-cmf/routing/src/ChainRouter.php:210)"} []
    [2024-04-12T14:27:23.670780+00:00] php.INFO: User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Nyholm\\Psr7\\Factory\\HttplugFactory\" is deprecated since version 1.8, use \"Nyholm\\Psr7\\Factory\\Psr17Factory\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18)"} []
    [2024-04-12T14:27:23.671250+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of \"Symfony\\Component\\Security\\Core\\Authorization\\Strategy\\AccessDecisionStrategyInterface\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} []
    [2024-04-12T14:27:23.671320+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" to \"false\" is deprecated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50)"} []
    [2024-04-12T14:27:23.681213+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:23.681254+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:23.681899+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: Method \"Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken::isAuthenticated()\" is deprecated, return null from \"getUser()\" instead when a token is not authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144)"} []
    [2024-04-12T14:27:23.681932+00:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
    [2024-04-12T14:27:23.688769+00:00] php.INFO: User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/cache 5.4: \"Symfony\\Component\\Cache\\DoctrineProvider\" is deprecated, use \"Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/cache/DoctrineProvider.php:33)"} []
    [2024-04-12T14:27:23.689124+00:00] php.INFO: User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/cache 5.4: \"Symfony\\Component\\Cache\\DoctrineProvider\" is deprecated, use \"Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider\" instead. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/cache/DoctrineProvider.php:33)"} []
    [2024-04-12T14:27:23.694578+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:23.696255+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de'" at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 101 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-04-12T14:27:23.696717+00:00] php.WARNING: Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:397) {"exception":"[object] (ErrorException(code: 0): Warning: Cannot modify header information - headers already sent by (output started at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php:397) at /www/VirtualHosts/ddr-studie.de/vendor/contao/core-bundle/src/HttpKernel/Header/NativeHeaderStorage.php:27)"} []
    [2024-04-12T14:27:23.696884+00:00] request.CRITICAL: Exception thrown when handling an exception (RuntimeException: Failed to start the session because headers have already been sent by "/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 145) {"exception":"[object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php\" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)"} []
    [2024-04-12T14:27:23.697026+00:00] php.CRITICAL: Uncaught Exception: Failed to start the session because headers have already been sent by "/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php" at line 397. {"exception":"[object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Response.php\" at line 397. at /www/VirtualHosts/ddr-studie.de/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)\n[previous exception] [object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    Kann jemand helfen?

  2. #2
    Contao-Urgestein Avatar von fiedsch
    Registriert seit
    09.07.2009.
    Ort
    München
    Beiträge
    3.038

    Standard

    Wenn ich ein Bild!das im Quelltext angegeben ist (z.B. https://ddrstudie.uni-mainz.de/files...dd59286f_k.jpg) direkt aufrufe, bekomme ich vom Server einen Fehler 403 „ Forbidden You don't have permission to access this resource.“.

    Du müsstest klären, warum das so ist. Z.B. Rechte der Verzeichnisse oder Dateien.
    Contao-Community-Treff Bayern: http://www.contao-bayern.de

  3. #3
    Contao-Nutzer
    Registriert seit
    06.04.2013.
    Beiträge
    83

    Standard

    Hallo zusammen,

    ich stehe vor einem kuriosen Problem mit der Rechtevergabe auf dem Uni-Server. Die Rechtevergabe funktioniert nur über den Windows Explorer und nicht per FTP oder Konsole. Noch kurioser ist, dass die Rechte nur global für alle Verzeichnisse vergeben werden können. Der Support konnte mir bisher auch noch nicht weiterhelfen...

    Da mir langsam die Ideen ausgehen, habe ich eine unorthodoxe Lösung ausprobiert: Ich habe den Ordner files direkt ins public-Verzeichnis geschoben, ohne Symlinks zu verwenden. Ich weiß, das klingt verrückt, aber auf den ersten Blick scheint es tatsächlich zu funktionieren.

    Das Projekt ist zeitlich überschaubar und wird nicht über die Supportphase von Contao 4.13 hinausgehen. Daher frage ich mich, welche Risiken, abgesehen von Sicherheitsaspekten, bestehen, wenn ich den files-Ordner ins public-Verzeichnis verschiebe?

    Außerdem würde ich gerne wissen, ob es eine Möglichkeit gibt zu verhindern, dass Contao die Symlinks automatisch neu erstellt?

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.167
    Partner-ID
    10107

    Standard

    Windows? Ist das ein IIS?
    Grundsätzlich musst du dafür sorgen, dass der Webserver entweder .htaccess Dateien versteht oder ansonsten für Contao entsprechend konfiguriert ist. Darüber hinaus muss der Webserver so konfiguriert werden, dass er Symlinks folgt (siehe dazu auch das Handbuch der Doku).
    » sponsor me via GitHub or Revolut

  5. #5
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.270
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Muss das Projekt unbedingt auf dem Uni-Server laufen? Müssen da nach der Erstellung jemals noch Dateien hinzugefügt oder geändert werden und falls ja, wie oft? Jegliche Kosten unter 500,-€ für ein externes Webhosting für die überschaubare Laufzeit von maximal 20 Monaten werden letztlich wohl niedriger sein, als wenn du dich einen Arbeitstag mit dem offenbar nicht Contao-kompatiblen Uni-Server vergnügst und später womöglich Dateien bei jeder Änderung manuell hin- und herschubsen und ihre Rechte anpassen musst, sofern das überhaupt geht. Und sofern das dann noch jemand weiss, wie das alles genau zu machen ist, damit es funktioniert. Tatsächlich können die Kosten für ein externes Hosting über die Projektlaufzeit sogar unter 100,-€ liegen. Die dürftest du mittlerweile bereits locker verbraten haben.

  6. #6
    Contao-Nutzer
    Registriert seit
    06.04.2013.
    Beiträge
    83

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Windows? Ist das ein IIS?
    Grundsätzlich musst du dafür sorgen, dass der Webserver entweder .htaccess Dateien versteht oder ansonsten für Contao entsprechend konfiguriert ist. Darüber hinaus muss der Webserver so konfiguriert werden, dass er Symlinks folgt (siehe dazu auch das Handbuch der Doku).
    Danke ich prüfe das mal und konfrontiere den Support damit.

    Zitat Zitat von tab Beitrag anzeigen
    Muss das Projekt unbedingt auf dem Uni-Server laufen? Müssen da nach der Erstellung jemals noch Dateien hinzugefügt oder geändert werden und falls ja, wie oft? Jegliche Kosten unter 500,-€ für ein externes Webhosting für die überschaubare Laufzeit von maximal 20 Monaten werden letztlich wohl niedriger sein, als wenn du dich einen Arbeitstag mit dem offenbar nicht Contao-kompatiblen Uni-Server vergnügst und später womöglich Dateien bei jeder Änderung manuell hin- und herschubsen und ihre Rechte anpassen musst, sofern das überhaupt geht. Und sofern das dann noch jemand weiss, wie das alles genau zu machen ist, damit es funktioniert. Tatsächlich können die Kosten für ein externes Hosting über die Projektlaufzeit sogar unter 100,-€ liegen. Die dürftest du mittlerweile bereits locker verbraten haben.
    Hehe ja du wirst lachen, aber aktuell läuft alles auf einem externen Server und soll zur Uni umgezogen werden. Das mit den Kosten habe ich auch vorgerechnet, aber es geht den Verantwortlichen ums Prinzip. Naja was soll man da zu noch sagen... Ich versuch es für mich selbst zu nutzen um meine Skils zu erweitern

  7. #7
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.270
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von bjoernson Beitrag anzeigen
    Danke ich prüfe das mal und konfrontiere den Support damit.



    Hehe ja du wirst lachen, aber aktuell läuft alles auf einem externen Server und soll zur Uni umgezogen werden. Das mit den Kosten habe ich auch vorgerechnet, aber es geht den Verantwortlichen ums Prinzip. Naja was soll man da zu noch sagen... Ich versuch es für mich selbst zu nutzen um meine Skils zu erweitern
    Ach so, die wollen anhand des Projekts ihren Webserver vernünftig einstellen und den Benutzern auch sinnvolle Tools und Anleitungen zur Benutzung an die Hand geben. Sehr löblich.

  8. #8
    Contao-Nutzer
    Registriert seit
    06.04.2013.
    Beiträge
    83

    Standard

    So dieses Problem ist erstmal gelöst. Ich hatte folgende Rückmeldung erhalten:

    Symbolische Links sind zwar erlaubt, jedoch darf ihnen aus Sicherheitsgründen nur gefolgt werden, wenn der Besitzer des Links mit dem Ziel identisch ist. Das war vorher nicht bekannt.

    Der Besitzer der Verzeichnisse files/ddrstudie, files/naturetheme und files/social-feed wurde rekursiv auf den Webserver-User gesetzt.
    Die Website an sich scheint nun zu laufen. Änderungen sind ach möglich. Nur habe ich noch folgende Meldungen im System Log. Ich verstehe es so, dass es Probleme mit dem Datenbank User gibt und dieser keinen Zugriff hat. Aber wie gesagt, ich kann Inhalte anpassen.

    Code:
    [2024-06-14T14:57:44.421389+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
    [2024-06-14T14:57:44.441080+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []
    [2024-06-14T14:57:44.442046+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de'" at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 101 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'ddr-studie.de'@'%' to database 'ddr-studie.de' at /www/VirtualHosts/ddr-studie.de/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)"} []

Aktive Benutzer

Aktive Benutzer

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

Berechtigungen

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