[2026-05-29T02:25:59.264505+02:00] http_client.INFO: Request: "GET https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm" [] []
[2026-05-29T02:25:59.267486+02:00] http_client.INFO: Request: "GET https://cdn.jsdelivr.net/npm/@hotwired/turbo@8.0.23/+esm" [] []
[2026-05-29T02:25:59.500253+02:00] http_client.INFO: Response: "200 https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm" 0.232544 seconds {"http_code":200,"url":"https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm","total_time":0.232544} []
[2026-05-29T02:25:59.508178+02:00] http_client.INFO: Response: "200 https://cdn.jsdelivr.net/npm/@hotwired/turbo@8.0.23/+esm" 0.240344 seconds {"http_code":200,"url":"https://cdn.jsdelivr.net/npm/@hotwired/turbo@8.0.23/+esm","total_time":0.240344} []
[2026-05-29T02:27:57.936282+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T02:27:57.939033+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-05-29T02:27:57.939991+02:00] doctrine.DEBUG: Executing statement: SELECT        c.TABLE_NAME,        c.COLUMN_NAME        AS field,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     )                   AS type,        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE        AS `null`,        c.COLUMN_KEY         AS `key`,        c.COLUMN_DEFAULT     AS `default`,        c.EXTRA,        c.COLUMN_COMMENT     AS comment,        c.CHARACTER_SET_NAME AS characterset,        c.COLLATION_NAME     AS collation FROM information_schema.COLUMNS c     INNER JOIN information_schema.TABLES t         ON t.TABLE_NAME = c.TABLE_NAME  WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?    AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n       c.TABLE_NAME,\n       c.COLUMN_NAME        AS field,\n           IF(\n        c.DATA_TYPE = 'longtext'\n        AND EXISTS(\n            SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n            WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'\n            AND i_c.TABLE_NAME = c.TABLE_NAME\n            AND i_c.CHECK_CLAUSE = CONCAT(\n                'json_valid(`',\n                    c.COLUMN_NAME,\n                '`)'\n            )\n        ),\n        'json',\n        c.DATA_TYPE\n    )                   AS type,\n       c.COLUMN_TYPE,\n       c.CHARACTER_MAXIMUM_LENGTH,\n       c.CHARACTER_OCTET_LENGTH,\n       c.NUMERIC_PRECISION,\n       c.NUMERIC_SCALE,\n       c.IS_NULLABLE        AS `null`,\n       c.COLUMN_KEY         AS `key`,\n       c.COLUMN_DEFAULT     AS `default`,\n       c.EXTRA,\n       c.COLUMN_COMMENT     AS comment,\n       c.CHARACTER_SET_NAME AS characterset,\n       c.COLLATION_NAME     AS collation\nFROM information_schema.COLUMNS c\n    INNER JOIN information_schema.TABLES t\n        ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?\n   AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.941125+02:00] doctrine.DEBUG: Executing statement: SELECT         TABLE_NAME,         NON_UNIQUE  AS Non_Unique,         INDEX_NAME  AS Key_name,         COLUMN_NAME AS Column_Name,         SUB_PART    AS Sub_Part,         INDEX_TYPE  AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY TABLE_NAME,          SEQ_IN_INDEX (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"SELECT\n        TABLE_NAME,\n        NON_UNIQUE  AS Non_Unique,\n        INDEX_NAME  AS Key_name,\n        COLUMN_NAME AS Column_Name,\n        SUB_PART    AS Sub_Part,\n        INDEX_TYPE  AS Index_Type\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ?\nORDER BY TABLE_NAME,\n         SEQ_IN_INDEX","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.941394+02:00] doctrine.DEBUG: Executing statement: SELECT             k.TABLE_NAME,             k.CONSTRAINT_NAME,             k.COLUMN_NAME,             k.REFERENCED_TABLE_NAME,             k.REFERENCED_COLUMN_NAME,             k.ORDINAL_POSITION,             c.UPDATE_RULE,             c.DELETE_RULE FROM information_schema.key_column_usage k INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n            k.TABLE_NAME,\n            k.CONSTRAINT_NAME,\n            k.COLUMN_NAME,\n            k.REFERENCED_TABLE_NAME,\n            k.REFERENCED_COLUMN_NAME,\n            k.ORDINAL_POSITION,\n            c.UPDATE_RULE,\n            c.DELETE_RULE\nFROM information_schema.key_column_usage k\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ?\nAND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.941686+02:00] doctrine.DEBUG: Executing statement:     SELECT t.TABLE_NAME,            t.ENGINE,            t.AUTO_INCREMENT,            t.TABLE_COMMENT,            t.CREATE_OPTIONS,            t.TABLE_COLLATION,            ccsa.CHARACTER_SET_NAME       FROM information_schema.TABLES t         INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa           ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"    SELECT t.TABLE_NAME,\n           t.ENGINE,\n           t.AUTO_INCREMENT,\n           t.TABLE_COMMENT,\n           t.CREATE_OPTIONS,\n           t.TABLE_COLLATION,\n           ccsa.CHARACTER_SET_NAME\n      FROM information_schema.TABLES t\n        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n          ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.944242+02:00] doctrine.DEBUG: Executing query: SELECT @@character_set_database, @@collation_database {"sql":"SELECT @@character_set_database, @@collation_database"} []
[2026-05-29T02:27:57.952356+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-05-29T02:27:57.952500+02:00] doctrine.DEBUG: Executing statement: SELECT        c.TABLE_NAME,        c.COLUMN_NAME        AS field,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     )                   AS type,        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE        AS `null`,        c.COLUMN_KEY         AS `key`,        c.COLUMN_DEFAULT     AS `default`,        c.EXTRA,        c.COLUMN_COMMENT     AS comment,        c.CHARACTER_SET_NAME AS characterset,        c.COLLATION_NAME     AS collation FROM information_schema.COLUMNS c     INNER JOIN information_schema.TABLES t         ON t.TABLE_NAME = c.TABLE_NAME  WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?    AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n       c.TABLE_NAME,\n       c.COLUMN_NAME        AS field,\n           IF(\n        c.DATA_TYPE = 'longtext'\n        AND EXISTS(\n            SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n            WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'\n            AND i_c.TABLE_NAME = c.TABLE_NAME\n            AND i_c.CHECK_CLAUSE = CONCAT(\n                'json_valid(`',\n                    c.COLUMN_NAME,\n                '`)'\n            )\n        ),\n        'json',\n        c.DATA_TYPE\n    )                   AS type,\n       c.COLUMN_TYPE,\n       c.CHARACTER_MAXIMUM_LENGTH,\n       c.CHARACTER_OCTET_LENGTH,\n       c.NUMERIC_PRECISION,\n       c.NUMERIC_SCALE,\n       c.IS_NULLABLE        AS `null`,\n       c.COLUMN_KEY         AS `key`,\n       c.COLUMN_DEFAULT     AS `default`,\n       c.EXTRA,\n       c.COLUMN_COMMENT     AS comment,\n       c.CHARACTER_SET_NAME AS characterset,\n       c.COLLATION_NAME     AS collation\nFROM information_schema.COLUMNS c\n    INNER JOIN information_schema.TABLES t\n        ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?\n   AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.953235+02:00] doctrine.DEBUG: Executing statement: SELECT         TABLE_NAME,         NON_UNIQUE  AS Non_Unique,         INDEX_NAME  AS Key_name,         COLUMN_NAME AS Column_Name,         SUB_PART    AS Sub_Part,         INDEX_TYPE  AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY TABLE_NAME,          SEQ_IN_INDEX (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"SELECT\n        TABLE_NAME,\n        NON_UNIQUE  AS Non_Unique,\n        INDEX_NAME  AS Key_name,\n        COLUMN_NAME AS Column_Name,\n        SUB_PART    AS Sub_Part,\n        INDEX_TYPE  AS Index_Type\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ?\nORDER BY TABLE_NAME,\n         SEQ_IN_INDEX","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.953455+02:00] doctrine.DEBUG: Executing statement: SELECT             k.TABLE_NAME,             k.CONSTRAINT_NAME,             k.COLUMN_NAME,             k.REFERENCED_TABLE_NAME,             k.REFERENCED_COLUMN_NAME,             k.ORDINAL_POSITION,             c.UPDATE_RULE,             c.DELETE_RULE FROM information_schema.key_column_usage k INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n            k.TABLE_NAME,\n            k.CONSTRAINT_NAME,\n            k.COLUMN_NAME,\n            k.REFERENCED_TABLE_NAME,\n            k.REFERENCED_COLUMN_NAME,\n            k.ORDINAL_POSITION,\n            c.UPDATE_RULE,\n            c.DELETE_RULE\nFROM information_schema.key_column_usage k\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ?\nAND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.953771+02:00] doctrine.DEBUG: Executing statement:     SELECT t.TABLE_NAME,            t.ENGINE,            t.AUTO_INCREMENT,            t.TABLE_COMMENT,            t.CREATE_OPTIONS,            t.TABLE_COLLATION,            ccsa.CHARACTER_SET_NAME       FROM information_schema.TABLES t         INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa           ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"    SELECT t.TABLE_NAME,\n           t.ENGINE,\n           t.AUTO_INCREMENT,\n           t.TABLE_COMMENT,\n           t.CREATE_OPTIONS,\n           t.TABLE_COLLATION,\n           ccsa.CHARACTER_SET_NAME\n      FROM information_schema.TABLES t\n        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n          ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T02:27:57.957366+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fighter_category (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, is_active TINYINT NOT NULL, slug VARCHAR(30) NOT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fighter_category (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, is_active TINYINT NOT NULL, slug VARCHAR(30) NOT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:57.990536+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE vote (id INT AUTO_INCREMENT NOT NULL, create_at DATETIME NOT NULL, user_id INT NOT NULL, fight_id INT NOT NULL, fighter_id INT NOT NULL, INDEX IDX_5A108564A76ED395 (user_id), INDEX IDX_5A108564AC6657E4 (fight_id), INDEX IDX_5A10856434934341 (fighter_id), UNIQUE INDEX unique_vote (user_id, fight_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE vote (id INT AUTO_INCREMENT NOT NULL, create_at DATETIME NOT NULL, user_id INT NOT NULL, fight_id INT NOT NULL, fighter_id INT NOT NULL, INDEX IDX_5A108564A76ED395 (user_id), INDEX IDX_5A108564AC6657E4 (fight_id), INDEX IDX_5A10856434934341 (fighter_id), UNIQUE INDEX unique_vote (user_id, fight_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.048947+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fight_result_type (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, points_win INT NOT NULL, points_loss INT NOT NULL, is_active TINYINT NOT NULL, slug VARCHAR(30) DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fight_result_type (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, points_win INT NOT NULL, points_loss INT NOT NULL, is_active TINYINT NOT NULL, slug VARCHAR(30) DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.072897+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE stable (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, city VARCHAR(100) NOT NULL, state VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, creation_date DATE DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, tenors JSON DEFAULT NULL, share_id VARCHAR(255) NOT NULL, is_active TINYINT NOT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE stable (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, city VARCHAR(100) NOT NULL, state VARCHAR(100) NOT NULL, description LONGTEXT DEFAULT NULL, creation_date DATE DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, tenors JSON DEFAULT NULL, share_id VARCHAR(255) NOT NULL, is_active TINYINT NOT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.100400+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fight_stat (id INT AUTO_INCREMENT NOT NULL, punches_attempted INT NOT NULL, punches_landed INT NOT NULL, punches_missed INT NOT NULL, takedowns INT NOT NULL, defense INT NOT NULL, appressiveness INT NOT NULL, speed INT NOT NULL, endurance INT NOT NULL, strength INT NOT NULL, medical_treatment INT NOT NULL, fight_id INT NOT NULL, fighter_id INT NOT NULL, INDEX IDX_86C8B76EAC6657E4 (fight_id), INDEX IDX_86C8B76E34934341 (fighter_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fight_stat (id INT AUTO_INCREMENT NOT NULL, punches_attempted INT NOT NULL, punches_landed INT NOT NULL, punches_missed INT NOT NULL, takedowns INT NOT NULL, defense INT NOT NULL, appressiveness INT NOT NULL, speed INT NOT NULL, endurance INT NOT NULL, strength INT NOT NULL, medical_treatment INT NOT NULL, fight_id INT NOT NULL, fighter_id INT NOT NULL, INDEX IDX_86C8B76EAC6657E4 (fight_id), INDEX IDX_86C8B76E34934341 (fighter_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.146404+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fighter (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, nickname VARCHAR(100) DEFAULT NULL, wins INT NOT NULL, losses INT NOT NULL, draws INT NOT NULL, points INT NOT NULL, is_king TINYINT NOT NULL, avatar VARCHAR(255) DEFAULT NULL, started_year INT DEFAULT NULL, ended_year INT DEFAULT NULL, is_wrestling TINYINT NOT NULL, is_active TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, fights INT NOT NULL, weight INT DEFAULT NULL, height INT DEFAULT NULL, birthday DATE DEFAULT NULL, birth_year INT DEFAULT NULL, owner_id INT DEFAULT NULL, stable_id INT DEFAULT NULL, category_id INT DEFAULT NULL, INDEX IDX_7A08C3FC7E3C61F9 (owner_id), INDEX IDX_7A08C3FCA6FA1C8B (stable_id), INDEX IDX_7A08C3FC12469DE2 (category_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fighter (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, nickname VARCHAR(100) DEFAULT NULL, wins INT NOT NULL, losses INT NOT NULL, draws INT NOT NULL, points INT NOT NULL, is_king TINYINT NOT NULL, avatar VARCHAR(255) DEFAULT NULL, started_year INT DEFAULT NULL, ended_year INT DEFAULT NULL, is_wrestling TINYINT NOT NULL, is_active TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, fights INT NOT NULL, weight INT DEFAULT NULL, height INT DEFAULT NULL, birthday DATE DEFAULT NULL, birth_year INT DEFAULT NULL, owner_id INT DEFAULT NULL, stable_id INT DEFAULT NULL, category_id INT DEFAULT NULL, INDEX IDX_7A08C3FC7E3C61F9 (owner_id), INDEX IDX_7A08C3FCA6FA1C8B (stable_id), INDEX IDX_7A08C3FC12469DE2 (category_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.197150+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fight (id INT AUTO_INCREMENT NOT NULL, status VARCHAR(30) NOT NULL, duration VARCHAR(20) DEFAULT NULL, duration_millis BIGINT DEFAULT NULL, picture VARCHAR(255) DEFAULT NULL, fight_video_url VARCHAR(255) DEFAULT NULL, f2f_video_url VARCHAR(255) DEFAULT NULL, fight_number INT NOT NULL, is_last_fight TINYINT NOT NULL, is_special_fight TINYINT NOT NULL, description LONGTEXT DEFAULT NULL, is_draw TINYINT NOT NULL, started_at TIME DEFAULT NULL, paused_at TIME DEFAULT NULL, total_pause_time VARCHAR(20) DEFAULT NULL, fight_time VARCHAR(20) DEFAULT NULL, is_preliminary_fight TINYINT NOT NULL, date DATE DEFAULT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, is_active TINYINT NOT NULL, weight_fighter_a INT DEFAULT NULL, weight_fighter_b INT DEFAULT NULL, height_fighter_a INT DEFAULT NULL, height_fighter_b INT DEFAULT NULL, votes_fighter_a BIGINT DEFAULT NULL, votes_fighter_b BIGINT DEFAULT NULL, last_vote_at DATETIME DEFAULT NULL, fighter_a_id INT NOT NULL, fighter_b_id INT NOT NULL, winner_id INT DEFAULT NULL, result_type_id INT DEFAULT NULL, fight_event_day_id INT DEFAULT NULL, INDEX IDX_21AA445654041F33 (fighter_a_id), INDEX IDX_21AA445646B1B0DD (fighter_b_id), INDEX IDX_21AA44565DFCD4B8 (winner_id), INDEX IDX_21AA4456A7750E77 (result_type_id), INDEX IDX_21AA44564847BADC (fight_event_day_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fight (id INT AUTO_INCREMENT NOT NULL, status VARCHAR(30) NOT NULL, duration VARCHAR(20) DEFAULT NULL, duration_millis BIGINT DEFAULT NULL, picture VARCHAR(255) DEFAULT NULL, fight_video_url VARCHAR(255) DEFAULT NULL, f2f_video_url VARCHAR(255) DEFAULT NULL, fight_number INT NOT NULL, is_last_fight TINYINT NOT NULL, is_special_fight TINYINT NOT NULL, description LONGTEXT DEFAULT NULL, is_draw TINYINT NOT NULL, started_at TIME DEFAULT NULL, paused_at TIME DEFAULT NULL, total_pause_time VARCHAR(20) DEFAULT NULL, fight_time VARCHAR(20) DEFAULT NULL, is_preliminary_fight TINYINT NOT NULL, date DATE DEFAULT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, is_active TINYINT NOT NULL, weight_fighter_a INT DEFAULT NULL, weight_fighter_b INT DEFAULT NULL, height_fighter_a INT DEFAULT NULL, height_fighter_b INT DEFAULT NULL, votes_fighter_a BIGINT DEFAULT NULL, votes_fighter_b BIGINT DEFAULT NULL, last_vote_at DATETIME DEFAULT NULL, fighter_a_id INT NOT NULL, fighter_b_id INT NOT NULL, winner_id INT DEFAULT NULL, result_type_id INT DEFAULT NULL, fight_event_day_id INT DEFAULT NULL, INDEX IDX_21AA445654041F33 (fighter_a_id), INDEX IDX_21AA445646B1B0DD (fighter_b_id), INDEX IDX_21AA44565DFCD4B8 (winner_id), INDEX IDX_21AA4456A7750E77 (result_type_id), INDEX IDX_21AA44564847BADC (fight_event_day_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.261207+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE post (id INT AUTO_INCREMENT NOT NULL, type VARCHAR(50) NOT NULL, title VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, media_url VARCHAR(255) NOT NULL, is_published TINYINT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, author_id INT NOT NULL, fighter_id INT DEFAULT NULL, INDEX IDX_5A8A6C8DF675F31B (author_id), INDEX IDX_5A8A6C8D34934341 (fighter_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE post (id INT AUTO_INCREMENT NOT NULL, type VARCHAR(50) NOT NULL, title VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, media_url VARCHAR(255) NOT NULL, is_published TINYINT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, author_id INT NOT NULL, fighter_id INT DEFAULT NULL, INDEX IDX_5A8A6C8DF675F31B (author_id), INDEX IDX_5A8A6C8D34934341 (fighter_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.304384+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE promoter (id INT AUTO_INCREMENT NOT NULL, company VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, share_id VARCHAR(255) NOT NULL, is_active TINYINT NOT NULL, user_id INT DEFAULT NULL, INDEX IDX_BCB929A3A76ED395 (user_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE promoter (id INT AUTO_INCREMENT NOT NULL, company VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, share_id VARCHAR(255) NOT NULL, is_active TINYINT NOT NULL, user_id INT DEFAULT NULL, INDEX IDX_BCB929A3A76ED395 (user_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.340578+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE `user` (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(100) NOT NULL, password VARCHAR(255) NOT NULL, phone VARCHAR(30) DEFAULT NULL, firstname VARCHAR(100) NOT NULL, lastname VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, shared_id VARCHAR(255) DEFAULT NULL, roles JSON NOT NULL, preferred_locale VARCHAR(5) NOT NULL, is_active TINYINT NOT NULL, account_origin VARCHAR(20) DEFAULT NULL, is_online TINYINT DEFAULT NULL, online_at DATETIME DEFAULT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE `user` (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(100) NOT NULL, password VARCHAR(255) NOT NULL, phone VARCHAR(30) DEFAULT NULL, firstname VARCHAR(100) NOT NULL, lastname VARCHAR(100) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, shared_id VARCHAR(255) DEFAULT NULL, roles JSON NOT NULL, preferred_locale VARCHAR(5) NOT NULL, is_active TINYINT NOT NULL, account_origin VARCHAR(20) DEFAULT NULL, is_online TINYINT DEFAULT NULL, online_at DATETIME DEFAULT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.374661+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE season (id INT AUTO_INCREMENT NOT NULL, start_year INT NOT NULL, end_year INT NOT NULL, is_current TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE season (id INT AUTO_INCREMENT NOT NULL, start_year INT NOT NULL, end_year INT NOT NULL, is_current TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.395956+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE fight_event_day (id INT AUTO_INCREMENT NOT NULL, date DATE NOT NULL, season_day INT NOT NULL, spectator INT NOT NULL, ppv_watcher INT NOT NULL, picture VARCHAR(255) DEFAULT NULL, description LONGTEXT DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, is_published TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, promoter_id INT DEFAULT NULL, stadium_id INT DEFAULT NULL, season_id INT DEFAULT NULL, INDEX IDX_DCC020364B84B276 (promoter_id), INDEX IDX_DCC020367E860E36 (stadium_id), INDEX IDX_DCC020364EC001D1 (season_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE fight_event_day (id INT AUTO_INCREMENT NOT NULL, date DATE NOT NULL, season_day INT NOT NULL, spectator INT NOT NULL, ppv_watcher INT NOT NULL, picture VARCHAR(255) DEFAULT NULL, description LONGTEXT DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, is_published TINYINT NOT NULL, share_id VARCHAR(255) NOT NULL, promoter_id INT DEFAULT NULL, stadium_id INT DEFAULT NULL, season_id INT DEFAULT NULL, INDEX IDX_DCC020364B84B276 (promoter_id), INDEX IDX_DCC020367E860E36 (stadium_id), INDEX IDX_DCC020364EC001D1 (season_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.447096+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE comment (id INT AUTO_INCREMENT NOT NULL, content LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, user_id INT NOT NULL, post_id INT NOT NULL, INDEX IDX_9474526CA76ED395 (user_id), INDEX IDX_9474526C4B89032C (post_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE comment (id INT AUTO_INCREMENT NOT NULL, content LONGTEXT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, user_id INT NOT NULL, post_id INT NOT NULL, INDEX IDX_9474526CA76ED395 (user_id), INDEX IDX_9474526C4B89032C (post_id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.495615+02:00] doctrine.DEBUG: Executing statement: CREATE TABLE stadium (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, capacity INT NOT NULL, state VARCHAR(50) NOT NULL, city VARCHAR(50) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"CREATE TABLE stadium (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(100) NOT NULL, capacity INT NOT NULL, state VARCHAR(50) NOT NULL, city VARCHAR(50) NOT NULL, avatar VARCHAR(255) DEFAULT NULL, share_id VARCHAR(255) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.527724+02:00] doctrine.DEBUG: Executing statement: 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_75EA56E0FB7336F0E3BD61CE16BA31DBBF396750 (queue_name, available_at, delivered_at, id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 {"sql":"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_75EA56E0FB7336F0E3BD61CE16BA31DBBF396750 (queue_name, available_at, delivered_at, id), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4"} []
[2026-05-29T02:27:58.560013+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A108564A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A108564A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T02:27:58.645863+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A108564AC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A108564AC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id)"} []
[2026-05-29T02:27:58.728409+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A10856434934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A10856434934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:58.816385+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76EAC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id) {"sql":"ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76EAC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id)"} []
[2026-05-29T02:27:58.886604+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76E34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76E34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:58.961365+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC7E3C61F9 FOREIGN KEY (owner_id) REFERENCES `user` (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC7E3C61F9 FOREIGN KEY (owner_id) REFERENCES `user` (id)"} []
[2026-05-29T02:27:59.036221+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FCA6FA1C8B FOREIGN KEY (stable_id) REFERENCES stable (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FCA6FA1C8B FOREIGN KEY (stable_id) REFERENCES stable (id)"} []
[2026-05-29T02:27:59.115117+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC12469DE2 FOREIGN KEY (category_id) REFERENCES fighter_category (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC12469DE2 FOREIGN KEY (category_id) REFERENCES fighter_category (id)"} []
[2026-05-29T02:27:59.196739+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA445654041F33 FOREIGN KEY (fighter_a_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA445654041F33 FOREIGN KEY (fighter_a_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:59.290355+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA445646B1B0DD FOREIGN KEY (fighter_b_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA445646B1B0DD FOREIGN KEY (fighter_b_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:59.381087+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA44565DFCD4B8 FOREIGN KEY (winner_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA44565DFCD4B8 FOREIGN KEY (winner_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:59.476605+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA4456A7750E77 FOREIGN KEY (result_type_id) REFERENCES fight_result_type (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA4456A7750E77 FOREIGN KEY (result_type_id) REFERENCES fight_result_type (id)"} []
[2026-05-29T02:27:59.572155+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA44564847BADC FOREIGN KEY (fight_event_day_id) REFERENCES fight_event_day (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA44564847BADC FOREIGN KEY (fight_event_day_id) REFERENCES fight_event_day (id)"} []
[2026-05-29T02:27:59.666127+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8DF675F31B FOREIGN KEY (author_id) REFERENCES `user` (id) {"sql":"ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8DF675F31B FOREIGN KEY (author_id) REFERENCES `user` (id)"} []
[2026-05-29T02:27:59.731819+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8D34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8D34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T02:27:59.811436+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE promoter ADD CONSTRAINT FK_BCB929A3A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE promoter ADD CONSTRAINT FK_BCB929A3A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T02:27:59.876389+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364B84B276 FOREIGN KEY (promoter_id) REFERENCES promoter (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364B84B276 FOREIGN KEY (promoter_id) REFERENCES promoter (id)"} []
[2026-05-29T02:27:59.954229+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020367E860E36 FOREIGN KEY (stadium_id) REFERENCES stadium (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020367E860E36 FOREIGN KEY (stadium_id) REFERENCES stadium (id)"} []
[2026-05-29T02:28:00.039874+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364EC001D1 FOREIGN KEY (season_id) REFERENCES season (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364EC001D1 FOREIGN KEY (season_id) REFERENCES season (id)"} []
[2026-05-29T02:28:00.124771+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE comment ADD CONSTRAINT FK_9474526CA76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE comment ADD CONSTRAINT FK_9474526CA76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T02:28:00.209656+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE comment ADD CONSTRAINT FK_9474526C4B89032C FOREIGN KEY (post_id) REFERENCES post (id) {"sql":"ALTER TABLE comment ADD CONSTRAINT FK_9474526C4B89032C FOREIGN KEY (post_id) REFERENCES post (id)"} []
[2026-05-29T02:28:00.286789+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T03:00:30.184162+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T03:00:30.194217+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T03:00:30.194274+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T03:00:30.225996+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T03:00:30.228435+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T03:00:30.754093+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T03:00:30.754550+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T03:00:30.763027+02:00] request.CRITICAL: Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException: "An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase)" at LcobucciJWTEncoder.php line 31 {"exception":"[object] (Lexik\\Bundle\\JWTAuthenticationBundle\\Exception\\JWTEncodeFailureException(code: 0): An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase) at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php:31)\n[previous exception] [object] (Lcobucci\\JWT\\Signer\\InvalidKeyProvided(code: 0): It was not possible to parse your key, reason:\n* error:0909006C:PEM routines:get_name:no start line at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:13)"} []
[2026-05-29T03:00:30.841227+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T09:44:23.889994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://lambji-api.durusapp.com/public/"" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://lambji-api.durusapp.com/public/\" at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} []
[2026-05-29T10:53:02.042955+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T10:53:02.595852+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T10:53:02.595956+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:53:03.068486+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T10:53:03.087031+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T10:53:03.643267+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T10:53:03.644277+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T10:53:03.781223+02:00] request.CRITICAL: Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException: "An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase)" at LcobucciJWTEncoder.php line 31 {"exception":"[object] (Lexik\\Bundle\\JWTAuthenticationBundle\\Exception\\JWTEncodeFailureException(code: 0): An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase) at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php:31)\n[previous exception] [object] (Lcobucci\\JWT\\Signer\\InvalidKeyProvided(code: 0): It was not possible to parse your key, reason:\n* error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt\n* error:0906A065:PEM routines:PEM_do_header:bad decrypt at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:13)"} []
[2026-05-29T10:53:04.755519+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T10:54:05.878026+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T10:54:05.888799+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T10:54:05.888847+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:54:05.922606+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T10:54:05.924392+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T10:54:06.429890+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T10:54:06.430359+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T10:54:06.438641+02:00] request.CRITICAL: Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException: "An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase)" at LcobucciJWTEncoder.php line 31 {"exception":"[object] (Lexik\\Bundle\\JWTAuthenticationBundle\\Exception\\JWTEncodeFailureException(code: 0): An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase) at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php:31)\n[previous exception] [object] (Lcobucci\\JWT\\Signer\\InvalidKeyProvided(code: 0): It was not possible to parse your key, reason:\n* error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt\n* error:0906A065:PEM routines:PEM_do_header:bad decrypt at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:13)"} []
[2026-05-29T10:54:06.514283+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T10:56:12.687030+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T10:56:12.697075+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T10:56:12.697125+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:56:12.741139+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T10:56:12.742990+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T10:56:13.265279+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T10:56:13.265696+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T10:56:13.273695+02:00] request.CRITICAL: Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException: "An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase)" at LcobucciJWTEncoder.php line 31 {"exception":"[object] (Lexik\\Bundle\\JWTAuthenticationBundle\\Exception\\JWTEncodeFailureException(code: 0): An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase) at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php:31)\n[previous exception] [object] (Lcobucci\\JWT\\Signer\\InvalidKeyProvided(code: 0): It was not possible to parse your key, reason:\n* error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt\n* error:0906A065:PEM routines:PEM_do_header:bad decrypt at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:13)"} []
[2026-05-29T10:56:13.371814+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T10:57:29.061991+02:00] request.INFO: Matched route "api_entrypoint". {"route":"api_entrypoint","route_parameters":{"_route":"api_entrypoint","_controller":"api_platform.action.entrypoint","_format":null,"_api_respond":true,"index":"index"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api","method":"GET"} []
[2026-05-29T10:57:29.070543+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T10:57:29.070598+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:57:29.070634+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:57:29.090376+02:00] 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. The user is not appropriately authenticated. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Firewall/AccessListener.php:79)"} []
[2026-05-29T10:57:29.091160+02:00] security.DEBUG: Calling Authentication entry point. {"entry_point":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator":[]}} []
[2026-05-29T10:57:46.669866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://lambji-api.durusapp.com/public/index.php/docs"" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://lambji-api.durusapp.com/public/index.php/docs\" at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/\". at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2026-05-29T10:57:47.080673+02:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/_wdt/styles","method":"GET"} []
[2026-05-29T10:57:47.290312+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab5448"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/_wdt/ab5448?XDEBUG_IGNORE=1","method":"GET"} []
[2026-05-29T10:57:51.775677+02:00] request.INFO: Matched route "api_entrypoint". {"route":"api_entrypoint","route_parameters":{"_route":"api_entrypoint","_controller":"api_platform.action.entrypoint","_format":null,"_api_respond":true,"index":"index"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api","method":"GET"} []
[2026-05-29T10:57:51.784407+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T10:57:51.784454+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:57:51.784503+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T10:57:51.789133+02:00] 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. The user is not appropriately authenticated. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Firewall/AccessListener.php:79)"} []
[2026-05-29T10:57:51.789387+02:00] security.DEBUG: Calling Authentication entry point. {"entry_point":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator":[]}} []
[2026-05-29T11:02:01.562881+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T11:02:01.573117+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T11:02:01.573165+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:02:01.605191+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:02:01.606595+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:02:02.104054+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:02:02.104462+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:02:02.180368+02:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:02:02.242299+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:15:08.823826+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T11:15:08.854480+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T11:15:08.854560+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:15:08.887041+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:15:08.888585+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:15:09.388262+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:15:09.388673+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:15:09.398540+02:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:15:09.435201+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:22:50.894928+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T11:22:50.905151+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T11:22:50.905199+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:22:50.937599+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:22:50.939309+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:51.449961+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:22:51.450364+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:22:51.459794+02:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:22:51.681281+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:22:51.940014+02:00] request.INFO: Matched route "api_me". {"route":"api_me","route_parameters":{"_route":"api_me","_controller":"App\\Controller\\MeController::me"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/me","method":"GET"} []
[2026-05-29T11:22:51.948221+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:22:51.948278+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:22:52.062223+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:22:52.063630+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.088437+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:22:52.088869+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.089407+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.124937+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T11:22:52.133027+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:22:52.133097+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:22:52.139378+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T11:22:52.148109+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T11:22:52.149344+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:22:52.149397+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:22:52.156555+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:22:52.156636+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:22:52.168400+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:22:52.170272+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.175706+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:22:52.177597+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:22:52.177956+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.178482+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.184041+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:22:52.185436+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.191386+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:22:52.191728+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.191681+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:22:52.192215+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.193118+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.199033+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:22:52.199377+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.199871+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:22:52.315957+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T11:22:52.318292+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.321439+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 11:22:52"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 11:22:52"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.388138+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.391405+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.393137+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.394953+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.396558+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.397942+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.399456+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.401562+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.402933+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.404503+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.473737+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.476467+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.477713+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.479107+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.480350+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.481657+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.482221+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.502925+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.508796+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:22:52.510159+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.511616+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.512373+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:22:52.522974+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:22:52.589686+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:20.145233+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T11:27:20.155131+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T11:27:20.155182+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:20.187243+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:20.188845+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:20.684017+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:20.684439+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:27:20.694358+02:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T11:27:20.771626+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:21.089224+02:00] request.INFO: Matched route "api_me". {"route":"api_me","route_parameters":{"_route":"api_me","_controller":"App\\Controller\\MeController::me"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/me","method":"GET"} []
[2026-05-29T11:27:21.097328+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:21.097375+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:21.131793+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:21.133216+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.138802+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:21.139144+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.139600+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.199011+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:21.274060+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T11:27:21.281955+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:21.282002+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:21.293783+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T11:27:21.301805+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:21.301853+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:21.316243+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:21.315495+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T11:27:21.317886+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.323567+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:21.323684+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:21.323757+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:21.323913+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.324397+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.336283+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:21.337758+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.343572+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:21.343910+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.344414+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.347649+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T11:27:21.358624+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:21.360376+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.366986+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:21.367380+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.367920+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:21.371386+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 11:27:21"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 11:27:21"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.393491+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.448329+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.449776+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.450704+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.451929+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.453322+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.453323+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.454560+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.454609+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.455456+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.455834+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.456922+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.457055+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.458888+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.459239+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.460023+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.460699+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.461278+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.462010+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.462682+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.463900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.464445+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:21.487893+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:21.546650+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:21.546810+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:40.759075+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T11:27:40.766793+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:40.766839+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:40.777280+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T11:27:40.785000+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:40.785049+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:40.796472+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T11:27:40.800064+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:40.801921+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.804198+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T11:27:40.804247+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T11:27:40.808354+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:40.808726+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.809261+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.818820+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:40.820290+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.825813+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:40.826163+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.826628+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.837147+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 11:27:40"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 11:27:40"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.837435+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T11:27:40.838855+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.844334+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T11:27:40.844670+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.845142+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T11:27:40.849450+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T11:27:40.869314+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.899273+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.899991+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.901064+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.901672+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.902167+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.902724+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.903368+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.903901+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.904337+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.904570+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.905092+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.905831+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.906287+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.906435+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.907463+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.907729+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.908661+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.909246+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.909471+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.910657+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.911821+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T11:27:40.938162+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:40.962878+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T11:27:41.004558+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:23:47.547797+02:00] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/login_check","method":"POST"} []
[2026-05-29T13:23:47.558368+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"login","authenticators":1} []
[2026-05-29T13:23:47.558445+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:23:47.591952+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:23:47.593792+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.105596+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:23:48.106015+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T13:23:48.116776+02:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} []
[2026-05-29T13:23:48.175652+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:23:48.409702+02:00] request.INFO: Matched route "api_me". {"route":"api_me","route_parameters":{"_route":"api_me","_controller":"App\\Controller\\MeController::me"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/me","method":"GET"} []
[2026-05-29T13:23:48.418209+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:23:48.418257+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:23:48.455637+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:23:48.457076+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.462861+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:23:48.463206+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.463693+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.517344+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:23:48.560938+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T13:23:48.569149+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:23:48.569195+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:23:48.576450+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T13:23:48.584518+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:23:48.584564+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:23:48.595229+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T13:23:48.603084+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:23:48.603132+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:23:48.604643+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:23:48.606231+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.612437+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:23:48.612795+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.613294+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.619553+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:23:48.620959+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.626685+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:23:48.627008+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.627474+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.637112+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:23:48.638840+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.640375+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 13:23:48"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 13:23:48"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.645667+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:23:48.646069+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.646635+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:23:48.661510+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.672087+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T13:23:48.743164+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.743581+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.745281+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.745584+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.746256+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.746423+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.746836+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.747676+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.748253+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.748936+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.749564+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.750035+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.750234+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.750807+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.750837+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.751279+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.751991+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.752181+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.754440+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.755938+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.757208+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:23:48.809071+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:23:48.834176+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:23:48.874363+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:58:44.837931+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T13:58:44.843106+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T13:58:44.845840+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:58:44.845888+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:58:44.851401+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:58:44.851449+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:58:44.882275+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T13:58:44.890439+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T13:58:44.890487+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T13:58:44.893263+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:58:44.894900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.899014+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:58:44.900603+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.900933+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:58:44.901329+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.901818+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.906919+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:58:44.907306+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.907812+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.924520+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T13:58:44.926143+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.928677+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 13:58:44"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 13:58:44"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.932216+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T13:58:44.932569+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.932615+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.933071+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T13:58:44.967171+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T13:58:44.997263+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:44.999263+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.000425+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.001729+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.003981+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.006256+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.008304+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.011723+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.013697+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.015642+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.037740+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.039906+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.041086+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.042308+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.043824+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.045096+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.045798+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.049582+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.054116+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.057627+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.063522+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T13:58:45.078492+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:58:45.095264+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T13:58:45.128589+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:08:17.555853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://lambji-api.durusapp.com/public/index.php/api/votes-checker"" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://lambji-api.durusapp.com/public/index.php/api/votes-checker\" at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/votes-checker/\". at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2026-05-29T14:29:21.242029+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:29:21.245249+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-05-29T14:29:21.246317+02:00] doctrine.DEBUG: Executing statement: SELECT        c.TABLE_NAME,        c.COLUMN_NAME        AS field,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     )                   AS type,        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE        AS `null`,        c.COLUMN_KEY         AS `key`,        c.COLUMN_DEFAULT     AS `default`,        c.EXTRA,        c.COLUMN_COMMENT     AS comment,        c.CHARACTER_SET_NAME AS characterset,        c.COLLATION_NAME     AS collation FROM information_schema.COLUMNS c     INNER JOIN information_schema.TABLES t         ON t.TABLE_NAME = c.TABLE_NAME  WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?    AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n       c.TABLE_NAME,\n       c.COLUMN_NAME        AS field,\n           IF(\n        c.DATA_TYPE = 'longtext'\n        AND EXISTS(\n            SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n            WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'\n            AND i_c.TABLE_NAME = c.TABLE_NAME\n            AND i_c.CHECK_CLAUSE = CONCAT(\n                'json_valid(`',\n                    c.COLUMN_NAME,\n                '`)'\n            )\n        ),\n        'json',\n        c.DATA_TYPE\n    )                   AS type,\n       c.COLUMN_TYPE,\n       c.CHARACTER_MAXIMUM_LENGTH,\n       c.CHARACTER_OCTET_LENGTH,\n       c.NUMERIC_PRECISION,\n       c.NUMERIC_SCALE,\n       c.IS_NULLABLE        AS `null`,\n       c.COLUMN_KEY         AS `key`,\n       c.COLUMN_DEFAULT     AS `default`,\n       c.EXTRA,\n       c.COLUMN_COMMENT     AS comment,\n       c.CHARACTER_SET_NAME AS characterset,\n       c.COLLATION_NAME     AS collation\nFROM information_schema.COLUMNS c\n    INNER JOIN information_schema.TABLES t\n        ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?\n   AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.250938+02:00] doctrine.DEBUG: Executing statement: SELECT         TABLE_NAME,         NON_UNIQUE  AS Non_Unique,         INDEX_NAME  AS Key_name,         COLUMN_NAME AS Column_Name,         SUB_PART    AS Sub_Part,         INDEX_TYPE  AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY TABLE_NAME,          SEQ_IN_INDEX (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"SELECT\n        TABLE_NAME,\n        NON_UNIQUE  AS Non_Unique,\n        INDEX_NAME  AS Key_name,\n        COLUMN_NAME AS Column_Name,\n        SUB_PART    AS Sub_Part,\n        INDEX_TYPE  AS Index_Type\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ?\nORDER BY TABLE_NAME,\n         SEQ_IN_INDEX","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.251520+02:00] doctrine.DEBUG: Executing statement: SELECT             k.TABLE_NAME,             k.CONSTRAINT_NAME,             k.COLUMN_NAME,             k.REFERENCED_TABLE_NAME,             k.REFERENCED_COLUMN_NAME,             k.ORDINAL_POSITION,             c.UPDATE_RULE,             c.DELETE_RULE FROM information_schema.key_column_usage k INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n            k.TABLE_NAME,\n            k.CONSTRAINT_NAME,\n            k.COLUMN_NAME,\n            k.REFERENCED_TABLE_NAME,\n            k.REFERENCED_COLUMN_NAME,\n            k.ORDINAL_POSITION,\n            c.UPDATE_RULE,\n            c.DELETE_RULE\nFROM information_schema.key_column_usage k\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ?\nAND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.252084+02:00] doctrine.DEBUG: Executing statement:     SELECT t.TABLE_NAME,            t.ENGINE,            t.AUTO_INCREMENT,            t.TABLE_COMMENT,            t.CREATE_OPTIONS,            t.TABLE_COLLATION,            ccsa.CHARACTER_SET_NAME       FROM information_schema.TABLES t         INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa           ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"    SELECT t.TABLE_NAME,\n           t.ENGINE,\n           t.AUTO_INCREMENT,\n           t.TABLE_COMMENT,\n           t.CREATE_OPTIONS,\n           t.TABLE_COLLATION,\n           ccsa.CHARACTER_SET_NAME\n      FROM information_schema.TABLES t\n        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n          ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.296460+02:00] doctrine.DEBUG: Executing query: SELECT @@character_set_database, @@collation_database {"sql":"SELECT @@character_set_database, @@collation_database"} []
[2026-05-29T14:29:21.296998+02:00] doctrine.DEBUG: Executing statement: SELECT DEFAULT_COLLATE_NAME FROM information_schema.CHARACTER_SETS WHERE CHARACTER_SET_NAME = ?; (parameters: array{"1":"utf8mb4"}, types: array{"1":0}) {"sql":"SELECT DEFAULT_COLLATE_NAME\nFROM information_schema.CHARACTER_SETS\nWHERE CHARACTER_SET_NAME = ?;","params":{"1":"utf8mb4"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.306687+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-05-29T14:29:21.306877+02:00] doctrine.DEBUG: Executing statement: SELECT        c.TABLE_NAME,        c.COLUMN_NAME        AS field,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     )                   AS type,        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE        AS `null`,        c.COLUMN_KEY         AS `key`,        c.COLUMN_DEFAULT     AS `default`,        c.EXTRA,        c.COLUMN_COMMENT     AS comment,        c.CHARACTER_SET_NAME AS characterset,        c.COLLATION_NAME     AS collation FROM information_schema.COLUMNS c     INNER JOIN information_schema.TABLES t         ON t.TABLE_NAME = c.TABLE_NAME  WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?    AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n       c.TABLE_NAME,\n       c.COLUMN_NAME        AS field,\n           IF(\n        c.DATA_TYPE = 'longtext'\n        AND EXISTS(\n            SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n            WHERE i_c.CONSTRAINT_SCHEMA = 'guad4607_lambji'\n            AND i_c.TABLE_NAME = c.TABLE_NAME\n            AND i_c.CHECK_CLAUSE = CONCAT(\n                'json_valid(`',\n                    c.COLUMN_NAME,\n                '`)'\n            )\n        ),\n        'json',\n        c.DATA_TYPE\n    )                   AS type,\n       c.COLUMN_TYPE,\n       c.CHARACTER_MAXIMUM_LENGTH,\n       c.CHARACTER_OCTET_LENGTH,\n       c.NUMERIC_PRECISION,\n       c.NUMERIC_SCALE,\n       c.IS_NULLABLE        AS `null`,\n       c.COLUMN_KEY         AS `key`,\n       c.COLUMN_DEFAULT     AS `default`,\n       c.EXTRA,\n       c.COLUMN_COMMENT     AS comment,\n       c.CHARACTER_SET_NAME AS characterset,\n       c.COLLATION_NAME     AS collation\nFROM information_schema.COLUMNS c\n    INNER JOIN information_schema.TABLES t\n        ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ?\n   AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.311268+02:00] doctrine.DEBUG: Executing statement: SELECT         TABLE_NAME,         NON_UNIQUE  AS Non_Unique,         INDEX_NAME  AS Key_name,         COLUMN_NAME AS Column_Name,         SUB_PART    AS Sub_Part,         INDEX_TYPE  AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY TABLE_NAME,          SEQ_IN_INDEX (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"SELECT\n        TABLE_NAME,\n        NON_UNIQUE  AS Non_Unique,\n        INDEX_NAME  AS Key_name,\n        COLUMN_NAME AS Column_Name,\n        SUB_PART    AS Sub_Part,\n        INDEX_TYPE  AS Index_Type\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ?\nORDER BY TABLE_NAME,\n         SEQ_IN_INDEX","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.311800+02:00] doctrine.DEBUG: Executing statement: SELECT             k.TABLE_NAME,             k.CONSTRAINT_NAME,             k.COLUMN_NAME,             k.REFERENCED_TABLE_NAME,             k.REFERENCED_COLUMN_NAME,             k.ORDINAL_POSITION,             c.UPDATE_RULE,             c.DELETE_RULE FROM information_schema.key_column_usage k INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"guad4607_lambji","2":"guad4607_lambji"}, types: array{"1":0,"2":0}) {"sql":"SELECT\n            k.TABLE_NAME,\n            k.CONSTRAINT_NAME,\n            k.COLUMN_NAME,\n            k.REFERENCED_TABLE_NAME,\n            k.REFERENCED_COLUMN_NAME,\n            k.ORDINAL_POSITION,\n            c.UPDATE_RULE,\n            c.DELETE_RULE\nFROM information_schema.key_column_usage k\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ?\nAND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"guad4607_lambji","2":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.312334+02:00] doctrine.DEBUG: Executing statement:     SELECT t.TABLE_NAME,            t.ENGINE,            t.AUTO_INCREMENT,            t.TABLE_COMMENT,            t.CREATE_OPTIONS,            t.TABLE_COLLATION,            ccsa.CHARACTER_SET_NAME       FROM information_schema.TABLES t         INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa           ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"guad4607_lambji"}, types: array{"1":0}) {"sql":"    SELECT t.TABLE_NAME,\n           t.ENGINE,\n           t.AUTO_INCREMENT,\n           t.TABLE_COMMENT,\n           t.CREATE_OPTIONS,\n           t.TABLE_COLLATION,\n           ccsa.CHARACTER_SET_NAME\n      FROM information_schema.TABLES t\n        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n          ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"guad4607_lambji"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.320569+02:00] doctrine.DEBUG: Executing statement: SELECT DEFAULT_COLLATE_NAME FROM information_schema.CHARACTER_SETS WHERE CHARACTER_SET_NAME = ?; (parameters: array{"1":"utf8mb4"}, types: array{"1":0}) {"sql":"SELECT DEFAULT_COLLATE_NAME\nFROM information_schema.CHARACTER_SETS\nWHERE CHARACTER_SET_NAME = ?;","params":{"1":"utf8mb4"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:29:21.324201+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE comment ADD CONSTRAINT FK_9474526CA76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE comment ADD CONSTRAINT FK_9474526CA76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T14:29:21.364846+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE comment ADD CONSTRAINT FK_9474526C4B89032C FOREIGN KEY (post_id) REFERENCES post (id) {"sql":"ALTER TABLE comment ADD CONSTRAINT FK_9474526C4B89032C FOREIGN KEY (post_id) REFERENCES post (id)"} []
[2026-05-29T14:29:21.394293+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA445654041F33 FOREIGN KEY (fighter_a_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA445654041F33 FOREIGN KEY (fighter_a_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:21.440372+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA445646B1B0DD FOREIGN KEY (fighter_b_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA445646B1B0DD FOREIGN KEY (fighter_b_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:21.477320+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA44565DFCD4B8 FOREIGN KEY (winner_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA44565DFCD4B8 FOREIGN KEY (winner_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:21.515217+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA4456A7750E77 FOREIGN KEY (result_type_id) REFERENCES fight_result_type (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA4456A7750E77 FOREIGN KEY (result_type_id) REFERENCES fight_result_type (id)"} []
[2026-05-29T14:29:21.553823+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight ADD CONSTRAINT FK_21AA44564847BADC FOREIGN KEY (fight_event_day_id) REFERENCES fight_event_day (id) {"sql":"ALTER TABLE fight ADD CONSTRAINT FK_21AA44564847BADC FOREIGN KEY (fight_event_day_id) REFERENCES fight_event_day (id)"} []
[2026-05-29T14:29:21.590816+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364B84B276 FOREIGN KEY (promoter_id) REFERENCES promoter (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364B84B276 FOREIGN KEY (promoter_id) REFERENCES promoter (id)"} []
[2026-05-29T14:29:21.642765+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020367E860E36 FOREIGN KEY (stadium_id) REFERENCES stadium (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020367E860E36 FOREIGN KEY (stadium_id) REFERENCES stadium (id)"} []
[2026-05-29T14:29:21.683438+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364EC001D1 FOREIGN KEY (season_id) REFERENCES season (id) {"sql":"ALTER TABLE fight_event_day ADD CONSTRAINT FK_DCC020364EC001D1 FOREIGN KEY (season_id) REFERENCES season (id)"} []
[2026-05-29T14:29:21.723507+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76EAC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id) {"sql":"ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76EAC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id)"} []
[2026-05-29T14:29:21.755268+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76E34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE fight_stat ADD CONSTRAINT FK_86C8B76E34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:21.786070+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC7E3C61F9 FOREIGN KEY (owner_id) REFERENCES `user` (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC7E3C61F9 FOREIGN KEY (owner_id) REFERENCES `user` (id)"} []
[2026-05-29T14:29:21.831137+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FCA6FA1C8B FOREIGN KEY (stable_id) REFERENCES stable (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FCA6FA1C8B FOREIGN KEY (stable_id) REFERENCES stable (id)"} []
[2026-05-29T14:29:21.872214+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC12469DE2 FOREIGN KEY (category_id) REFERENCES fighter_category (id) {"sql":"ALTER TABLE fighter ADD CONSTRAINT FK_7A08C3FC12469DE2 FOREIGN KEY (category_id) REFERENCES fighter_category (id)"} []
[2026-05-29T14:29:21.912420+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8DF675F31B FOREIGN KEY (author_id) REFERENCES `user` (id) {"sql":"ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8DF675F31B FOREIGN KEY (author_id) REFERENCES `user` (id)"} []
[2026-05-29T14:29:21.943174+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8D34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE post ADD CONSTRAINT FK_5A8A6C8D34934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:21.988596+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE promoter ADD CONSTRAINT FK_BCB929A3A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE promoter ADD CONSTRAINT FK_BCB929A3A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T14:29:22.031482+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A108564A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A108564A76ED395 FOREIGN KEY (user_id) REFERENCES `user` (id)"} []
[2026-05-29T14:29:22.063932+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A108564AC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A108564AC6657E4 FOREIGN KEY (fight_id) REFERENCES fight (id)"} []
[2026-05-29T14:29:22.095009+02:00] doctrine.DEBUG: Executing statement: ALTER TABLE vote ADD CONSTRAINT FK_5A10856434934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id) {"sql":"ALTER TABLE vote ADD CONSTRAINT FK_5A10856434934341 FOREIGN KEY (fighter_id) REFERENCES fighter (id)"} []
[2026-05-29T14:29:22.128145+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:31:23.073074+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T14:31:23.081066+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:31:23.081117+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:31:23.097598+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T14:31:23.105681+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:31:23.105735+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:31:23.112052+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T14:31:23.115943+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:31:23.117700+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.120276+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:31:23.120325+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:31:23.123890+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:31:23.124261+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.124738+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.141988+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:31:23.143406+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.149303+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:31:23.149639+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.150114+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.151698+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 14:31:23"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 14:31:23"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.155783+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:31:23.157276+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.163292+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:31:23.163716+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.164293+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:23.175751+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.190175+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T14:31:23.231893+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.243594+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.246795+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.247899+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.249191+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.250411+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.251619+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.252854+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.254951+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.256205+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.257474+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.418201+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.419573+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.420371+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.428381+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.429403+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:31:23.430686+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.431850+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.433354+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.434713+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.435997+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.436600+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:23.487660+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:31:23.519323+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:31:26.386167+02:00] request.INFO: Matched route "api_votes_checker". {"route":"api_votes_checker","route_parameters":{"_route":"api_votes_checker","_controller":"App\\Controller\\VoteController::voteChecker"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-checker","method":"GET"} []
[2026-05-29T14:31:26.394044+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:31:26.394105+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:31:26.432357+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:31:26.434243+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:26.440749+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:31:26.441127+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:26.441676+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:26.457515+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:26.487506+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:31:29.805321+02:00] request.INFO: Matched route "api_votes_fighter". {"route":"api_votes_fighter","route_parameters":{"_route":"api_votes_fighter","_controller":"App\\Controller\\VoteController::voteFighter"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-fighter","method":"POST"} []
[2026-05-29T14:31:29.814508+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:31:29.814557+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:31:29.849729+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:31:29.851587+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:29.857989+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:31:29.858368+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:29.858878+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:31:29.873765+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:29.875534+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.status AS status_2, t0.duration AS duration_3, t0.duration_millis AS duration_millis_4, t0.picture AS picture_5, t0.fight_video_url AS fight_video_url_6, t0.f2f_video_url AS f2f_video_url_7, t0.fight_number AS fight_number_8, t0.is_last_fight AS is_last_fight_9, t0.is_special_fight AS is_special_fight_10, t0.description AS description_11, t0.is_draw AS is_draw_12, t0.started_at AS started_at_13, t0.paused_at AS paused_at_14, t0.total_pause_time AS total_pause_time_15, t0.fight_time AS fight_time_16, t0.is_preliminary_fight AS is_preliminary_fight_17, t0.date AS date_18, t0.share_id AS share_id_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.is_active AS is_active_22, t0.weight_fighter_a AS weight_fighter_a_23, t0.weight_fighter_b AS weight_fighter_b_24, t0.height_fighter_a AS height_fighter_a_25, t0.height_fighter_b AS height_fighter_b_26, t0.votes_fighter_a AS votes_fighter_a_27, t0.votes_fighter_b AS votes_fighter_b_28, t0.last_vote_at AS last_vote_at_29, t0.fighter_a_id AS fighter_a_id_30, t0.fighter_b_id AS fighter_b_id_31, t0.winner_id AS winner_id_32, t0.result_type_id AS result_type_id_33, t0.fight_event_day_id AS fight_event_day_id_34 FROM fight t0 WHERE t0.share_id = ? LIMIT 1 (parameters: array{"1":"84948715-b526-4f32-a7f6-a6d2b840940z"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.status AS status_2, t0.duration AS duration_3, t0.duration_millis AS duration_millis_4, t0.picture AS picture_5, t0.fight_video_url AS fight_video_url_6, t0.f2f_video_url AS f2f_video_url_7, t0.fight_number AS fight_number_8, t0.is_last_fight AS is_last_fight_9, t0.is_special_fight AS is_special_fight_10, t0.description AS description_11, t0.is_draw AS is_draw_12, t0.started_at AS started_at_13, t0.paused_at AS paused_at_14, t0.total_pause_time AS total_pause_time_15, t0.fight_time AS fight_time_16, t0.is_preliminary_fight AS is_preliminary_fight_17, t0.date AS date_18, t0.share_id AS share_id_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.is_active AS is_active_22, t0.weight_fighter_a AS weight_fighter_a_23, t0.weight_fighter_b AS weight_fighter_b_24, t0.height_fighter_a AS height_fighter_a_25, t0.height_fighter_b AS height_fighter_b_26, t0.votes_fighter_a AS votes_fighter_a_27, t0.votes_fighter_b AS votes_fighter_b_28, t0.last_vote_at AS last_vote_at_29, t0.fighter_a_id AS fighter_a_id_30, t0.fighter_b_id AS fighter_b_id_31, t0.winner_id AS winner_id_32, t0.result_type_id AS result_type_id_33, t0.fight_event_day_id AS fight_event_day_id_34 FROM fight t0 WHERE t0.share_id = ? LIMIT 1","params":{"1":"84948715-b526-4f32-a7f6-a6d2b840940z"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:29.897517+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.share_id = ? LIMIT 1 (parameters: array{"1":"dc75f468-0700-445a-809d-db10a7a2bcff"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.share_id = ? LIMIT 1","params":{"1":"dc75f468-0700-445a-809d-db10a7a2bcff"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:29.899575+02:00] doctrine.DEBUG: Beginning transaction [] []
[2026-05-29T14:31:29.931056+02:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-05-29T14:31:29.951264+02:00] doctrine.DEBUG: Executing statement: INSERT INTO vote (create_at, user_id, fight_id, fighter_id) VALUES (?, ?, ?, ?) (parameters: array{"1":"2026-05-29 14:31:29","2":16,"3":1070,"4":1850}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO vote (create_at, user_id, fight_id, fighter_id) VALUES (?, ?, ?, ?)","params":{"1":"2026-05-29 14:31:29","2":16,"3":1070,"4":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:29.951666+02:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-05-29T14:31:29.985555+02:00] doctrine.DEBUG: Executing statement: SELECT COUNT(v0_.id) AS sclr_0 FROM vote v0_ WHERE v0_.fight_id = ? AND v0_.fighter_id = ? (parameters: array{"1":1070,"2":578}, types: array{"1":0,"2":0}) {"sql":"SELECT COUNT(v0_.id) AS sclr_0 FROM vote v0_ WHERE v0_.fight_id = ? AND v0_.fighter_id = ?","params":{"1":1070,"2":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:30.000374+02:00] doctrine.DEBUG: Executing statement: SELECT COUNT(v0_.id) AS sclr_0 FROM vote v0_ WHERE v0_.fight_id = ? AND v0_.fighter_id = ? (parameters: array{"1":1070,"2":1850}, types: array{"1":0,"2":0}) {"sql":"SELECT COUNT(v0_.id) AS sclr_0 FROM vote v0_ WHERE v0_.fight_id = ? AND v0_.fighter_id = ?","params":{"1":1070,"2":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:30.000770+02:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-05-29T14:31:30.000934+02:00] doctrine.DEBUG: Executing statement: UPDATE fight SET votes_fighter_a = ?, votes_fighter_b = ?, last_vote_at = ? WHERE id = ? (parameters: array{"1":"0","2":"1","3":"2026-05-29 14:31:30","4":1070}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"UPDATE fight SET votes_fighter_a = ?, votes_fighter_b = ?, last_vote_at = ? WHERE id = ?","params":{"1":"0","2":"1","3":"2026-05-29 14:31:30","4":1070},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:31:30.001345+02:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-05-29T14:31:30.001528+02:00] doctrine.DEBUG: Committing transaction [] []
[2026-05-29T14:31:30.045650+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:32:13.475908+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T14:32:13.483810+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:32:13.483864+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:32:13.497053+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T14:32:13.504861+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:32:13.504908+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:32:13.517230+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:32:13.518691+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.524374+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:32:13.524707+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.525161+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.532386+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T14:32:13.538156+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:32:13.539953+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.540226+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:32:13.540275+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:32:13.547155+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:32:13.547670+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.548389+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.549273+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.573944+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T14:32:13.574549+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:32:13.576349+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.583827+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:32:13.584192+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.584704+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:13.605459+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.607608+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.608028+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.609093+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.609548+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.610261+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.610629+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.611387+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.611796+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.612530+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.612602+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 14:32:13"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 14:32:13"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.612940+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.613097+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.614077+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.615256+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.617331+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.618490+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.620467+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.645816+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.649313+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.650290+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.650870+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:13.670486+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:32:13.712191+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:32:13.745523+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:32:23.230440+02:00] request.INFO: Matched route "api_votes_checker". {"route":"api_votes_checker","route_parameters":{"_route":"api_votes_checker","_controller":"App\\Controller\\VoteController::voteChecker"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-checker","method":"GET"} []
[2026-05-29T14:32:23.238331+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:32:23.238378+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:32:23.272715+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:32:23.274422+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:23.279974+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:32:23.280316+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:23.280769+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:32:23.294833+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:32:23.378459+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:53:43.478101+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T14:53:43.485835+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:53:43.485883+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:53:43.497402+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T14:53:43.505193+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:53:43.505244+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:53:43.519549+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:53:43.520997+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.526826+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:53:43.527159+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.527637+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.538974+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:53:43.540255+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.544667+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T14:53:43.545874+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:53:43.546204+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.546673+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.550210+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T14:53:43.553778+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:53:43.553836+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:53:43.571113+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.594561+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:53:43.596415+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.601805+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.602807+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:53:43.603136+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.603603+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:43.603789+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.604956+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.606245+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.607497+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.608739+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.609408+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.632911+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.634697+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.635697+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.636050+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 14:53:43"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 14:53:43"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.636963+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.638158+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.639427+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.640805+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.643205+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.644502+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.645949+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.672750+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.677273+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.678695+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.679406+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:43.717438+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:53:43.750764+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:53:43.750900+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T14:53:56.376948+02:00] request.INFO: Matched route "api_votes_checker". {"route":"api_votes_checker","route_parameters":{"_route":"api_votes_checker","_controller":"App\\Controller\\VoteController::voteChecker"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-checker","method":"GET"} []
[2026-05-29T14:53:56.384941+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T14:53:56.384996+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T14:53:56.419271+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T14:53:56.421113+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:56.427597+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T14:53:56.427960+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:56.428494+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T14:53:56.443986+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T14:53:56.542356+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T21:39:49.300703+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-29T21:39:49.300707+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-29T21:39:49.300704+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-29T21:39:49.672938+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T21:39:49.672938+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T21:39:49.672938+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T21:39:49.673028+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T21:39:49.673035+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T21:39:49.673042+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T21:39:50.145528+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T21:39:50.145524+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T21:39:50.145515+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T21:39:50.148483+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.148504+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.148511+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.189923+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T21:39:50.189923+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T21:39:50.189924+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T21:39:50.194865+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.194865+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.194864+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.199266+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.199266+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.199287+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:39:50.342272+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-29T21:39:50.347666+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.364143+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-29 21:39:50"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-29 21:39:50"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.570501+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.575408+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.577531+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.577534+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.591053+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.591723+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.592107+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.592261+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.592986+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.594036+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.594277+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.595540+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.595775+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.596828+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.597366+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.597413+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.599318+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.601410+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.604745+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.606705+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.608566+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:39:50.786486+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T21:39:50.786530+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T21:39:50.786576+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T21:40:01.357462+02:00] request.INFO: Matched route "api_votes_checker". {"route":"api_votes_checker","route_parameters":{"_route":"api_votes_checker","_controller":"App\\Controller\\VoteController::voteChecker"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-checker","method":"GET"} []
[2026-05-29T21:40:01.365292+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T21:40:01.365342+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T21:40:01.398956+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T21:40:01.400843+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:40:01.407037+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T21:40:01.407382+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:40:01.407914+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:40:01.432053+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:40:01.557464+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-29T21:41:04.979115+02:00] request.INFO: Matched route "api_votes_checker". {"route":"api_votes_checker","route_parameters":{"_route":"api_votes_checker","_controller":"App\\Controller\\VoteController::voteChecker"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/votes-checker","method":"GET"} []
[2026-05-29T21:41:04.986363+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-29T21:41:04.986409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-29T21:41:05.019536+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-29T21:41:05.021186+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:41:05.026738+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-29T21:41:05.027096+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:41:05.027526+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-29T21:41:05.041354+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":16}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.user_id AS user_id_3, t0.fight_id AS fight_id_4, t0.fighter_id AS fighter_id_5 FROM vote t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":16},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-29T21:41:05.156789+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-30T00:01:48.945191+02:00] request.INFO: Matched route "api_fights_next". {"route":"api_fights_next","route_parameters":{"_route":"api_fights_next","_controller":"App\\Controller\\FightController::nextFight"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fights-next","method":"GET"} []
[2026-05-30T00:01:48.953175+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-30T00:01:48.953225+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-30T00:01:48.958771+02:00] request.INFO: Matched route "api_fighters_grands_espoirs". {"route":"api_fighters_grands_espoirs","route_parameters":{"_route":"api_fighters_grands_espoirs","_controller":"App\\Controller\\FighterController::fightersGrandEspoirs"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-grands-espoirs","method":"GET"} []
[2026-05-30T00:01:48.966810+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-30T00:01:48.966871+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-30T00:01:48.976058+02:00] request.INFO: Matched route "api_fighters_top5". {"route":"api_fighters_top5","route_parameters":{"_route":"api_fighters_top5","_controller":"App\\Controller\\FighterController::fightersTop5"},"request_uri":"https://lambji-api.durusapp.com/public/index.php/api/fighters-top5","method":"GET"} []
[2026-05-30T00:01:48.984163+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2026-05-30T00:01:48.984214+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-05-30T00:01:48.990296+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-30T00:01:48.992025+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:48.998383+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-30T00:01:48.998747+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:48.999251+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:49.000930+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-30T00:01:49.002613+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.008918+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-30T00:01:49.009317+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:49.009858+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:49.018639+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":3306,"user":"guad4607_lambji","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"guad4607_lambji","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-05-30T00:01:49.020246+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"fan@lambji.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.phone AS phone_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.shared_id AS shared_id_10, t0.roles AS roles_11, t0.preferred_locale AS preferred_locale_12, t0.is_active AS is_active_13, t0.account_origin AS account_origin_14, t0.is_online AS is_online_15, t0.online_at AS online_at_16 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"fan@lambji.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.026519+02:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 7.3: Implementing \"App\\Entity\\User::eraseCredentials()\" is deprecated since Symfony 7.3; add the #[\\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the \"__serialize()\" method. at /home2/guad4607/lambji-api.durusapp.com/lamb-ji-api/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321)"} []
[2026-05-30T00:01:49.026874+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"fan@lambji.com\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:49.027423+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2026-05-30T00:01:49.085209+02:00] doctrine.DEBUG: Executing query: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5 {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ ORDER BY f0_.points DESC LIMIT 5"} []
[2026-05-30T00:01:49.093903+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10 (parameters: array{"1":"grands_espoirs"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.nickname AS nickname_2, f0_.wins AS wins_3, f0_.losses AS losses_4, f0_.draws AS draws_5, f0_.points AS points_6, f0_.is_king AS is_king_7, f0_.avatar AS avatar_8, f0_.started_year AS started_year_9, f0_.ended_year AS ended_year_10, f0_.is_wrestling AS is_wrestling_11, f0_.is_active AS is_active_12, f0_.share_id AS share_id_13, f0_.fights AS fights_14, f0_.weight AS weight_15, f0_.height AS height_16, f0_.birthday AS birthday_17, f0_.birth_year AS birth_year_18, f0_.owner_id AS owner_id_19, f0_.stable_id AS stable_id_20, f0_.category_id AS category_id_21 FROM fighter f0_ INNER JOIN fighter_category f1_ ON f0_.category_id = f1_.id WHERE f1_.slug = ? ORDER BY f0_.points DESC LIMIT 10","params":{"1":"grands_espoirs"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.098579+02:00] doctrine.DEBUG: Executing statement: SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1 (parameters: array{"1":"2026-05-30 00:01:49"}, types: array{"1":0}) {"sql":"SELECT f0_.id AS id_0, f0_.status AS status_1, f0_.duration AS duration_2, f0_.duration_millis AS duration_millis_3, f0_.picture AS picture_4, f0_.fight_video_url AS fight_video_url_5, f0_.f2f_video_url AS f2f_video_url_6, f0_.fight_number AS fight_number_7, f0_.is_last_fight AS is_last_fight_8, f0_.is_special_fight AS is_special_fight_9, f0_.description AS description_10, f0_.is_draw AS is_draw_11, f0_.started_at AS started_at_12, f0_.paused_at AS paused_at_13, f0_.total_pause_time AS total_pause_time_14, f0_.fight_time AS fight_time_15, f0_.is_preliminary_fight AS is_preliminary_fight_16, f0_.date AS date_17, f0_.share_id AS share_id_18, f0_.created_at AS created_at_19, f0_.updated_at AS updated_at_20, f0_.is_active AS is_active_21, f0_.weight_fighter_a AS weight_fighter_a_22, f0_.weight_fighter_b AS weight_fighter_b_23, f0_.height_fighter_a AS height_fighter_a_24, f0_.height_fighter_b AS height_fighter_b_25, f0_.votes_fighter_a AS votes_fighter_a_26, f0_.votes_fighter_b AS votes_fighter_b_27, f0_.last_vote_at AS last_vote_at_28, f0_.fighter_a_id AS fighter_a_id_29, f0_.fighter_b_id AS fighter_b_id_30, f0_.winner_id AS winner_id_31, f0_.result_type_id AS result_type_id_32, f0_.fight_event_day_id AS fight_event_day_id_33 FROM fight f0_ WHERE f0_.date >= ? ORDER BY f0_.date ASC LIMIT 1","params":{"1":"2026-05-30 00:01:49"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.334960+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":578}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":578},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.338652+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":278}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":278},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.339288+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.339312+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":277}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":277},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.340015+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ? (parameters: array{"1":1850}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nickname AS nickname_3, t0.wins AS wins_4, t0.losses AS losses_5, t0.draws AS draws_6, t0.points AS points_7, t0.is_king AS is_king_8, t0.avatar AS avatar_9, t0.started_year AS started_year_10, t0.ended_year AS ended_year_11, t0.is_wrestling AS is_wrestling_12, t0.is_active AS is_active_13, t0.share_id AS share_id_14, t0.fights AS fights_15, t0.weight AS weight_16, t0.height AS height_17, t0.birthday AS birthday_18, t0.birth_year AS birth_year_19, t0.owner_id AS owner_id_20, t0.stable_id AS stable_id_21, t0.category_id AS category_id_22 FROM fighter t0 WHERE t0.id = ?","params":{"1":1850},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.340751+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":272}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":272},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.341665+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.341667+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.342759+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":285}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":285},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.342891+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":299}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":299},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.344021+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":288}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":288},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.344286+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":271}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":271},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.345248+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":414}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":414},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.345737+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":275}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":275},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.346641+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":374}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":374},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.347013+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":259}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":259},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.347556+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.slug AS slug_5 FROM fighter_category t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.347925+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":260}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":260},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.350309+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":281}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":281},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.351583+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":273}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":273},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.352891+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ? (parameters: array{"1":313}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.avatar AS avatar_3, t0.city AS city_4, t0.state AS state_5, t0.description AS description_6, t0.creation_date AS creation_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenors AS tenors_10, t0.share_id AS share_id_11, t0.is_active AS is_active_12 FROM stable t0 WHERE t0.id = ?","params":{"1":313},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-05-30T00:01:49.395911+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-30T00:01:49.395950+02:00] doctrine.INFO: Disconnecting [] []
[2026-05-30T00:01:49.429054+02:00] doctrine.INFO: Disconnecting [] []
