[2022-03-14T16:58:10.037612+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there). {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener\" directly (and optionally configure the HTTP(s) ports there). at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php:19)"} [] [2022-03-14T16:58:10.038342+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\BasicAuthenticationEntryPoint\" class is deprecated, use the new security system with \"Symfony\\Component\\Security\\Http\\Authenticator\\HttpBasicAuthenticator\" instead. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php:19)"} [] [2022-03-14T16:58:10.038409+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T16:58:10.038466+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T16:58:10.038523+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T16:58:15.982731+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://sfinga.co/login","method":"GET"} [] [2022-03-14T16:58:15.989481+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "$authenticationEntryPoint" argument of "Symfony\Component\Security\Http\Firewall\ChannelListener::__construct()" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"$authenticationEntryPoint\" argument of \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener::__construct()\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/ChannelListener.php:40)"} [] [2022-03-14T16:58:15.993883+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2022-03-14T16:58:15.993932+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T16:58:15.994005+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T16:58:15.994037+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T16:58:15.994065+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T16:58:15.994630+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The $authManager argument of \"Symfony\\Component\\Security\\Http\\Firewall\\AccessListener::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/AccessListener.php:45)"} [] [2022-03-14T16:58:15.996745+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} [] [2022-03-14T16:58:15.996821+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead 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 \"IS_AUTHENTICATED_ANONYMOUSLY\" security attribute is deprecated, use \"PUBLIC_ACCESS\" for public resources, otherwise use \"IS_AUTHENTICATED\" or \"IS_AUTHENTICATED_FULLY\" instead if you want to check if the request is (fully) authenticated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php:89)"} [] [2022-03-14T16:58:16.130736+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/pqxjhsb/sfinga/public/build/entrypoints.json" does not exist.")." at /home/pqxjhsb/sfinga/templates/security/login.html.twig line 6 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/pqxjhsb/sfinga/public/build/entrypoints.json\" does not exist.\"). at /home/pqxjhsb/sfinga/templates/security/login.html.twig:6)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/pqxjhsb/sfinga/public/build/entrypoints.json\" does not exist. at /home/pqxjhsb/sfinga/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2022-03-14T16:58:16.925464+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T16:58:16.926715+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T16:58:16.926782+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T16:58:16.934972+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a407f"},"request_uri":"https://sfinga.co/_wdt/5a407f","method":"GET"} [] [2022-03-14T16:58:17.188455+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T16:58:17.188674+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:01:19.610660+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:01:19.612647+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:01:19.612708+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:01:19.626445+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://sfinga.co/login","method":"GET"} [] [2022-03-14T17:01:19.945594+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there). {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener\" directly (and optionally configure the HTTP(s) ports there). at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php:19)"} [] [2022-03-14T17:01:19.946645+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "$authenticationEntryPoint" argument of "Symfony\Component\Security\Http\Firewall\ChannelListener::__construct()" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"$authenticationEntryPoint\" argument of \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener::__construct()\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/ChannelListener.php:40)"} [] [2022-03-14T17:01:19.960350+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2022-03-14T17:01:19.960414+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T17:01:19.960454+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T17:01:19.960484+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T17:01:19.960512+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T17:01:19.961176+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The $authManager argument of \"Symfony\\Component\\Security\\Http\\Firewall\\AccessListener::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/AccessListener.php:45)"} [] [2022-03-14T17:01:19.965056+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} [] [2022-03-14T17:01:19.965126+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead 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 \"IS_AUTHENTICATED_ANONYMOUSLY\" security attribute is deprecated, use \"PUBLIC_ACCESS\" for public resources, otherwise use \"IS_AUTHENTICATED\" or \"IS_AUTHENTICATED_FULLY\" instead if you want to check if the request is (fully) authenticated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php:89)"} [] [2022-03-14T17:01:20.425195+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:01:20.426056+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:01:20.426101+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:01:20.431490+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f756fb"},"request_uri":"https://sfinga.co/_wdt/f756fb","method":"GET"} [] [2022-03-14T17:01:20.478273+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:01:20.478424+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:01:21.908340+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:01:21.909110+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:01:21.909156+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:01:21.913567+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://sfinga.co/login","method":"POST"} [] [2022-03-14T17:01:22.022778+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there). {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener\" directly (and optionally configure the HTTP(s) ports there). at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php:19)"} [] [2022-03-14T17:01:22.023136+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "$authenticationEntryPoint" argument of "Symfony\Component\Security\Http\Firewall\ChannelListener::__construct()" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"$authenticationEntryPoint\" argument of \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener::__construct()\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/ChannelListener.php:40)"} [] [2022-03-14T17:01:22.028385+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2022-03-14T17:01:22.028424+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T17:01:22.028457+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T17:01:52.178082+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40)"} [] [2022-03-14T17:01:53.041698+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:01:53.043469+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:01:53.043510+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:01:53.050327+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89da0f"},"request_uri":"https://sfinga.co/_wdt/89da0f","method":"GET"} [] [2022-03-14T17:01:53.104452+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:01:53.104555+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:02:07.105439+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:02:07.115869+01:00] php.INFO: User Deprecated: Method "Symfony\Component\Console\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\Console\\Helper\\HelperInterface::getName()\" might add \"string\" as a native return type declaration in the future. Do the same in implementation \"Doctrine\\DBAL\\Tools\\Console\\Helper\\ConnectionHelper\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/pqxjhsb/sfinga/vendor/symfony/error-handler/DebugClassLoader.php:325)"} [] [2022-03-14T17:02:37.220942+01:00] console.CRITICAL: Error thrown while running command "doctrine:migrations:migrate -n". Message: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40)","command":"doctrine:migrations:migrate -n","message":"An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out"} [] [2022-03-14T17:02:37.221595+01:00] console.DEBUG: Command "doctrine:migrations:migrate -n" exited with code "1" {"command":"doctrine:migrations:migrate -n","code":1} [] [2022-03-14T17:02:55.600145+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:03:46.982183+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:03:46.984406+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:03:46.984450+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:03:46.997259+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://sfinga.co/login","method":"POST"} [] [2022-03-14T17:03:47.367896+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there). {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener\" directly (and optionally configure the HTTP(s) ports there). at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php:19)"} [] [2022-03-14T17:03:47.369283+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "$authenticationEntryPoint" argument of "Symfony\Component\Security\Http\Firewall\ChannelListener::__construct()" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"$authenticationEntryPoint\" argument of \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener::__construct()\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/ChannelListener.php:40)"} [] [2022-03-14T17:03:47.384641+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2022-03-14T17:03:47.384703+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T17:03:47.384739+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T17:04:17.501485+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40)"} [] [2022-03-14T17:04:18.468483+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:04:18.470308+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:04:18.470350+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:04:18.477726+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36e36a"},"request_uri":"https://sfinga.co/_wdt/36e36a","method":"GET"} [] [2022-03-14T17:04:18.543202+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:04:18.543351+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:09:28.141481+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:09:28.143426+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:09:28.143470+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:09:28.155204+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://sfinga.co/login","method":"POST"} [] [2022-03-14T17:09:28.348131+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there). {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener\" directly (and optionally configure the HTTP(s) ports there). at /home/pqxjhsb/sfinga/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php:19)"} [] [2022-03-14T17:09:28.349016+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.4: The "$authenticationEntryPoint" argument of "Symfony\Component\Security\Http\Firewall\ChannelListener::__construct()" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.4: The \"$authenticationEntryPoint\" argument of \"Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener::__construct()\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-http/Firewall/ChannelListener.php:40)"} [] [2022-03-14T17:09:28.362544+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2022-03-14T17:09:28.362608+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-14T17:09:28.362644+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2022-03-14T17:09:28.434097+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory" at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /home/pqxjhsb/sfinga/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40)"} [] [2022-03-14T17:09:29.017853+01:00] php.INFO: User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55)"} [] [2022-03-14T17:09:29.018639+01: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 /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75)"} [] [2022-03-14T17:09:29.018679+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of \"Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker::__construct\" is deprecated. at /home/pqxjhsb/sfinga/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38)"} [] [2022-03-14T17:09:29.023786+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"590745"},"request_uri":"https://sfinga.co/_wdt/590745","method":"GET"} [] [2022-03-14T17:09:29.072626+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} [] [2022-03-14T17:09:29.072781+01:00] php.INFO: User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. {"exception":"[object] (ErrorException(code: 0): User Deprecated: getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. at /home/pqxjhsb/sfinga/vendor/composer/InstalledVersions.php:262)"} []