Skip to content

Instantly share code, notes, and snippets.

@sheepwall
Created October 16, 2019 11:46
Show Gist options
  • Save sheepwall/25b8cb059d400f99072cd4a78c6e3e78 to your computer and use it in GitHub Desktop.
Save sheepwall/25b8cb059d400f99072cd4a78c6e3e78 to your computer and use it in GitHub Desktop.
request.INFO: Matched route "fos_user_security_check". {"route":"fos_user_security_check","route_parameters":{"_route":"fos_user_security_check","_controller":"fos_user.security.controller:checkAction"},"request_uri":"http://localhost:8001/login_check","method":"POST"} []
doctrine.DEBUG: SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.id AS id_12, t0.first_name AS first_name_13, t0.last_name AS last_name_14 FROM tough_user t0 WHERE t0.username_canonical = ? LIMIT 1 ["ron_furgandy"] []
php.INFO: User Deprecated: Calling "Symfony\Component\Security\Core\User\UserChecker::checkPreAuth()" with an AdvancedUserInterface is deprecated since Symfony 4.1. Create a custom user checker if you wish to keep this functionality. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling \"Symfony\\Component\\Security\\Core\\User\\UserChecker::checkPreAuth()\" with an AdvancedUserInterface is deprecated since Symfony 4.1. Create a custom user checker if you wish to keep this functionality. at code-reactjs/start/vendor/symfony/security/Core/User/UserChecker.php:36)"} []
php.INFO: User Deprecated: Calling "Symfony\Component\Security\Core\User\UserChecker::checkPostAuth()" with an AdvancedUserInterface is deprecated since Symfony 4.1. Create a custom user checker if you wish to keep this functionality. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling \"Symfony\\Component\\Security\\Core\\User\\UserChecker::checkPostAuth()\" with an AdvancedUserInterface is deprecated since Symfony 4.1. Create a custom user checker if you wish to keep this functionality. at code-reactjs/start/vendor/symfony/security/Core/User/UserChecker.php:68)"} []
security.INFO: User has been authenticated successfully. {"username":"ron_furgandy"} []
doctrine.DEBUG: "START TRANSACTION" [] []
doctrine.DEBUG: UPDATE tough_user SET last_login = ? WHERE id = ? ["2019-10-16 13:31:31",10] []
doctrine.DEBUG: "COMMIT" [] []
security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","_controller":"App\\Controller\\DefaultController::indexAction"},"request_uri":"http://localhost:8001/","method":"GET"} []
security.INFO: Populated the TokenStorage with an anonymous Token. [] []
php.INFO: User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route\" annotation is deprecated since version 5.2. Use \"Symfony\\Component\\Routing\\Annotation\\Route\" instead. at code-reactjs/start/vendor/sensio/framework-extra-bundle/Configuration/Route.php:16)"} []
request.INFO: Matched route "lift". {"route":"lift","route_parameters":{"_route":"lift","_controller":"App\\Controller\\LiftController::indexAction"},"request_uri":"http://localhost:8001/lift","method":"GET"} []
security.INFO: Populated the TokenStorage with an anonymous Token. [] []
security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at code-reactjs/start/vendor/symfony/security/Http/Firewall/AccessListener.php:68)"} []
security.DEBUG: Calling Authentication entry point. [] []
request.INFO: Matched route "fos_user_security_login". {"route":"fos_user_security_login","route_parameters":{"_route":"fos_user_security_login","_controller":"fos_user.security.controller:loginAction"},"request_uri":"http://localhost:8001/login","method":"GET"} []
security.INFO: Populated the TokenStorage with an anonymous Token. [] []
php.INFO: User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use fos_user.security.controller::loginAction instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use fos_user.security.controller::loginAction instead. at code-reactjs/start/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:39)"} []
request.INFO: Matched route "fos_js_routing_js". {"route":"fos_js_routing_js","route_parameters":{"_route":"fos_js_routing_js","_controller":"fos_js_routing.controller:indexAction","_format":"js"},"request_uri":"http://localhost:8001/js/routing?callback=fos.Router.setData","method":"GET"} []
php.INFO: User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use fos_js_routing.controller::indexAction instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use fos_js_routing.controller::indexAction instead. at code-reactjs/start/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:39)"} []
request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c872a"},"request_uri":"http://localhost:8001/_wdt/8c872a","method":"GET"} []
php.INFO: User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bundle\\TwigBundle\\Loader\\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead. at code-reactjs/start/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14)"} []
php.INFO: User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bundle\\FrameworkBundle\\Templating\\TemplateFilenameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. at code-reactjs/start/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php:14)"} []
php.INFO: User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bundle\\TwigBundle\\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \\Twig\\Environment instead. at code-reactjs/start/vendor/symfony/twig-bundle/TwigEngine.php:14)"} []
php.INFO: User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bridge\\Twig\\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \\Twig\\Environment instead. at code-reactjs/start/vendor/symfony/twig-bridge/TwigEngine.php:14)"} []
php.INFO: User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. at code-reactjs/start/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14)"} []
php.INFO: User Deprecated: The "FOS\UserBundle\Controller\SecurityController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"FOS\\UserBundle\\Controller\\SecurityController\" class extends \"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller\" that is deprecated since Symfony 4.2, use \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController\" instead. at code-reactjs/start/vendor/symfony/debug/DebugClassLoader.php:200)"} []
php.INFO: User Deprecated: The "FOS\UserBundle\Controller\ProfileController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"FOS\\UserBundle\\Controller\\ProfileController\" class extends \"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller\" that is deprecated since Symfony 4.2, use \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController\" instead. at code-reactjs/start/vendor/symfony/debug/DebugClassLoader.php:200)"} []
php.INFO: User Deprecated: The "FOS\UserBundle\Controller\RegistrationController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"FOS\\UserBundle\\Controller\\RegistrationController\" class extends \"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller\" that is deprecated since Symfony 4.2, use \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController\" instead. at code-reactjs/start/vendor/symfony/debug/DebugClassLoader.php:200)"} []
php.INFO: User Deprecated: The "FOS\UserBundle\Controller\ChangePasswordController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"FOS\\UserBundle\\Controller\\ChangePasswordController\" class extends \"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller\" that is deprecated since Symfony 4.2, use \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController\" instead. at code-reactjs/start/vendor/symfony/debug/DebugClassLoader.php:200)"} []
php.INFO: User Deprecated: The "FOS\UserBundle\Controller\ResettingController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"FOS\\UserBundle\\Controller\\ResettingController\" class extends \"Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller\" that is deprecated since Symfony 4.2, use \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController\" instead. at code-reactjs/start/vendor/symfony/debug/DebugClassLoader.php:200)"} []
php.INFO: User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Symfony\\Bundle\\TwigBundle\\Loader\\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead. at code-reactjs/start/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14)"} []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment