[2019-06-06 16:31:25] console.ERROR: Error thrown while running command "cache:clear --dev". Message: "The "--dev" option does not exist." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--dev\" option does not exist. at C:\\wamp64\\www\\elearning\\vendor\\symfony\\console\\Input\\ArgvInput.php:218)","command":"cache:clear --dev","message":"The \"--dev\" option does not exist."} [] [2019-06-06 16:31:25] console.DEBUG: Command "cache:clear --dev" exited with code "1" {"command":"cache:clear --dev","code":1} [] [2019-06-07 09:07:57] request.INFO: Matched route "lesson". {"route":"lesson","route_parameters":{"_route":"lesson","_controller":"App\\Controller\\LessonController::index"},"request_uri":"http://elearning.bleusocial.com/public/lesson","method":"GET"} [] [2019-06-07 09:07:57] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-06-07 09:07:57] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:07:57] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:07:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-06-07 09:08:28] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} [] [2019-06-07 09:10:11] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::index"},"request_uri":"http://elearning.bleusocial.com/public/admin","method":"GET"} [] [2019-06-07 09:10:35] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-06-07 09:10:37] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:10:37] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:10:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-06-07 09:11:07] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} [] [2019-06-07 09:11:44] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::index"},"request_uri":"http://elearning.bleusocial.com/public/admin","method":"GET"} [] [2019-06-07 09:11:44] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-06-07 09:11:44] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:11:44] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:11:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-06-07 09:11:45] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.duration AS duration_4, t0.created_at AS created_at_5 FROM lesson t0 ORDER BY t0.created_at DESC LIMIT 3': SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs'" at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.duration AS duration_4, t0.created_at AS created_at_5 FROM lesson t0 ORDER BY t0.created_at DESC LIMIT 3':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} [] [2019-06-07 09:13:23] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::index"},"request_uri":"http://elearning.bleusocial.com/public/admin","method":"GET"} [] [2019-06-07 09:13:23] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-06-07 09:13:23] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:13:23] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-06-07 09:13:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-06-07 09:13:23] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.duration AS duration_4, t0.created_at AS created_at_5 FROM lesson t0 ORDER BY t0.created_at DESC LIMIT 3': SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs'" at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.duration AS duration_4, t0.created_at AS created_at_5 FROM lesson t0 ORDER BY t0.created_at DESC LIMIT 3':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'bs' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)"} [] [2019-06-07 09:26:08] console.ERROR: Error thrown while running command "'d:m:i'". Message: "Command "d:m:i" is ambiguous. Did you mean one of these? doctrine:mapping:info doctrine:mapping:import" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"d:m:i\" is ambiguous.\nDid you mean one of these?\n doctrine:mapping:info\n doctrine:mapping:import at /home/bleusoci/elearning/vendor/symfony/console/Application.php:671)","command":"'d:m:i'","message":"Command \"d:m:i\" is ambiguous.\nDid you mean one of these?\n doctrine:mapping:info\n doctrine:mapping:import"} [] [2019-06-07 09:31:28] console.ERROR: Error thrown while running command "'d:s:u' --force". Message: "An exception occurred while executing 'CREATE TABLE lesson_user (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, lesson_id INT DEFAULT NULL, register_at DATETIME NOT NULL, certificated TINYINT(1) NOT NULL, certificated_at DATETIME DEFAULT NULL, INDEX IDX_B4E2102DA76ED395 (user_id), INDEX IDX_B4E2102DCDF80196 (lesson_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'information_schema'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred while executing 'CREATE TABLE lesson_user (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, lesson_id INT DEFAULT NULL, register_at DATETIME NOT NULL, certificated TINYINT(1) NOT NULL, certificated_at DATETIME DEFAULT NULL, INDEX IDX_B4E2102DA76ED395 (user_id), INDEX IDX_B4E2102DCDF80196 (lesson_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'information_schema' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'information_schema' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90, PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'information_schema' at /home/bleusoci/elearning/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:88)","command":"'d:s:u' --force","message":"An exception occurred while executing 'CREATE TABLE lesson_user (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, lesson_id INT DEFAULT NULL, register_at DATETIME NOT NULL, certificated TINYINT(1) NOT NULL, certificated_at DATETIME DEFAULT NULL, INDEX IDX_B4E2102DA76ED395 (user_id), INDEX IDX_B4E2102DCDF80196 (lesson_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'bleusociapp'@'%' to database 'information_schema'"} [] [2019-06-07 09:31:28] console.DEBUG: Command "'d:s:u' --force" exited with code "1" {"command":"'d:s:u' --force","code":1} [] [2019-07-03 19:31:22] request.INFO: Matched route "app_forgotten_password". {"route":"app_forgotten_password","route_parameters":{"_route":"app_forgotten_password","_controller":"App\\Controller\\SecurityController::forgottenPassword"},"request_uri":"http://elearning.bleusocial.com/public/forgottenPassword","method":"POST"} [] [2019-07-03 19:31:22] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-07-03 19:31:22] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-07-03 19:31:22] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-07-03 19:31:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-07-03 19:31:24] app.ERROR: Exception occurred while flushing email queue: Connection could not be established with host smtp-relay.sendinblue.com [Connection refused #111] [] [] [2019-07-08 19:05:15] request.INFO: Matched route "app_forgotten_password". {"route":"app_forgotten_password","route_parameters":{"_route":"app_forgotten_password","_controller":"App\\Controller\\SecurityController::forgottenPassword"},"request_uri":"http://elearning.bleusocial.com/public/forgottenPassword","method":"POST"} [] [2019-07-08 19:05:15] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2019-07-08 19:05:15] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-07-08 19:05:15] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2019-07-08 19:05:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-07-08 19:05:17] app.ERROR: Exception occurred while flushing email queue: Connection could not be established with host smtp-relay.sendinblue.com [Connection refused #111] [] [] [2020-05-05 18:26:29] request.INFO: Matched route "app_forgotten_password". {"route":"app_forgotten_password","route_parameters":{"_route":"app_forgotten_password","_controller":"App\\Controller\\SecurityController::forgottenPassword"},"request_uri":"http://elearning.bleusocial.com/public/forgottenPassword","method":"POST"} [] [2020-05-05 18:26:29] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-05 18:26:29] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-05-05 18:26:29] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-05-05 18:26:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05 18:26:31] app.ERROR: Exception occurred while flushing email queue: Connection could not be established with host smtp-relay.sendinblue.com [Connection refused #111] [] []