[2026-03-28T20:07:42.943662+01:00] console.CRITICAL: Error thrown while running command "'make:migration'". Message: "There are no commands defined in the "make" namespace. You may be looking for a command provided by the "MakerBundle" which is currently not installed. Try running "composer require symfony/maker-bundle --dev"." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): There are no commands defined in the \"make\" namespace.\n\nYou may be looking for a command provided by the \"MakerBundle\" which is currently not installed. Try running \"composer require symfony/maker-bundle --dev\". at /home/sunshil/smf/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php:73)","command":"'make:migration'","message":"There are no commands defined in the \"make\" namespace.\n\nYou may be looking for a command provided by the \"MakerBundle\" which is currently not installed. Try running \"composer require symfony/maker-bundle --dev\"."} [] [2026-03-28T20:12:55.409023+01:00] php.INFO: Deprecated: Return type of App\Entity\Tag::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of App\\Entity\\Tag::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/sunshil/smf/src/Entity/Tag.php:82)"} [] [2026-03-28T20:12:55.409814+01:00] php.INFO: Deprecated: App\Entity\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) {"exception":"[object] (ErrorException(code: 0): Deprecated: App\\Entity\\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) at /home/sunshil/smf/src/Entity/File.php:14)"} [] [2026-03-28T20:12:56.029523+01:00] console.CRITICAL: Error thrown while running command "doctrine:schema:create --env=prod". Message: "Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB" {"exception":"[object] (Doctrine\\ORM\\Tools\\ToolsException(code: 0): Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB at /home/sunshil/smf/vendor/doctrine/orm/src/Tools/ToolsException.php:19)\n[previous exception] [object] (Doctrine\\DBAL\\Exception\\TableExistsException(code: 1050): An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:45)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1050): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)","command":"doctrine:schema:create --env=prod","message":"Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} [] [2026-03-28T20:12:56.062750+01:00] console.DEBUG: Command "doctrine:schema:create --env=prod" exited with code "1" {"command":"doctrine:schema:create --env=prod","code":1} [] [2026-03-28T20:15:36.029268+01:00] php.INFO: Deprecated: Return type of App\Entity\Tag::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of App\\Entity\\Tag::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/sunshil/smf/src/Entity/Tag.php:82)"} [] [2026-03-28T20:15:36.029890+01:00] php.INFO: Deprecated: App\Entity\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) {"exception":"[object] (ErrorException(code: 0): Deprecated: App\\Entity\\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) at /home/sunshil/smf/src/Entity/File.php:14)"} [] [2026-03-28T20:15:36.250072+01:00] console.CRITICAL: Error thrown while running command "doctrine:schema:create --env=prod". Message: "Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB" {"exception":"[object] (Doctrine\\ORM\\Tools\\ToolsException(code: 0): Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB at /home/sunshil/smf/vendor/doctrine/orm/src/Tools/ToolsException.php:19)\n[previous exception] [object] (Doctrine\\DBAL\\Exception\\TableExistsException(code: 1050): An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:45)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1050): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists at /home/sunshil/smf/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:33)","command":"doctrine:schema:create --env=prod","message":"Schema-Tool failed with Error 'An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'crm_conversation_message' already exists' while executing DDL: CREATE TABLE crm_conversation_message (id INT AUTO_INCREMENT NOT NULL, conversation_id INT NOT NULL, sender_id INT NOT NULL, body LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, deleted_at DATETIME DEFAULT NULL, message_type VARCHAR(20) DEFAULT 'text' NOT NULL, is_system TINYINT(1) DEFAULT 0 NOT NULL, importance VARCHAR(20) DEFAULT 'normal' NOT NULL, INDEX IDX_A92B32C59AC0396 (conversation_id), INDEX idx_crm_conversation_message_conversation_created (conversation_id, created_at), INDEX idx_crm_conversation_message_sender (sender_id), INDEX idx_crm_conversation_message_created_at (created_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} [] [2026-03-28T20:15:36.274129+01:00] console.DEBUG: Command "doctrine:schema:create --env=prod" exited with code "1" {"command":"doctrine:schema:create --env=prod","code":1} []