[2025-09-16T16:08:32.563459+00:00] console.CRITICAL: Error thrown while running command "make:entity". Message: "The target-entity App\Entity\Suggestion cannot be found in 'App\Entity\User#suggestions'." {"exception":"[object] (Doctrine\\ORM\\Mapping\\MappingException(code: 0): The target-entity App\\Entity\\Suggestion cannot be found in 'App\\Entity\\User#suggestions'. at C:\\laragon\\www\\New SQR\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Mapping\\MappingException.php:851)","command":"make:entity","message":"The target-entity App\\Entity\\Suggestion cannot be found in 'App\\Entity\\User#suggestions'."} [] [2025-09-16T16:08:32.564555+00:00] console.DEBUG: Command "make:entity" exited with code "1" {"command":"make:entity","code":1} [] [2025-09-17T09:32:32.058634+00:00] deprecation.INFO: User Deprecated: Method "PDO::exec()" might add "int|false" as a native return type declaration in the future. Do the same in child class "Doctrine\DBAL\Driver\PDOConnection" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"PDO::exec()\" might add \"int|false\" as a native return type declaration in the future. Do the same in child class \"Doctrine\\DBAL\\Driver\\PDOConnection\" now to avoid errors or add an explicit @return annotation to suppress this message. at C:\\laragon\\www\\New SQR\\vendor\\symfony\\error-handler\\DebugClassLoader.php:326)"} [] [2025-09-17T09:32:32.399650+00:00] console.CRITICAL: Error thrown while running command "doctrine:schema:update --force". Message: "An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'sqr_db'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'sqr_db' at C:\\laragon\\www\\New SQR\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'sqr_db' at C:\\laragon\\www\\New SQR\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'sqr_db' at C:\\laragon\\www\\New SQR\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:40)","command":"doctrine:schema:update --force","message":"An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'sqr_db'"} [] [2025-09-17T09:32:32.401877+00:00] console.DEBUG: Command "doctrine:schema:update --force" exited with code "1" {"command":"doctrine:schema:update --force","code":1} [] [2025-09-17T09:32:44.975690+00:00] console.CRITICAL: Error thrown while running command ""database:create"". Message: "There are no commands defined in the "database" namespace. Did you mean this? doctrine:database" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"database\" namespace.\n\nDid you mean this?\n doctrine:database at C:\\laragon\\www\\New SQR\\vendor\\symfony\\console\\Application.php:650)","command":"\"database:create\"","message":"There are no commands defined in the \"database\" namespace.\n\nDid you mean this?\n doctrine:database"} [] [2025-09-17T09:32:51.933354+00:00] deprecation.INFO: User Deprecated: Method "PDO::exec()" might add "int|false" as a native return type declaration in the future. Do the same in child class "Doctrine\DBAL\Driver\PDOConnection" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"PDO::exec()\" might add \"int|false\" as a native return type declaration in the future. Do the same in child class \"Doctrine\\DBAL\\Driver\\PDOConnection\" now to avoid errors or add an explicit @return annotation to suppress this message. at C:\\laragon\\www\\New SQR\\vendor\\symfony\\error-handler\\DebugClassLoader.php:326)"} [] [2025-09-17T09:33:00.231184+00:00] deprecation.INFO: User Deprecated: Method "PDO::exec()" might add "int|false" as a native return type declaration in the future. Do the same in child class "Doctrine\DBAL\Driver\PDOConnection" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"PDO::exec()\" might add \"int|false\" as a native return type declaration in the future. Do the same in child class \"Doctrine\\DBAL\\Driver\\PDOConnection\" now to avoid errors or add an explicit @return annotation to suppress this message. at C:\\laragon\\www\\New SQR\\vendor\\symfony\\error-handler\\DebugClassLoader.php:326)"} [] [2025-09-17T09:33:00.248668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-09-17T09:33:00.402925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-09-17T09:33:00.411506+00:00] doctrine.DEBUG: CREATE TABLE domaine (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, date_created DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.612681+00:00] doctrine.DEBUG: CREATE TABLE serial (id INT AUTO_INCREMENT NOT NULL, last_generated VARCHAR(100) NOT NULL, date_updated DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.671518+00:00] doctrine.DEBUG: CREATE TABLE sqr_data (id INT AUTO_INCREMENT NOT NULL, a INT NOT NULL, b INT NOT NULL, c INT NOT NULL, sqr_code VARCHAR(255) NOT NULL, approot VARCHAR(255) NOT NULL, niu VARCHAR(50) NOT NULL, proprietaire VARCHAR(255) NOT NULL, document VARCHAR(255) NOT NULL, statut VARCHAR(255) NOT NULL, date_creation DATE NOT NULL, date_modification DATE NOT NULL, donnees JSON DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.730989+00:00] doctrine.DEBUG: CREATE TABLE sqr_data_detail (id INT AUTO_INCREMENT NOT NULL, sqr_data_id INT DEFAULT NULL, cle VARCHAR(255) NOT NULL, valeur VARCHAR(255) NOT NULL, INDEX IDX_6AA12D5ED061FC3 (sqr_data_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.793793+00:00] doctrine.DEBUG: CREATE TABLE sqr_generated_key (id INT AUTO_INCREMENT NOT NULL, app_prefix VARCHAR(255) NOT NULL, app_root VARCHAR(255) NOT NULL, app_root_key VARCHAR(255) NOT NULL, app_root_domaine VARCHAR(255) NOT NULL, app_qrnumber VARCHAR(255) NOT NULL, status INT NOT NULL, date_enregistrement DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.917064+00:00] doctrine.DEBUG: CREATE TABLE sqr_generated_key_domaine (id INT AUTO_INCREMENT NOT NULL, sqr_generated_key_id INT DEFAULT NULL, domaine_id INT DEFAULT NULL, generated_number VARCHAR(255) NOT NULL, max_number VARCHAR(255) NOT NULL, date_enregistrement DATETIME NOT NULL, INDEX IDX_5DBE7865ECB7D5ED (sqr_generated_key_id), INDEX IDX_5DBE78654272FC9F (domaine_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.950592+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, first_name VARCHAR(180) NOT NULL, sur_name VARCHAR(180) NOT NULL, organization VARCHAR(255) NOT NULL, phone VARCHAR(180) NOT NULL, email VARCHAR(180) NOT NULL, username VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, date_created DATETIME NOT NULL, is_bio_auth INT DEFAULT NULL, UNIQUE INDEX UNIQ_8D93D649F85E0677 (username), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:00.981000+00:00] doctrine.DEBUG: CREATE TABLE messenger_messages (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL, available_at DATETIME NOT NULL, delivered_at DATETIME DEFAULT NULL, INDEX IDX_75EA56E0FB7336F0 (queue_name), INDEX IDX_75EA56E0E3BD61CE (available_at), INDEX IDX_75EA56E016BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2025-09-17T09:33:01.016981+00:00] doctrine.DEBUG: ALTER TABLE sqr_data_detail ADD CONSTRAINT FK_6AA12D5ED061FC3 FOREIGN KEY (sqr_data_id) REFERENCES sqr_data (id) [] [] [2025-09-17T09:33:01.144611+00:00] doctrine.DEBUG: ALTER TABLE sqr_generated_key_domaine ADD CONSTRAINT FK_5DBE7865ECB7D5ED FOREIGN KEY (sqr_generated_key_id) REFERENCES sqr_generated_key (id) [] [] [2025-09-17T09:33:01.268222+00:00] doctrine.DEBUG: ALTER TABLE sqr_generated_key_domaine ADD CONSTRAINT FK_5DBE78654272FC9F FOREIGN KEY (domaine_id) REFERENCES domaine (id) [] [] [2025-09-17T09:37:46.854758+00:00] console.DEBUG: Command "make:crud" exited with code "1" {"command":"make:crud","code":1} []