[2026-08-02T09:51:41.530490+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T09:51:43.600717+00:00] console.CRITICAL: Error thrown while running command "doctrine:database:create --if-not-exists". Message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:91)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:28)","command":"doctrine:database:create --if-not-exists","message":"An exception occurred in the driver: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it"} []
[2026-08-02T09:51:43.601552+00:00] console.DEBUG: Command "doctrine:database:create --if-not-exists" exited with code "2002" {"command":"doctrine:database:create --if-not-exists","code":2002} []
[2026-08-02T09:52:32.353346+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T09:52:32.383518+00:00] doctrine.DEBUG: Executing query: SHOW DATABASES {"sql":"SHOW DATABASES"} []
[2026-08-02T09:52:32.408562+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T09:58:08.383944+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T09:58:08.389183+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T09:58:08.391410+00: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 = 'starter'             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":"starter","2":"starter"}, 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 = 'starter'\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":"starter","2":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T09:58:08.434954+00: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":"starter"}, 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":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T09:58:08.440220+00: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":"starter","2":"starter"}, 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":"starter","2":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T09:58:08.441199+00: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":"starter"}, 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":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T09:58:08.451709+00:00] console.CRITICAL: Error thrown while running command "doctrine:schema:validate". Message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:63)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:55)","command":"doctrine:schema:validate","message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause'"} []
[2026-08-02T09:58:08.452124+00:00] console.DEBUG: Command "doctrine:schema:validate" exited with code "1054" {"command":"doctrine:schema:validate","code":1054} []
[2026-08-02T09:58:08.455909+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:08.931198+00:00] request.INFO: Matched route "app_app". {"route":"app_app","route_parameters":{"_route":"app_app","_controller":"App\\Platform\\Controller\\HomeController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2026-08-02T10:01:09.014837+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:09.017578+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T10:01:09.064679+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:09.064882+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:09.065001+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:09.065100+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:09.065209+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:09.196891+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:09.241590+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T10:01:09.374938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4b80c"},"request_uri":"http://127.0.0.1:8000/_wdt/d4b80c?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:01:24.004044+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Security\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2026-08-02T10:01:24.007987+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:24.008192+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:24.008323+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:24.008420+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:24.008527+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:24.155506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f61896"},"request_uri":"http://127.0.0.1:8000/_wdt/f61896?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:01:28.422400+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Security\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2026-08-02T10:01:28.424605+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:28.424754+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.424839+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.424945+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.445919+00:00] request.DEBUG: CSRF validation accepted using origin info. [] []
[2026-08-02T10:01:28.455997+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:28.457971+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"freddie@webberdoo.com"}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.email = ? LIMIT 1","params":{"1":"freddie@webberdoo.com"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:28.888464+00:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken":"UsernamePasswordToken(user=\"freddie@webberdoo.com\", roles=\"ROLE_ADMIN, ROLE_USER\")"},"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
[2026-08-02T10:01:28.893213+00:00] app.DEBUG: Remember me disabled; request does not contain remember me parameter ("_remember_me"). {"parameter":"_remember_me"} []
[2026-08-02T10:01:28.893366+00:00] security.DEBUG: Clearing remember-me cookie. {"name":"REMEMBERME"} []
[2026-08-02T10:01:28.894579+00:00] security.DEBUG: Remember me skipped: the RememberMeBadge is not enabled. [] []
[2026-08-02T10:01:28.894832+00:00] security.DEBUG: The "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
[2026-08-02T10:01:28.896999+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:01:28.909259+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:28.944958+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin","method":"GET"} []
[2026-08-02T10:01:28.946824+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:28.946939+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.947018+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.947096+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.947250+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:28.949023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:01:28.951724+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:28.952804+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:28.953452+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:01:28.967770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:01:28.983110+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:29.078210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"812337"},"request_uri":"http://127.0.0.1:8000/_wdt/812337?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:01:29.131212+00:00] request.INFO: Matched route "app_admin_data_overview". {"route":"app_admin_data_overview","route_parameters":{"_route":"app_admin_data_overview","_controller":"App\\Admin\\Controller\\AdminDataController::overview"},"request_uri":"http://127.0.0.1:8000/admin/data/overview","method":"GET"} []
[2026-08-02T10:01:29.132936+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:29.133051+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:29.133187+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:29.133300+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:29.133406+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:29.134161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:01:29.137069+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:29.138149+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:29.138801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:01:29.185689+00:00] doctrine.DEBUG: Executing statement: SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_ (parameters: array{"1":"2026-07-03 10:01:29"}, types: array{"1":0}) {"sql":"SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_","params":{"1":"2026-07-03 10:01:29"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:29.193449+00:00] doctrine.DEBUG: Executing query: SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5 {"sql":"SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5"} []
[2026-08-02T10:01:29.210218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:01:29.222091+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:37.469706+00:00] request.INFO: Matched route "app_admin_data_users". {"route":"app_admin_data_users","route_parameters":{"_route":"app_admin_data_users","_controller":"App\\Admin\\Controller\\AdminDataController::users"},"request_uri":"http://127.0.0.1:8000/admin/data/users","method":"GET"} []
[2026-08-02T10:01:37.471882+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:37.472041+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:37.472174+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:37.472279+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:37.472391+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:37.473307+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:01:37.477658+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:37.479205+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:37.480073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:01:37.485424+00:00] doctrine.DEBUG: Executing query: SELECT COUNT(u0_.id) AS sclr_0 FROM `user` u0_ {"sql":"SELECT COUNT(u0_.id) AS sclr_0 FROM `user` u0_"} []
[2026-08-02T10:01:37.491215+00:00] doctrine.DEBUG: Executing query: SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 20 {"sql":"SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 20"} []
[2026-08-02T10:01:37.500061+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 10:01:37","4":"2026-08-02 10:01:37"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 10:01:37","4":"2026-08-02 10:01:37"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:37.504491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:01:37.520032+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:01:45.382398+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:01:45.384527+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:01:45.384648+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:45.384776+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:45.384875+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:45.384976+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:01:45.385811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:01:45.389278+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:01:45.407283+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:01:45.408764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:01:45.419111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:01:45.436583+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:05.435943+00:00] request.INFO: Matched route "app_admin_settings_update". {"route":"app_admin_settings_update","route_parameters":{"_route":"app_admin_settings_update","_controller":"App\\Settings\\Controller\\AdminSettingsController::update","category":"registration"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/registration","method":"POST"} []
[2026-08-02T10:02:05.438131+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:05.438262+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.438373+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.438474+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.438582+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.439507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:05.443703+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:05.445179+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:05.446121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:05.449870+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T10:02:05.450778+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"registration_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"registration_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:05.451161+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"email_verification_required"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"email_verification_required"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:05.451465+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:02:05.458009+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"registration_enabled","2":"false","3":"bool","4":"2026-08-02 10:02:05"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"registration_enabled","2":"false","3":"bool","4":"2026-08-02 10:02:05"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:05.459225+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:02:05.459494+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T10:02:05.461503+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T10:02:05.471037+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:05.489766+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:05.538119+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:02:05.541092+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:05.541300+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.541414+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.541508+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.541604+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:05.543237+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:05.551242+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:05.552595+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:05.553517+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:05.560700+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:05.572696+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:13.204555+00:00] request.INFO: Matched route "app_app". {"route":"app_app","route_parameters":{"_route":"app_app","_controller":"App\\Platform\\Controller\\HomeController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2026-08-02T10:02:13.208048+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:13.208240+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:13.208522+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:13.208686+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:13.208803+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:13.217586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:13.221156+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:13.222305+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:13.223621+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:13.226492+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:13.242031+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:13.457334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51bed4"},"request_uri":"http://127.0.0.1:8000/_wdt/51bed4?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:02:35.620446+00:00] request.INFO: Matched route "app_app". {"route":"app_app","route_parameters":{"_route":"app_app","_controller":"App\\Platform\\Controller\\HomeController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2026-08-02T10:02:35.624151+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:35.624421+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:35.624638+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:35.624877+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:35.625089+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:35.692619+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T10:02:35.797298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbfbb7"},"request_uri":"http://127.0.0.1:8000/_wdt/fbfbb7?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:02:53.433621+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:02:53.435949+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:53.436109+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:53.436220+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:53.436320+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:53.436425+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:53.437351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:53.441104+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:53.442471+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:53.443275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:53.450008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:53.464177+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:57.953396+00:00] request.INFO: Matched route "app_admin_settings_update". {"route":"app_admin_settings_update","route_parameters":{"_route":"app_admin_settings_update","_controller":"App\\Settings\\Controller\\AdminSettingsController::update","category":"registration"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/registration","method":"POST"} []
[2026-08-02T10:02:57.955485+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:57.955620+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:57.955746+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:57.955846+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:57.955951+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:57.956955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:57.961089+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:57.962514+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:57.963317+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:57.965792+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T10:02:57.966564+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"registration_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"registration_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:57.972583+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"email_verification_required"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"email_verification_required"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:57.973392+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:02:57.973685+00:00] doctrine.DEBUG: Executing statement: UPDATE application_setting SET setting_value = ?, updated_at = ? WHERE setting_key = ? (parameters: array{"1":"true","2":"2026-08-02 10:02:57","3":"registration_enabled"}, types: array{"1":0,"2":0,"3":0}) {"sql":"UPDATE application_setting SET setting_value = ?, updated_at = ? WHERE setting_key = ?","params":{"1":"true","2":"2026-08-02 10:02:57","3":"registration_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:57.974400+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:02:57.974644+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T10:02:57.976589+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T10:02:57.986184+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:58.008706+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:02:58.053609+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:02:58.056838+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:02:58.057035+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:58.057151+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:58.057238+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:58.057339+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:02:58.059055+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:02:58.066813+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:02:58.068136+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:02:58.069060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:02:58.077332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:02:58.089535+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:03:01.019445+00:00] request.INFO: Matched route "app_admin_settings_update". {"route":"app_admin_settings_update","route_parameters":{"_route":"app_admin_settings_update","_controller":"App\\Settings\\Controller\\AdminSettingsController::update","category":"registration"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/registration","method":"POST"} []
[2026-08-02T10:03:01.022254+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:03:01.022430+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.022533+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.022635+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.022752+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.023797+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:03:01.027493+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:03:01.051020+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:03:01.051854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:03:01.054972+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T10:03:01.055881+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"registration_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"registration_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:03:01.056348+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"email_verification_required"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"email_verification_required"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:03:01.056985+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T10:03:01.057889+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T10:03:01.067858+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:03:01.090403+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:03:01.135537+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:03:01.138088+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:03:01.138193+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.138366+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.138460+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.138549+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:01.140213+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:03:01.148496+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:03:01.149980+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:03:01.150981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:03:01.158704+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:03:01.170868+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:03:06.575775+00:00] request.INFO: Matched route "app_app". {"route":"app_app","route_parameters":{"_route":"app_app","_controller":"App\\Platform\\Controller\\HomeController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2026-08-02T10:03:06.580402+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:03:06.580627+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:06.580741+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:06.580841+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:06.580945+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:03:06.658132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bab4db"},"request_uri":"http://127.0.0.1:8000/_wdt/bab4db?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:04:41.096595+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:04:41.099930+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:04:41.100123+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:04:41.100232+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:04:41.100357+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:04:41.100460+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:04:41.101728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:04:41.107454+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:04:41.109154+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:04:41.110029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:04:41.116905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:04:41.130116+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:05:11.217784+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:05:11.222256+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:05:11.222385+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:11.222667+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:11.222890+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:11.223023+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:11.226259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:05:11.238703+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:05:11.240252+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:11.241486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:05:11.252186+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:05:11.268516+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:05:24.765456+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:05:24.768252+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:05:24.768493+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:24.768608+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:24.768778+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:24.768901+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:24.770189+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:05:24.774077+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:05:24.790582+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:24.791440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:05:24.797858+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:05:24.810954+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:05:42.222964+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T10:05:42.225301+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:05:42.225449+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.225588+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.225689+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.225799+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.227159+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:05:42.230950+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:05:42.254324+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.255402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:05:42.260764+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T10:05:42.261664+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.262070+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.262372+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.262695+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.263028+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.263316+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.263604+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_interval"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_interval"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.263879+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.264160+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.264439+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_secret_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_secret_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.274275+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_webhook_secret"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_webhook_secret"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.275006+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:05:42.275496+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_publishable_key","2":"pk_test_51SKc6vRBCTrRB9jevamclOEak4v2VQg4BVa0AzmhjcupLPVMHSRd8wpidlnQshgf3Lxnaxr5glfc8RbRc9WKVbhL00ERGeUsUd","3":"string","4":"2026-08-02 10:05:42"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_publishable_key","2":"pk_test_51SKc6vRBCTrRB9jevamclOEak4v2VQg4BVa0AzmhjcupLPVMHSRd8wpidlnQshgf3Lxnaxr5glfc8RbRc9WKVbhL00ERGeUsUd","3":"string","4":"2026-08-02 10:05:42"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.275958+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_secret_key","2":"enc:v1:17xjUrD7TYMiAh+9o/r0IV27sbZ1/m8NrNJG+WH6m4WTaoGDHn9MkVTztV1tUWvJO68m1FWQ8D1ODQs3NT9CbWQcvzMrI2BjB8yfBex/N0v0ZttubRSCrtX/eU4jBvFCp+J/HyxL3g1DSstEwS3y4Iflqah70x9lHy6iiHL4QlMfdCciClYj","3":"secret","4":"2026-08-02 10:05:42"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_secret_key","2":"enc:v1:17xjUrD7TYMiAh+9o/r0IV27sbZ1/m8NrNJG+WH6m4WTaoGDHn9MkVTztV1tUWvJO68m1FWQ8D1ODQs3NT9CbWQcvzMrI2BjB8yfBex/N0v0ZttubRSCrtX/eU4jBvFCp+J/HyxL3g1DSstEwS3y4Iflqah70x9lHy6iiHL4QlMfdCciClYj","3":"secret","4":"2026-08-02 10:05:42"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.276226+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_webhook_secret","2":"enc:v1:lEC5WO/UC4v6jdHHiM1aNnJ76APmBB6Gj4lIjpCHdTVcnTLqi0V6Bn1y1RI3axgOeVZK3BFHNq7B+2EyxotjOJJ/","3":"secret","4":"2026-08-02 10:05:42"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_webhook_secret","2":"enc:v1:lEC5WO/UC4v6jdHHiM1aNnJ76APmBB6Gj4lIjpCHdTVcnTLqi0V6Bn1y1RI3axgOeVZK3BFHNq7B+2EyxotjOJJ/","3":"secret","4":"2026-08-02 10:05:42"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.276474+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T10:05:42.276709+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T10:05:42.278713+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T10:05:42.288994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:05:42.307557+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:05:42.355087+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:05:42.358000+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:05:42.358144+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.358258+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.358351+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.358456+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:05:42.360113+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:05:42.368233+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:05:42.380470+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:05:42.381950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:05:42.389401+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:05:42.402922+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:07:10.659445+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:07:10.662557+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:07:10.662711+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:07:10.662819+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:07:10.662923+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:07:10.663029+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:07:10.664114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:07:10.668572+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:07:10.670282+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:07:10.671161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:07:10.678612+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:07:10.691972+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:26:03.169492+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.11.2-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:26:03.174524+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:26:04.784458+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:26:04.785213+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ?   AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"starter"}, types: array{"1":0}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n  AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:26:04.797452+00:00] doctrine.DEBUG: Executing query: SELECT @@character_set_database, @@collation_database {"sql":"SELECT @@character_set_database, @@collation_database"} []
[2026-08-02T10:26:04.799424+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:26:04.799803+00:00] doctrine.DEBUG: Executing statement: SELECT c.TABLE_NAME,        c.COLUMN_NAME,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'starter'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     ),        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE,        c.COLUMN_DEFAULT,        c.EXTRA,        c.COLUMN_COMMENT,        c.CHARACTER_SET_NAME,        c.COLLATION_NAME FROM information_schema.COLUMNS c          INNER JOIN information_schema.TABLES t                     ON t.TABLE_NAME = c.TABLE_NAME                         AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary) WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?   AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT c.TABLE_NAME,\n       c.COLUMN_NAME,\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 = 'starter'\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    ),\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,\n       c.COLUMN_DEFAULT,\n       c.EXTRA,\n       c.COLUMN_COMMENT,\n       c.CHARACTER_SET_NAME,\n       c.COLLATION_NAME\nFROM information_schema.COLUMNS c\n         INNER JOIN information_schema.TABLES t\n                    ON t.TABLE_NAME = c.TABLE_NAME\n                        AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary)\nWHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n  AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:26:04.819485+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:26:04.819906+00: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_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"starter","2":"doctrine_migration_versions"}, types: array{"1":0,"2":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_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"starter","2":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:26:04.823740+00:00] console.CRITICAL: Error thrown while running command "doctrine:migrations:migrate". Message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:63)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause' at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:55)","command":"doctrine:migrations:migrate","message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ccsa.FULL_COLLATION_NAME' in 'on clause'"} []
[2026-08-02T10:26:04.824104+00:00] console.DEBUG: Command "doctrine:migrations:migrate" exited with code "1054" {"command":"doctrine:migrations:migrate","code":1054} []
[2026-08-02T10:26:04.829431+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:30:53.848913+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T10:30:53.851334+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:30:53.855335+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.234171+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.235188+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ?   AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"starter"}, types: array{"1":0}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n  AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.247644+00:00] doctrine.DEBUG: Executing query: SELECT @@character_set_database, @@collation_database {"sql":"SELECT @@character_set_database, @@collation_database"} []
[2026-08-02T10:30:55.249453+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.249973+00:00] doctrine.DEBUG: Executing statement: SELECT c.TABLE_NAME,        c.COLUMN_NAME,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'starter'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     ),        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE,        c.COLUMN_DEFAULT,        c.EXTRA,        c.COLUMN_COMMENT,        c.CHARACTER_SET_NAME,        c.COLLATION_NAME FROM information_schema.COLUMNS c          INNER JOIN information_schema.TABLES t                     ON t.TABLE_NAME = c.TABLE_NAME                         AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary) WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?   AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT c.TABLE_NAME,\n       c.COLUMN_NAME,\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 = 'starter'\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    ),\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,\n       c.COLUMN_DEFAULT,\n       c.EXTRA,\n       c.COLUMN_COMMENT,\n       c.CHARACTER_SET_NAME,\n       c.COLLATION_NAME\nFROM information_schema.COLUMNS c\n         INNER JOIN information_schema.TABLES t\n                    ON t.TABLE_NAME = c.TABLE_NAME\n                        AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary)\nWHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n  AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.272247+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.272732+00: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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"starter","2":"doctrine_migration_versions"}, types: array{"1":0,"2":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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"starter","2":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.277261+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.278270+00:00] doctrine.DEBUG: Executing statement: SELECT tc.TABLE_NAME,        tc.CONSTRAINT_NAME,        kcu.COLUMN_NAME FROM information_schema.TABLE_CONSTRAINTS tc          INNER JOIN information_schema.KEY_COLUMN_USAGE kcu                     ON kcu.TABLE_NAME = tc.TABLE_NAME                         AND CONVERT(kcu.TABLE_NAME USING binary) = CONVERT(tc.TABLE_NAME USING binary)                         AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?   AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY' ORDER BY TABLE_NAME,     kcu.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT tc.TABLE_NAME,\n       tc.CONSTRAINT_NAME,\n       kcu.COLUMN_NAME\nFROM information_schema.TABLE_CONSTRAINTS tc\n         INNER JOIN information_schema.KEY_COLUMN_USAGE kcu\n                    ON kcu.TABLE_NAME = tc.TABLE_NAME\n                        AND CONVERT(kcu.TABLE_NAME USING binary) = CONVERT(tc.TABLE_NAME USING binary)\n                        AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME\nWHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?\n  AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY'\nORDER BY TABLE_NAME,\n    kcu.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.279972+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.280581+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME,        INDEX_NAME,        INDEX_TYPE,        NON_UNIQUE,        COLUMN_NAME,        SUB_PART FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?   AND INDEX_NAME != 'PRIMARY' ORDER BY TABLE_NAME,     SEQ_IN_INDEX (parameters: array{"1":"starter","2":"doctrine_migration_versions"}, types: array{"1":0,"2":0}) {"sql":"SELECT TABLE_NAME,\n       INDEX_NAME,\n       INDEX_TYPE,\n       NON_UNIQUE,\n       COLUMN_NAME,\n       SUB_PART\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n  AND INDEX_NAME != 'PRIMARY'\nORDER BY TABLE_NAME,\n    SEQ_IN_INDEX","params":{"1":"starter","2":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.281302+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T10:30:55.282280+00:00] doctrine.DEBUG: Executing statement: SELECT k.TABLE_NAME,        k.CONSTRAINT_NAME,        k.REFERENCED_TABLE_NAME,        c.UPDATE_RULE,        c.DELETE_RULE,        k.COLUMN_NAME,        k.REFERENCED_COLUMN_NAME 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                         AND CONVERT(c.TABLE_NAME USING binary) = CONVERT(k.TABLE_NAME USING binary) WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?   AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT k.TABLE_NAME,\n       k.CONSTRAINT_NAME,\n       k.REFERENCED_TABLE_NAME,\n       c.UPDATE_RULE,\n       c.DELETE_RULE,\n       k.COLUMN_NAME,\n       k.REFERENCED_COLUMN_NAME\nFROM information_schema.KEY_COLUMN_USAGE k\n         INNER JOIN information_schema.REFERENTIAL_CONSTRAINTS c\n                    ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n                        AND c.TABLE_NAME = k.TABLE_NAME\n                        AND CONVERT(c.TABLE_NAME USING binary) = CONVERT(k.TABLE_NAME USING binary)\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n  AND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.293834+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T10:30:55.295278+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T10:30:55.295783+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T10:30:55.303350+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T10:30:55.305080+00:00] doctrine.DEBUG: Executing query: ALTER TABLE billing_subscription ADD billing_interval VARCHAR(10) NOT NULL DEFAULT 'month' {"sql":"ALTER TABLE billing_subscription ADD billing_interval VARCHAR(10) NOT NULL DEFAULT 'month'"} []
[2026-08-02T10:30:55.313629+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)              SELECT ?, setting_value, setting_type, updated_at              FROM application_setting source              WHERE source.setting_key = ?                AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?) (parameters: array{"1":"stripe_price_pro_monthly","2":"stripe_price_pro","3":"stripe_price_pro_monthly"}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)\n             SELECT ?, setting_value, setting_type, updated_at\n             FROM application_setting source\n             WHERE source.setting_key = ?\n               AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?)","params":{"1":"stripe_price_pro_monthly","2":"stripe_price_pro","3":"stripe_price_pro_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.314372+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)              SELECT ?, setting_value, setting_type, updated_at              FROM application_setting source              WHERE source.setting_key = ?                AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?) (parameters: array{"1":"stripe_price_pro_plus_monthly","2":"stripe_price_pro_plus","3":"stripe_price_pro_plus_monthly"}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)\n             SELECT ?, setting_value, setting_type, updated_at\n             FROM application_setting source\n             WHERE source.setting_key = ?\n               AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?)","params":{"1":"stripe_price_pro_plus_monthly","2":"stripe_price_pro_plus","3":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.314885+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)              SELECT ?, setting_value, setting_type, updated_at              FROM application_setting source              WHERE source.setting_key = ?                AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?) (parameters: array{"1":"pro_monthly_display_price","2":"pro_display_price","3":"pro_monthly_display_price"}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)\n             SELECT ?, setting_value, setting_type, updated_at\n             FROM application_setting source\n             WHERE source.setting_key = ?\n               AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?)","params":{"1":"pro_monthly_display_price","2":"pro_display_price","3":"pro_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.315264+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)              SELECT ?, setting_value, setting_type, updated_at              FROM application_setting source              WHERE source.setting_key = ?                AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?) (parameters: array{"1":"pro_plus_monthly_display_price","2":"pro_plus_display_price","3":"pro_plus_monthly_display_price"}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at)\n             SELECT ?, setting_value, setting_type, updated_at\n             FROM application_setting source\n             WHERE source.setting_key = ?\n               AND NOT EXISTS (SELECT 1 FROM application_setting target WHERE target.setting_key = ?)","params":{"1":"pro_plus_monthly_display_price","2":"pro_plus_display_price","3":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.316659+00:00] doctrine.DEBUG: Executing statement: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) (parameters: array{"1":"DoctrineMigrations\\Version20260802113000","2":"2026-08-02 10:30:55","3":12}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?)","params":{"1":"DoctrineMigrations\\Version20260802113000","2":"2026-08-02 10:30:55","3":12},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:30:55.318996+00:00] deprecation.INFO: User Deprecated: Context: trying to commit a transaction Problem: the transaction is already committed, relying on silencing is deprecated. Solution: override `AbstractMigration::isTransactional()` so that it returns false. Automate that by setting `transactional` to false in the configuration. More details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Context: trying to commit a transaction\nProblem: the transaction is already committed, relying on silencing is deprecated.\nSolution: override `AbstractMigration::isTransactional()` so that it returns false.\nAutomate that by setting `transactional` to false in the configuration.\nMore details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T10:30:55.328808+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:36:59.949598+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T10:36:59.958111+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:36:59.958266+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:36:59.958399+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:36:59.958513+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:36:59.958629+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:36:59.961295+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:36:59.968208+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T10:36:59.970513+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:36:59.971918+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:36:59.973465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:36:59.990328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:37:00.025913+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:37:00.080868+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T10:37:00.239874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb37cf"},"request_uri":"http://127.0.0.1:8000/_wdt/cb37cf?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T10:37:00.409505+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:37:00.412415+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:37:00.412523+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:37:00.412659+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:37:00.412760+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:37:00.412864+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:37:00.414461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:37:00.420439+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T10:37:00.422499+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:37:00.440048+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:37:00.441338+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:37:00.453179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:37:00.480545+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T10:39:36.209361+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T10:39:36.213623+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T10:39:36.213760+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:39:36.213858+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:39:36.213996+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:39:36.214118+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T10:39:36.216414+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T10:39:36.225400+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T10:39:36.227933+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T10:39:36.239882+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T10:39:36.241519+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T10:39:36.255808+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T10:39:36.283975+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T11:42:14.700675+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T11:42:14.711636+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T11:42:14.712537+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T11:42:14.715004+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T11:42:14.722174+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T11:42:14.722329+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T11:42:14.722434+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T11:42:14.722557+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T11:42:14.722695+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T11:42:14.725105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T11:42:14.726905+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T11:42:14.727521+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T11:42:14.740954+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T11:42:14.770134+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:09:23.867485+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T12:09:23.876576+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:09:23.876736+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:23.876835+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:23.876956+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:23.877054+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:23.879831+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:09:23.886974+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:09:23.893437+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:09:23.895307+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:23.896479+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:09:23.911138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:09:23.937365+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:09:35.265662+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T12:09:35.267833+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:09:35.267965+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:35.268072+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:35.268170+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:35.268269+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:35.269154+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:09:35.272517+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:09:35.273898+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:09:35.286648+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:35.287757+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:09:35.293650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:09:35.312042+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:09:52.821432+00:00] request.INFO: Matched route "app_user". {"route":"app_user","route_parameters":{"_route":"app_user","_controller":"App\\User\\Controller\\UserController::index"},"request_uri":"http://127.0.0.1:8000/user","method":"GET"} []
[2026-08-02T12:09:52.824703+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:09:52.824923+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:52.825032+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:52.825132+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:52.825245+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:52.826255+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:09:52.829074+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:09:52.830192+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:09:52.850382+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:52.851436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:09:52.864703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:09:52.892530+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:09:52.918962+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T12:09:53.110909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8242af"},"request_uri":"http://127.0.0.1:8000/_wdt/8242af?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T12:09:53.190775+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T12:09:53.192704+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:09:53.192848+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:53.192992+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:53.193108+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:53.193219+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:09:53.194121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:09:53.196610+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:09:53.197459+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:09:53.198569+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:53.199230+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:09:53.219098+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:53.224814+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 12:09:53","4":"2026-08-02 12:09:53"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 12:09:53","4":"2026-08-02 12:09:53"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:53.228875+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:09:53.234043+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:09:53.254345+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:44.732636+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T12:31:44.738666+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:44.738768+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:44.738873+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:44.738971+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:44.739074+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:44.740456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:44.746636+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:44.749091+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:44.750711+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:44.752052+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:44.772291+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:44.798928+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:44.878807+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T12:31:44.947621+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"245e9a"},"request_uri":"http://127.0.0.1:8000/_wdt/245e9a?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T12:31:45.004667+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T12:31:45.011153+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:45.011382+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:45.011499+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:45.011609+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:45.011786+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:45.013262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:45.019060+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:45.021102+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:45.022367+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:45.023286+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:45.033831+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:45.038595+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 12:31:45","4":"2026-08-02 12:31:45"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 12:31:45","4":"2026-08-02 12:31:45"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:45.040310+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:45.046101+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:45.070059+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:49.730685+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T12:31:49.736305+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:49.736428+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.736566+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.736686+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.736808+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.738082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:49.740805+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:49.742274+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:49.743476+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:49.744217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:49.754773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:49.779278+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:49.919259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26d8e8"},"request_uri":"http://127.0.0.1:8000/_wdt/26d8e8?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T12:31:49.967913+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T12:31:49.969526+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:49.969640+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.969780+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.969893+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.970009+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:49.970736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:49.972775+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:49.973655+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:49.975770+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:49.976860+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:49.984669+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:49.987275+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 12:31:49","4":"2026-08-02 12:31:49"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 12:31:49","4":"2026-08-02 12:31:49"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:49.988562+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:49.993844+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:50.012024+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:56.379110+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin","method":"GET"} []
[2026-08-02T12:31:56.381303+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:56.381441+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.381552+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.381652+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.381763+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.382647+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:56.385439+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:56.386658+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:56.387768+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:56.388486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:56.396749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:56.417643+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:56.640165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f334d"},"request_uri":"http://127.0.0.1:8000/_wdt/5f334d?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T12:31:56.694215+00:00] request.INFO: Matched route "app_admin_data_overview". {"route":"app_admin_data_overview","route_parameters":{"_route":"app_admin_data_overview","_controller":"App\\Admin\\Controller\\AdminDataController::overview"},"request_uri":"http://127.0.0.1:8000/admin/data/overview","method":"GET"} []
[2026-08-02T12:31:56.695747+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:56.695858+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.695997+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.696114+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.696277+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:56.696984+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:56.699014+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:56.699859+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:56.700897+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:56.701549+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:56.707379+00:00] doctrine.DEBUG: Executing statement: SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_ (parameters: array{"1":"2026-07-03 12:31:56"}, types: array{"1":0}) {"sql":"SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_","params":{"1":"2026-07-03 12:31:56"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:56.708507+00:00] doctrine.DEBUG: Executing query: SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5 {"sql":"SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5"} []
[2026-08-02T12:31:56.711756+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:56.729770+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:31:58.013225+00:00] request.INFO: Matched route "app_admin_data_overview". {"route":"app_admin_data_overview","route_parameters":{"_route":"app_admin_data_overview","_controller":"App\\Admin\\Controller\\AdminDataController::overview"},"request_uri":"http://127.0.0.1:8000/admin/data/overview","method":"GET"} []
[2026-08-02T12:31:58.015633+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:31:58.015779+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:58.015889+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:58.015998+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:58.016145+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:31:58.017090+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:31:58.019730+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:31:58.020668+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:31:58.021879+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:58.022650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:31:58.026365+00:00] doctrine.DEBUG: Executing statement: SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_ (parameters: array{"1":"2026-07-03 12:31:58"}, types: array{"1":0}) {"sql":"SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_","params":{"1":"2026-07-03 12:31:58"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:31:58.028073+00:00] doctrine.DEBUG: Executing query: SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5 {"sql":"SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5"} []
[2026-08-02T12:31:58.031470+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:31:58.050239+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:32:00.123034+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T12:32:00.125499+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:32:00.125655+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:32:00.125798+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:32:00.125910+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:32:00.126040+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:32:00.127083+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:32:00.129864+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:32:00.130835+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:32:00.131955+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:32:00.132655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:32:00.142031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:32:00.161589+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:35:00.780604+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T12:35:00.784534+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:35:00.784684+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:00.784804+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:00.784960+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:00.785061+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:00.788011+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:35:00.795366+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:35:00.797877+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:35:00.799254+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:35:00.800327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:35:00.814837+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:35:00.839948+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:35:58.714081+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T12:35:58.720597+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:35:58.720813+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:58.720932+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:58.721070+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:58.721179+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:58.722552+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:35:58.725342+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:35:58.726475+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:35:58.727611+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:35:58.728345+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:35:58.743386+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:35:58.773269+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T12:35:58.988282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7fe0b"},"request_uri":"http://127.0.0.1:8000/_wdt/a7fe0b?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T12:35:59.173292+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T12:35:59.176422+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T12:35:59.176653+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:59.176765+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:59.176861+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:59.176951+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T12:35:59.178733+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T12:35:59.185211+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T12:35:59.187668+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T12:35:59.211808+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T12:35:59.213226+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T12:35:59.232533+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T12:35:59.256989+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T13:07:35.613441+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T13:07:35.615947+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T13:07:35.620486+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.290455+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.291876+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ?   AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"starter"}, types: array{"1":0}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n  AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"starter"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.310776+00:00] doctrine.DEBUG: Executing query: SELECT @@character_set_database, @@collation_database {"sql":"SELECT @@character_set_database, @@collation_database"} []
[2026-08-02T13:07:37.313012+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.313277+00:00] doctrine.DEBUG: Executing statement: SELECT c.TABLE_NAME,        c.COLUMN_NAME,            IF(         c.DATA_TYPE = 'longtext'         AND EXISTS(             SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c             WHERE i_c.CONSTRAINT_SCHEMA = 'starter'             AND i_c.TABLE_NAME = c.TABLE_NAME             AND i_c.CHECK_CLAUSE = CONCAT(                 'json_valid(`',                     c.COLUMN_NAME,                 '`)'             )         ),         'json',         c.DATA_TYPE     ),        c.COLUMN_TYPE,        c.CHARACTER_MAXIMUM_LENGTH,        c.CHARACTER_OCTET_LENGTH,        c.NUMERIC_PRECISION,        c.NUMERIC_SCALE,        c.IS_NULLABLE,        c.COLUMN_DEFAULT,        c.EXTRA,        c.COLUMN_COMMENT,        c.CHARACTER_SET_NAME,        c.COLLATION_NAME FROM information_schema.COLUMNS c          INNER JOIN information_schema.TABLES t                     ON t.TABLE_NAME = c.TABLE_NAME                         AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary) WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?   AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME,          c.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT c.TABLE_NAME,\n       c.COLUMN_NAME,\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 = 'starter'\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    ),\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,\n       c.COLUMN_DEFAULT,\n       c.EXTRA,\n       c.COLUMN_COMMENT,\n       c.CHARACTER_SET_NAME,\n       c.COLLATION_NAME\nFROM information_schema.COLUMNS c\n         INNER JOIN information_schema.TABLES t\n                    ON t.TABLE_NAME = c.TABLE_NAME\n                        AND CONVERT(t.TABLE_NAME USING binary) = CONVERT(c.TABLE_NAME USING binary)\nWHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n  AND t.TABLE_TYPE = 'BASE TABLE'\nORDER BY c.TABLE_NAME,\n         c.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.337502+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.337857+00: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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"starter","2":"doctrine_migration_versions"}, types: array{"1":0,"2":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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"starter","2":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.342457+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.343310+00:00] doctrine.DEBUG: Executing statement: SELECT tc.TABLE_NAME,        tc.CONSTRAINT_NAME,        kcu.COLUMN_NAME FROM information_schema.TABLE_CONSTRAINTS tc          INNER JOIN information_schema.KEY_COLUMN_USAGE kcu                     ON kcu.TABLE_NAME = tc.TABLE_NAME                         AND CONVERT(kcu.TABLE_NAME USING binary) = CONVERT(tc.TABLE_NAME USING binary)                         AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?   AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY' ORDER BY TABLE_NAME,     kcu.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT tc.TABLE_NAME,\n       tc.CONSTRAINT_NAME,\n       kcu.COLUMN_NAME\nFROM information_schema.TABLE_CONSTRAINTS tc\n         INNER JOIN information_schema.KEY_COLUMN_USAGE kcu\n                    ON kcu.TABLE_NAME = tc.TABLE_NAME\n                        AND CONVERT(kcu.TABLE_NAME USING binary) = CONVERT(tc.TABLE_NAME USING binary)\n                        AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME\nWHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?\n  AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY'\nORDER BY TABLE_NAME,\n    kcu.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.345173+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.345903+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME,        INDEX_NAME,        INDEX_TYPE,        NON_UNIQUE,        COLUMN_NAME,        SUB_PART FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?   AND INDEX_NAME != 'PRIMARY' ORDER BY TABLE_NAME,     SEQ_IN_INDEX (parameters: array{"1":"starter","2":"doctrine_migration_versions"}, types: array{"1":0,"2":0}) {"sql":"SELECT TABLE_NAME,\n       INDEX_NAME,\n       INDEX_TYPE,\n       NON_UNIQUE,\n       COLUMN_NAME,\n       SUB_PART\nFROM information_schema.STATISTICS\nWHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n  AND INDEX_NAME != 'PRIMARY'\nORDER BY TABLE_NAME,\n    SEQ_IN_INDEX","params":{"1":"starter","2":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.346635+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2026-08-02T13:07:37.347320+00:00] doctrine.DEBUG: Executing statement: SELECT k.TABLE_NAME,        k.CONSTRAINT_NAME,        k.REFERENCED_TABLE_NAME,        c.UPDATE_RULE,        c.DELETE_RULE,        k.COLUMN_NAME,        k.REFERENCED_COLUMN_NAME 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                         AND CONVERT(c.TABLE_NAME USING binary) = CONVERT(k.TABLE_NAME USING binary) WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?   AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME,          k.CONSTRAINT_NAME,          k.ORDINAL_POSITION (parameters: array{"1":"starter","2":"starter","3":"doctrine_migration_versions"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT k.TABLE_NAME,\n       k.CONSTRAINT_NAME,\n       k.REFERENCED_TABLE_NAME,\n       c.UPDATE_RULE,\n       c.DELETE_RULE,\n       k.COLUMN_NAME,\n       k.REFERENCED_COLUMN_NAME\nFROM information_schema.KEY_COLUMN_USAGE k\n         INNER JOIN information_schema.REFERENTIAL_CONSTRAINTS c\n                    ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n                        AND c.TABLE_NAME = k.TABLE_NAME\n                        AND CONVERT(c.TABLE_NAME USING binary) = CONVERT(k.TABLE_NAME USING binary)\nWHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n  AND k.REFERENCED_COLUMN_NAME IS NOT NULL\nORDER BY k.TABLE_NAME,\n         k.CONSTRAINT_NAME,\n         k.ORDINAL_POSITION","params":{"1":"starter","2":"starter","3":"doctrine_migration_versions"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.361845+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T13:07:37.363407+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T13:07:37.363982+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2026-08-02T13:07:37.372104+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T13:07:37.374284+00:00] doctrine.DEBUG: Executing query: CREATE TABLE google_play_purchase (id BIGINT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, product_id VARCHAR(191) NOT NULL, purchase_token_hash VARCHAR(64) NOT NULL, order_id VARCHAR(191) DEFAULT NULL, status VARCHAR(20) NOT NULL, acknowledged TINYINT(1) NOT NULL, purchased_at DATETIME DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, INDEX IDX_GOOGLE_PLAY_PURCHASE_USER (user_id, status), UNIQUE INDEX UNIQ_GOOGLE_PLAY_PURCHASE_TOKEN_HASH (purchase_token_hash), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB {"sql":"CREATE TABLE google_play_purchase (id BIGINT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, product_id VARCHAR(191) NOT NULL, purchase_token_hash VARCHAR(64) NOT NULL, order_id VARCHAR(191) DEFAULT NULL, status VARCHAR(20) NOT NULL, acknowledged TINYINT(1) NOT NULL, purchased_at DATETIME DEFAULT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, INDEX IDX_GOOGLE_PLAY_PURCHASE_USER (user_id, status), UNIQUE INDEX UNIQ_GOOGLE_PLAY_PURCHASE_TOKEN_HASH (purchase_token_hash), PRIMARY KEY (id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} []
[2026-08-02T13:07:37.392995+00:00] doctrine.DEBUG: Executing query: ALTER TABLE google_play_purchase ADD CONSTRAINT FK_GOOGLE_PLAY_PURCHASE_USER FOREIGN KEY (user_id) REFERENCES `user` (id) ON DELETE CASCADE {"sql":"ALTER TABLE google_play_purchase ADD CONSTRAINT FK_GOOGLE_PLAY_PURCHASE_USER FOREIGN KEY (user_id) REFERENCES `user` (id) ON DELETE CASCADE"} []
[2026-08-02T13:07:37.498007+00:00] doctrine.DEBUG: Executing statement: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) (parameters: array{"1":"DoctrineMigrations\\Version20260802140000","2":"2026-08-02 13:07:37","3":125}, types: array{"1":0,"2":0,"3":0}) {"sql":"INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?)","params":{"1":"DoctrineMigrations\\Version20260802140000","2":"2026-08-02 13:07:37","3":125},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T13:07:37.499653+00:00] deprecation.INFO: User Deprecated: Context: trying to commit a transaction Problem: the transaction is already committed, relying on silencing is deprecated. Solution: override `AbstractMigration::isTransactional()` so that it returns false. Automate that by setting `transactional` to false in the configuration. More details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Context: trying to commit a transaction\nProblem: the transaction is already committed, relying on silencing is deprecated.\nSolution: override `AbstractMigration::isTransactional()` so that it returns false.\nAutomate that by setting `transactional` to false in the configuration.\nMore details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T13:07:37.508144+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:49:24.841529+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:49:24.857437+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:49:24.858321+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:49:24.861153+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:49:24.872268+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:49:24.872474+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:49:24.872585+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:49:24.872680+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:49:24.872780+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:49:24.877404+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:49:24.879480+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:49:24.880213+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:49:24.900619+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:49:24.934111+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:50:27.197841+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:50:27.200377+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:50:27.200508+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:27.200615+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:27.200705+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:27.200802+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:27.201744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:50:27.208858+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:50:27.211160+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:50:27.212557+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:27.213581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:50:27.219806+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:50:27.239734+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:50:28.640089+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:50:28.642783+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:50:28.642978+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:28.643206+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:28.643418+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:28.643548+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:28.644628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:50:28.647017+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:50:28.647906+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:50:28.649018+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:28.649658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:50:28.653372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:50:28.671031+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:50:43.398197+00:00] request.INFO: Matched route "app_user". {"route":"app_user","route_parameters":{"_route":"app_user","_controller":"App\\User\\Controller\\UserController::index"},"request_uri":"http://127.0.0.1:8000/user","method":"GET"} []
[2026-08-02T14:50:43.400501+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:50:43.400660+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.400767+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.400973+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.401082+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.402092+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:50:43.404811+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:50:43.405771+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:50:43.425227+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:43.426601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:50:43.439730+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:50:43.472072+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:50:43.500631+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T14:50:43.696760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d8745"},"request_uri":"http://127.0.0.1:8000/_wdt/0d8745?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:50:43.861148+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:50:43.863926+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:50:43.864026+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.864128+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.864224+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.864325+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:50:43.865937+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:50:43.871823+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:50:43.874616+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:50:43.876219+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:43.877245+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:50:43.888363+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:43.893481+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:50:43","4":"2026-08-02 14:50:43"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:50:43","4":"2026-08-02 14:50:43"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:43.895385+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:50:43.901910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:50:43.925819+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:02.744299+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T14:51:02.747481+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:02.747612+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.747729+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.747813+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.747908+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.748852+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:02.751553+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:02.752534+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:02.753642+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:02.754323+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:02.764088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:02.788710+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:02.887986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f57f3b"},"request_uri":"http://127.0.0.1:8000/_wdt/f57f3b?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:51:02.946428+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:51:02.948224+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:02.948338+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.948444+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.948543+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.948648+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:02.949389+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:02.951441+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:02.952223+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:02.953330+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:02.953973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:02.958350+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:02.962399+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:51:02","4":"2026-08-02 14:51:02"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:51:02","4":"2026-08-02 14:51:02"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:02.964035+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:02.970384+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:02.990765+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:04.111610+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T14:51:04.113655+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:04.113843+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.113960+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.114059+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.114170+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.114929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:04.117017+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:04.117801+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:04.118877+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:04.119523+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:04.126847+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:04.148565+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:04.230756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"259d8f"},"request_uri":"http://127.0.0.1:8000/_wdt/259d8f?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:51:04.281791+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:51:04.283812+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:04.283937+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.284089+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.284202+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.284310+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:04.285112+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:04.287247+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:04.288066+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:04.313057+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:04.314071+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:04.317088+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:04.320035+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:51:04","4":"2026-08-02 14:51:04"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:51:04","4":"2026-08-02 14:51:04"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:04.321337+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:04.327998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:04.350299+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:05.299945+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T14:51:05.302018+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:05.302147+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.302300+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.302408+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.302512+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.303371+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:05.306074+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:05.307542+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:05.323585+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:05.325126+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:05.332603+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:05.355014+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:05.475010+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ca0d6"},"request_uri":"http://127.0.0.1:8000/_wdt/9ca0d6?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:51:05.529598+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:51:05.531381+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:05.531498+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.531610+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.531695+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.531798+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:05.532521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:05.534556+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:05.535354+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:05.536455+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:05.537134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:05.541108+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:05.544363+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:51:05","4":"2026-08-02 14:51:05"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:51:05","4":"2026-08-02 14:51:05"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:05.545948+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:05.551663+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:05.570636+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:21.484051+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin","method":"GET"} []
[2026-08-02T14:51:21.486230+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:21.486366+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.486505+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.486613+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.486723+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.487561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:21.490624+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:21.491652+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:21.492803+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:21.493516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:21.501826+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:21.526865+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:21.766395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"416d32"},"request_uri":"http://127.0.0.1:8000/_wdt/416d32?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:51:21.821111+00:00] request.INFO: Matched route "app_admin_data_overview". {"route":"app_admin_data_overview","route_parameters":{"_route":"app_admin_data_overview","_controller":"App\\Admin\\Controller\\AdminDataController::overview"},"request_uri":"http://127.0.0.1:8000/admin/data/overview","method":"GET"} []
[2026-08-02T14:51:21.823226+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:21.823406+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.823535+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.823640+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.823745+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:21.825326+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:21.828216+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:21.829116+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:21.842552+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:21.843718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:21.848668+00:00] doctrine.DEBUG: Executing statement: SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_ (parameters: array{"1":"2026-07-03 14:51:21"}, types: array{"1":0}) {"sql":"SELECT COUNT(u0_.id) AS sclr_0, SUM(CASE WHEN u0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN u0_.is_verified = 0 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN u0_.is_enabled = 1 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN u0_.is_enabled = 0 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN u0_.created_at >= ? THEN 1 ELSE 0 END) AS sclr_5 FROM `user` u0_","params":{"1":"2026-07-03 14:51:21"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:21.849712+00:00] doctrine.DEBUG: Executing query: SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5 {"sql":"SELECT u0_.id AS id_0, u0_.public_id AS public_id_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.verified_at AS verified_at_6, u0_.password_changed_at AS password_changed_at_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.created_at AS created_at_10, u0_.is_enabled AS is_enabled_11, u0_.disabled_at AS disabled_at_12 FROM `user` u0_ ORDER BY u0_.created_at DESC, u0_.id DESC LIMIT 5"} []
[2026-08-02T14:51:21.852639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:21.871655+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:23.615307+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:51:23.616939+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:23.617066+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:23.617185+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:23.617282+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:23.617384+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:23.618102+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:23.620160+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:23.620957+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:23.622088+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:23.622833+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:23.632060+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:23.651967+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:51.705156+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/.well-known/appspecific/com.chrome.devtools.json"" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/.well-known/appspecific/com.chrome.devtools.json\" at E:/Apps/webberdoo-starter-2.0/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.well-known/appspecific/com.chrome.devtools.json/\". at E:/Apps/webberdoo-starter-2.0/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2026-08-02T14:51:54.819409+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:51:54.821830+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:54.822004+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.822125+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.822246+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.822353+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.823842+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:54.827277+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:54.828577+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:54.829833+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.830639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:54.836578+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:51:54.837742+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.838453+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.839000+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.839561+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.840105+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.840563+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.840934+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.841320+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.841837+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.842274+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.842636+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.842979+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.843336+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.843656+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.843952+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.844257+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.844557+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.844851+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.845151+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.845454+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.845751+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.846286+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.846879+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.847245+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.847615+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.847979+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.848884+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.849225+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.849839+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.850411+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:51:54.851254+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:51:54.865224+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:54.897671+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:54.956388+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:51:54.960124+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:54.960305+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.960431+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.960534+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.960647+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:54.962421+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:54.969084+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:54.971732+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:54.974855+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:54.976793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:54.986823+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:55.010133+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:55.567396+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:51:55.570353+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:55.570602+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.570729+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.570827+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.571066+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.572457+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:55.575740+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:55.576780+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:55.577960+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.578685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:55.584241+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:51:55.585446+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.586049+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.586525+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.586929+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.587245+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.587650+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.588056+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.588680+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.589300+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.589676+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.590105+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.590605+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.590983+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.591340+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.591630+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.591991+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.592357+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.592671+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.593044+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.593429+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.593777+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.594114+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.594444+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.594766+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.595283+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.595949+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.596475+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.596851+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.597179+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.597569+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:51:55.598360+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:51:55.612052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:55.641806+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:55.698085+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:51:55.700951+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:55.701103+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.701214+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.701317+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.701448+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.703610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:55.712440+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:55.714943+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:55.716583+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.717816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:55.729044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:55.751870+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:55.896606+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:51:55.898368+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:55.898516+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.898648+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.898746+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.898851+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:55.899591+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:55.901962+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:55.903138+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:55.904430+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.905360+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:55.913460+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:51:55.914433+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.914962+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.915294+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.915703+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.916014+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.916309+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.916622+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.916930+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.917230+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.917526+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.917815+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.918099+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.918418+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.918771+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.919060+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.919351+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.919651+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.919944+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.920237+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.921007+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.921599+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.921983+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.922373+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.922725+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.923044+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.923381+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.923811+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.924437+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.925013+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:55.925606+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:51:55.926449+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:51:55.939849+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:55.969525+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:56.019308+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:51:56.021951+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:56.022095+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.022255+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.022403+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.022557+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.024947+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:56.031924+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:56.033957+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:56.035339+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.036329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:56.046825+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:56.070241+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:56.105926+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:51:56.108896+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:56.109048+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.109158+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.109257+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.109420+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.110243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:56.112419+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:56.113256+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:56.138415+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.139377+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:56.145546+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:51:56.146576+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.147616+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.148390+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.148907+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.149307+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.149644+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.149944+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.150236+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.150587+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.150964+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.151336+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.151660+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.152044+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.152409+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.152740+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.153048+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.153357+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.153853+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.154431+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.154925+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.155355+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.155774+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.156219+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.156634+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.157028+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.157382+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.157818+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.158274+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.158663+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.159163+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:51:56.160205+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:51:56.176750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:56.207673+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:51:56.268078+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:51:56.271941+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:51:56.272192+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.272320+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.272428+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.272542+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:51:56.274811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:51:56.281810+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:51:56.284240+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:51:56.309299+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:51:56.310774+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:51:56.320155+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:51:56.344108+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:19.345918+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:52:19.348926+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:19.349054+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.349182+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.349277+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.349380+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.350475+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:19.353240+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:19.354309+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:19.355713+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.356748+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:19.363718+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:52:19.364508+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.364909+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.365206+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.365552+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.365991+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.366291+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.366877+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.367342+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.367950+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.368397+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.368753+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.369054+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.369380+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.369709+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.370035+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.370350+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.370663+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.371028+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.371606+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.372016+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.372424+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.372870+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.373260+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.373659+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.374011+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.374353+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.374669+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.374970+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.375307+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.375729+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T14:52:19.376335+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"pro_lifetime_display_price","2":"4.99","3":"string","4":"2026-08-02 14:52:19"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"pro_lifetime_display_price","2":"4.99","3":"string","4":"2026-08-02 14:52:19"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.376872+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T14:52:19.377120+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:52:19.383954+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:52:19.396450+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:19.424806+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:19.477707+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:19.480422+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:19.480537+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.480639+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.480736+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.480839+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:19.482364+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:19.488784+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:19.491259+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:19.492747+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:19.493943+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:19.505808+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:19.528463+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:20.816224+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:52:20.818013+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:20.818175+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.818301+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.818406+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.818542+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.819324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:20.821588+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:20.822919+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:20.848396+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.849428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:20.854822+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:52:20.856232+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.857137+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.857967+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.858519+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.859007+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.859364+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.859678+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.859966+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.860301+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.860581+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.860865+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.861206+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.861486+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.861764+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.862040+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.862314+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.862576+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.862887+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.863147+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.863420+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.863716+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.864021+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.864323+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.864603+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.864894+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.865184+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.865466+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.865745+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.866022+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.866346+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:52:20.867019+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:52:20.879475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:20.907176+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:20.959122+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:20.961806+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:20.961917+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.962034+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.962138+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.962242+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:20.963790+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:20.969892+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:20.972448+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:20.974394+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:20.975693+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:20.985238+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:21.005231+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:21.245890+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:52:21.247556+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:21.247702+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.247860+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.247993+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.248120+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.248939+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:21.251045+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:21.251847+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:21.266244+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.267090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:21.272502+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:52:21.273402+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.273860+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.274166+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.274801+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.275252+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.275556+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.275891+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.276191+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.276862+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.277302+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.277614+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.277910+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.278193+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.278476+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.278758+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.279035+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.279310+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.279588+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.279862+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.280178+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.280451+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.280722+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.280996+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.281283+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.281567+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.281858+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.282152+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.282432+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.282712+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.283048+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:52:21.283746+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:52:21.296343+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:21.323935+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:21.373834+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:21.376884+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:21.377034+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.377168+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.377270+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.377391+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:21.379170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:21.385794+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:21.387933+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:21.390044+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:21.391277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:21.400080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:21.419645+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:22.388230+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:52:22.392411+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:22.392591+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.392703+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.392814+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.392923+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.393970+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:22.396695+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:22.397688+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:22.398777+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.399746+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:22.407112+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:52:22.408106+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.408656+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.409178+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.409602+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.409916+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.410342+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.410631+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.410895+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.411260+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.411566+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.411844+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.412129+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.412407+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.412660+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.412942+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.413214+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.413481+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.413751+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.414004+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.414270+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.414541+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.414813+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.415077+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.415340+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.415613+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.415902+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.416175+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.416442+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.416744+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.417075+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:52:22.417772+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:52:22.431723+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:22.462476+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:22.511949+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:22.514573+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:22.514678+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.514837+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.514968+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.515083+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:22.516867+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:22.523249+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:22.525341+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:22.547344+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:22.548555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:22.559958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:22.580648+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:31.209603+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T14:52:31.212674+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:31.212806+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.212909+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.212999+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.213091+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.214057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:31.216679+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:31.217735+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:31.218868+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:31.219569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:31.229572+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:31.252504+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:31.342879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91d2d3"},"request_uri":"http://127.0.0.1:8000/_wdt/91d2d3?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:52:31.401292+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:52:31.402829+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:31.402937+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.403162+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.403262+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.403364+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:31.404262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:31.407243+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:31.408394+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:31.435133+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:31.436099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:31.442180+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:31.446984+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:52:31","4":"2026-08-02 14:52:31"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:52:31","4":"2026-08-02 14:52:31"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:31.448726+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:31.455744+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:31.476151+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:40.761973+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:40.764435+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:40.764567+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:40.764706+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:40.764805+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:40.764921+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:40.765845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:40.768523+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:40.769493+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:40.770699+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:40.771924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:40.782012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:40.801984+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:46.483155+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T14:52:46.485353+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:46.485473+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.485564+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.485663+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.485782+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.486699+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:46.490126+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:46.491253+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:46.492458+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:46.493225+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:46.500472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:46.523169+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:52:46.582719+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T14:52:46.623740+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/.well-known/appspecific/com.chrome.devtools.json"" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/.well-known/appspecific/com.chrome.devtools.json\" at E:/Apps/webberdoo-starter-2.0/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.well-known/appspecific/com.chrome.devtools.json/\". at E:/Apps/webberdoo-starter-2.0/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2026-08-02T14:52:46.739215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be01c7"},"request_uri":"http://127.0.0.1:8000/_wdt/be01c7?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:52:46.825813+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:52:46.828425+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:52:46.828589+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.828759+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.828860+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.828976+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:52:46.829849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:52:46.832323+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:52:46.833318+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:52:46.834694+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:52:46.835465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:52:46.846191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:52:46.868113+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:53:04.612791+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:53:04.614952+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:53:04.615133+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.615247+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.615347+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.615443+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.616304+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:53:04.618945+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:53:04.619938+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:53:04.621378+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.622551+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:53:04.628729+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T14:53:04.629537+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.629972+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.630260+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.630604+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.630908+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.631195+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.631480+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.631764+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.632071+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.632376+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.632661+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.632934+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.633207+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.633504+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.633785+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.634058+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.634331+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.634619+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.634907+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.635179+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.635486+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.635759+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.636058+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.636340+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.636636+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.636915+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.637204+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.637506+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.637787+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.638139+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T14:53:04.638637+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"pro_plus_monthly_display_price","2":"6.99","3":"string","4":"2026-08-02 14:53:04"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"pro_plus_monthly_display_price","2":"6.99","3":"string","4":"2026-08-02 14:53:04"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.638971+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"pro_plus_yearly_display_price","2":"69.99","3":"string","4":"2026-08-02 14:53:04"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"pro_plus_yearly_display_price","2":"69.99","3":"string","4":"2026-08-02 14:53:04"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.639250+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T14:53:04.639498+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T14:53:04.646947+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T14:53:04.659808+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:53:04.687806+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:53:04.741174+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:53:04.744352+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:53:04.744506+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.744622+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.744729+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.744966+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:04.747593+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:53:04.756317+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:53:04.758743+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:53:04.760129+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:04.761049+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:53:04.770267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:53:04.794508+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:53:07.462500+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T14:53:07.465291+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:53:07.465436+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.465543+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.465640+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.465740+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.466669+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:53:07.469315+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:53:07.470575+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:53:07.472229+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:07.473040+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:53:07.482015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:53:07.505613+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:53:07.595693+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8eb1b"},"request_uri":"http://127.0.0.1:8000/_wdt/e8eb1b?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T14:53:07.653286+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T14:53:07.655844+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:53:07.656113+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.656253+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.656360+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.656476+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:53:07.657728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:53:07.659934+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:53:07.660744+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:53:07.661888+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:07.662611+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:53:07.667795+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:07.672724+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 14:53:07","4":"2026-08-02 14:53:07"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 14:53:07","4":"2026-08-02 14:53:07"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:07.675024+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:53:07.681417+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:53:07.701116+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:55:00.982782+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:55:00.985912+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:55:00.986175+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:00.986310+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:00.986421+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:00.986541+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:00.987792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:55:00.990707+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:55:00.991712+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:55:00.992919+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:55:00.993721+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:55:01.002916+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:55:01.023507+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:55:15.346193+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:55:15.350442+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:55:15.350623+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:15.350737+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:15.350834+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:15.350929+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:15.354211+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:55:15.361687+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:55:15.363943+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:55:15.365381+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:55:15.366444+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:55:15.379837+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:55:15.411074+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:55:23.830175+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:55:23.832332+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:55:23.832462+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:23.832604+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:23.832715+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:23.832820+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:23.833978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:55:23.837033+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:55:23.838068+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:55:23.839192+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:55:23.839966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:55:23.847837+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:55:23.869395+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:55:24.426456+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T14:55:24.428286+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:55:24.428369+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:24.428463+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:24.428565+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:24.428668+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:55:24.429364+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:55:24.431380+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:55:24.432166+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:55:24.433637+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:55:24.434713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:55:24.442862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:55:24.461162+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T14:57:02.071228+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T14:57:02.073880+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T14:57:02.074034+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:57:02.074170+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:57:02.074270+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:57:02.074386+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T14:57:02.075603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T14:57:02.080643+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T14:57:02.082336+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T14:57:02.102374+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T14:57:02.103774+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T14:57:02.116562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T14:57:02.139530+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:01:12.774275+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:01:12.780582+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:01:12.780815+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:01:12.781052+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:01:12.781303+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:01:12.781434+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:01:12.784741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:01:12.795935+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:01:12.798468+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:01:12.800279+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:01:12.801592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:01:12.819380+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:01:12.858167+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:03:14.530829+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:03:14.535025+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:03:14.535187+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:14.535297+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:14.535399+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:14.535516+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:14.538262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:03:14.546347+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:03:14.549365+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:03:14.550984+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:03:14.552155+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:03:14.565728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:03:14.591573+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:03:43.263005+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:03:43.265660+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:03:43.265820+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:43.265953+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:43.266059+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:43.266170+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:03:43.267127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:03:43.270264+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:03:43.271439+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:03:43.273271+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:03:43.274447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:03:43.283722+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:03:43.303278+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:04:13.045680+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:04:13.048711+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:04:13.048882+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:04:13.048991+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:04:13.049107+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:04:13.049221+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:04:13.050275+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:04:13.053938+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:04:13.055499+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:04:13.057057+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:04:13.057948+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:04:13.066751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:04:13.086545+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:06:47.680734+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:06:47.685268+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:06:47.685449+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:06:47.685553+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:06:47.685644+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:06:47.685764+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:06:47.688217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:06:47.695493+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:06:47.697652+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:06:47.699038+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:06:47.700359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:06:47.713745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:06:47.747989+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:00.367054+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T15:07:00.369546+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:00.369714+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.369842+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.369934+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.370024+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.371099+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:00.374047+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:00.375159+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:00.376373+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.377136+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:00.382913+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T15:07:00.383912+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.384605+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.384935+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.385288+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.385595+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.386038+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.386372+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.386680+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.387011+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.387322+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.387625+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.387902+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.388180+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.388453+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.388727+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.389013+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.389288+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.389762+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.390453+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.390764+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.391050+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.391350+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.391700+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.391996+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.392292+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.392589+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.392876+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.393164+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.393450+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.394030+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T15:07:00.394671+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"billing_enabled","2":"true","3":"bool","4":"2026-08-02 15:07:00"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"billing_enabled","2":"true","3":"bool","4":"2026-08-02 15:07:00"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.395124+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_price_pro_lifetime","2":"price_1Tz458RBCTrRB9jeJ85vp3Z4","3":"string","4":"2026-08-02 15:07:00"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_price_pro_lifetime","2":"price_1Tz458RBCTrRB9jeJ85vp3Z4","3":"string","4":"2026-08-02 15:07:00"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.395467+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_price_pro_plus_monthly","2":"price_1Tz44ERBCTrRB9jeTwt3OHyv","3":"string","4":"2026-08-02 15:07:00"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_price_pro_plus_monthly","2":"price_1Tz44ERBCTrRB9jeTwt3OHyv","3":"string","4":"2026-08-02 15:07:00"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.395770+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"stripe_price_pro_plus_yearly","2":"price_1U00tORBCTrRB9jef9T06Cgo","3":"string","4":"2026-08-02 15:07:00"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"stripe_price_pro_plus_yearly","2":"price_1U00tORBCTrRB9jef9T06Cgo","3":"string","4":"2026-08-02 15:07:00"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.396053+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T15:07:00.396304+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T15:07:00.402887+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T15:07:00.415386+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:00.444945+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:00.493600+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:07:00.496111+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:00.496217+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.496323+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.496407+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.496518+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:00.498123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:00.504481+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:00.506479+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:00.507758+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:00.508675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:00.517680+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:00.542313+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:16.320551+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T15:07:16.323610+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:16.323781+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.323891+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.323976+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.324119+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.325118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:16.327879+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:16.328979+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:16.330125+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:16.330842+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:16.341310+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:16.363229+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:16.420653+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T15:07:16.556054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"438d5b"},"request_uri":"http://127.0.0.1:8000/_wdt/438d5b?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T15:07:16.613906+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:07:16.616641+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:16.616826+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.616940+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.617049+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.617164+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:16.618284+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:16.620957+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:16.622038+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:16.623254+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:16.623951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:16.632241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:16.651832+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:52.368421+00:00] request.INFO: Matched route "app_account_plan". {"route":"app_account_plan","route_parameters":{"_route":"app_account_plan","_controller":"App\\Account\\Controller\\AccountController::plan"},"request_uri":"http://127.0.0.1:8000/account/plan","method":"GET"} []
[2026-08-02T15:07:52.370799+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:52.370961+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.371095+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.371202+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.371300+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.372256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:52.375048+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:52.376022+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:52.399493+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:52.400972+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:52.412038+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:52.440944+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:52.631439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5275a"},"request_uri":"http://127.0.0.1:8000/_wdt/c5275a?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T15:07:52.687882+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T15:07:52.689882+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:52.690000+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.690127+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.690224+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.690332+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:52.691091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:52.693248+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:52.694067+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:52.708020+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:52.708936+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:52.714081+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:52.718733+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 15:07:52","4":"2026-08-02 15:07:52"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 15:07:52","4":"2026-08-02 15:07:52"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:52.720901+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:52.726601+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:52.745011+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:07:56.680186+00:00] request.INFO: Matched route "app_user_billing_checkout". {"route":"app_user_billing_checkout","route_parameters":{"_route":"app_user_billing_checkout","_controller":"App\\Billing\\Controller\\UserBillingController::checkout"},"request_uri":"http://127.0.0.1:8000/user/data/billing/checkout","method":"POST"} []
[2026-08-02T15:07:56.682371+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:07:56.682530+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:56.682657+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:56.682762+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:56.682898+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:07:56.683987+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:07:56.686855+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:07:56.687983+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:07:56.704551+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:56.708955+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:07:56.718406+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"active"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"active"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:56.719273+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"trialing"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"trialing"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:56.719789+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"past_due"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"past_due"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:56.720309+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:07:56.747011+00:00] http_client.INFO: Request: "POST https://api.stripe.com/v1/checkout/sessions" [] []
[2026-08-02T15:07:57.748107+00:00] http_client.INFO: Response: "200 https://api.stripe.com/v1/checkout/sessions" 0.99372 seconds {"http_code":200,"url":"https://api.stripe.com/v1/checkout/sessions","total_time":0.99372} []
[2026-08-02T15:07:57.751145+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:07:57.773423+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:08:07.122079+00:00] request.INFO: Matched route "app_user_billing_checkout". {"route":"app_user_billing_checkout","route_parameters":{"_route":"app_user_billing_checkout","_controller":"App\\Billing\\Controller\\UserBillingController::checkout"},"request_uri":"http://127.0.0.1:8000/user/data/billing/checkout","method":"POST"} []
[2026-08-02T15:08:07.124356+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:08:07.124487+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:07.124619+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:07.124717+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:07.124821+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:07.125774+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:08:07.128526+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:08:07.129633+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:08:07.144945+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:07.145816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:08:07.153243+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"active"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"active"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:07.154103+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"trialing"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"trialing"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:07.154710+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe","3":"past_due"}, types: array{"1":0,"2":0,"3":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? AND t0.status = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe","3":"past_due"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:07.155277+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:07.163283+00:00] http_client.INFO: Request: "POST https://api.stripe.com/v1/checkout/sessions" [] []
[2026-08-02T15:08:07.674621+00:00] http_client.INFO: Response: "200 https://api.stripe.com/v1/checkout/sessions" 0.509841 seconds {"http_code":200,"url":"https://api.stripe.com/v1/checkout/sessions","total_time":0.509841} []
[2026-08-02T15:08:07.677055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:08:07.697500+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:08:18.470149+00:00] request.INFO: Matched route "app_user_billing_checkout". {"route":"app_user_billing_checkout","route_parameters":{"_route":"app_user_billing_checkout","_controller":"App\\Billing\\Controller\\UserBillingController::checkout"},"request_uri":"http://127.0.0.1:8000/user/data/billing/checkout","method":"POST"} []
[2026-08-02T15:08:18.472490+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:08:18.472629+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:18.472754+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:18.472871+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:18.472986+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:08:18.473935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:08:18.476732+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:08:18.477731+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:08:18.478910+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:08:18.479720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:08:18.494104+00:00] http_client.INFO: Request: "POST https://api.stripe.com/v1/checkout/sessions" [] []
[2026-08-02T15:08:19.082473+00:00] http_client.INFO: Response: "200 https://api.stripe.com/v1/checkout/sessions" 0.587115 seconds {"http_code":200,"url":"https://api.stripe.com/v1/checkout/sessions","total_time":0.587115} []
[2026-08-02T15:08:19.085358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:08:19.106152+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:20:55.947843+00:00] request.INFO: Matched route "app_user". {"route":"app_user","route_parameters":{"_route":"app_user","_controller":"App\\User\\Controller\\UserController::index"},"request_uri":"http://127.0.0.1:8000/user","method":"GET"} []
[2026-08-02T15:20:55.953328+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:20:55.953491+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:55.953609+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:55.953707+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:55.953809+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:55.956582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:20:55.964829+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:20:55.967683+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:20:55.969258+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:20:55.970734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:20:55.987623+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:20:56.027390+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:20:56.059036+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T15:20:56.205806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2acc0"},"request_uri":"http://127.0.0.1:8000/_wdt/e2acc0?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T15:20:56.269957+00:00] request.INFO: Matched route "app_user_data_account". {"route":"app_user_data_account","route_parameters":{"_route":"app_user_data_account","_controller":"App\\Account\\Controller\\UserAreaDataController::account"},"request_uri":"http://127.0.0.1:8000/user/data/account","method":"GET"} []
[2026-08-02T15:20:56.272134+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:20:56.272301+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:56.272393+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:56.272476+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:56.272565+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:20:56.273474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:20:56.276223+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:20:56.277053+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:20:56.278232+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:20:56.278981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:20:56.285665+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1 (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.new_email AS new_email_2, t0.token_hash AS token_hash_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM pending_email_change t0 WHERE t0.user_id = ? LIMIT 1","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:20:56.291949+00:00] doctrine.DEBUG: Executing statement: SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC (parameters: array{"1":4,"2":"active","3":"2026-08-02 15:20:56","4":"2026-08-02 15:20:56"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"SELECT e0_.id AS id_0, e0_.tier AS tier_1, e0_.source AS source_2, e0_.source_reference AS source_reference_3, e0_.status AS status_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.created_at AS created_at_7, e0_.updated_at AS updated_at_8, e0_.user_id AS user_id_9 FROM entitlement_grant e0_ WHERE e0_.user_id = ? AND e0_.status = ? AND e0_.starts_at <= ? AND (e0_.ends_at IS NULL OR e0_.ends_at > ?) ORDER BY e0_.created_at DESC, e0_.id DESC","params":{"1":4,"2":"active","3":"2026-08-02 15:20:56","4":"2026-08-02 15:20:56"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:20:56.293719+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1 (parameters: array{"1":4,"2":"stripe"}, types: array{"1":0,"2":0}) {"sql":"SELECT t0.id AS id_1, t0.provider AS provider_2, t0.external_customer_id AS external_customer_id_3, t0.external_subscription_id AS external_subscription_id_4, t0.external_subscription_item_id AS external_subscription_item_id_5, t0.price_id AS price_id_6, t0.tier AS tier_7, t0.billing_interval AS billing_interval_8, t0.status AS status_9, t0.cancel_at_period_end AS cancel_at_period_end_10, t0.current_period_end AS current_period_end_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM billing_subscription t0 WHERE t0.user_id = ? AND t0.provider = ? ORDER BY t0.updated_at DESC, t0.id DESC LIMIT 1","params":{"1":4,"2":"stripe"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:20:56.299783+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:20:56.319551+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:21:35.103600+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:21:35.106355+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:21:35.106530+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:21:35.106657+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:21:35.106765+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:21:35.106898+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:21:35.107930+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:21:35.111029+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:21:35.112293+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:21:35.138649+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:21:35.140209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:21:35.154528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:21:35.178865+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T15:31:11.337504+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T15:31:11.342122+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T15:31:11.342263+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:31:11.342372+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:31:11.342496+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:31:11.342605+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T15:31:11.344891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T15:31:11.352743+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T15:31:11.355124+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T15:31:11.356846+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T15:31:11.357961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T15:31:11.371698+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T15:31:11.408313+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:09.662278+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:37:09.701267+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:09.705193+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:09.731391+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T16:37:09.795919+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:09.796097+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:09.796199+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:09.796321+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:09.796430+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:09.806536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:09.810388+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:09.815237+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:09.869769+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:09.930124+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:35.422864+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:37:35.426106+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:35.426317+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:35.426415+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:35.426500+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:35.426648+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:35.427806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:35.436527+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:35.439467+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:35.455955+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:35.457610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:35.467163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:35.494431+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:38.436127+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T16:37:38.438817+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:38.438973+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.439093+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.439250+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.439358+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.440426+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:38.443209+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:38.444161+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:38.445318+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.445984+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:38.456885+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T16:37:38.457843+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.458929+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.459266+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.459573+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.459850+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.460155+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.460458+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.460761+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.461062+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.461364+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.461663+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.462355+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.462638+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.462910+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.463184+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.463504+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.463775+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.464049+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.464320+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.464595+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.464895+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.465203+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.465495+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.465775+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.466056+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.466343+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.466614+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.466887+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.467194+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.467605+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T16:37:38.468565+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"google_play_pro_product_id","2":"pro_lifetime","3":"string","4":"2026-08-02 16:37:38"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"google_play_pro_product_id","2":"pro_lifetime","3":"string","4":"2026-08-02 16:37:38"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.472438+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"google_play_package_name","2":"com.webberdoo.mobilestarter","3":"string","4":"2026-08-02 16:37:38"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"google_play_package_name","2":"com.webberdoo.mobilestarter","3":"string","4":"2026-08-02 16:37:38"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.472905+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T16:37:38.473193+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T16:37:38.475924+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T16:37:38.488852+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:38.516498+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:38.563901+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:37:38.566400+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:38.566504+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.566610+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.566706+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.566807+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:38.568427+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:38.575593+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:38.578219+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:38.580057+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:38.581580+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:38.592095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:38.611204+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:40.800201+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T16:37:40.801967+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:40.802104+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.802222+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.802318+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.802420+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.803307+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:40.805823+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:40.806770+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:40.807895+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.808575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:40.813729+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T16:37:40.814383+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.814748+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.815043+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.815351+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.815626+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.815932+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.816231+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.816575+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.816887+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.817187+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.817500+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.817828+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.818128+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.818566+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.819192+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.819621+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.820017+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.820376+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.820708+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.821011+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.821297+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.821577+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.821855+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.822148+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.822422+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.822703+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.822974+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.823244+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.823524+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.823898+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T16:37:40.824597+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T16:37:40.839184+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:40.866406+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:40.912348+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:37:40.914805+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:40.914908+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.915009+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.915118+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.915220+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:40.916732+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:40.923056+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:40.925014+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:40.926339+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:40.927230+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:40.935991+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:40.955983+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:42.738403+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T16:37:42.741314+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:42.741439+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:42.741578+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:42.741706+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:42.741823+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:42.742846+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:42.745464+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:42.746467+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:42.747577+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:42.748247+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:42.764921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:42.795951+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:37:42.851381+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T16:37:43.088233+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bce3ae"},"request_uri":"http://127.0.0.1:8000/_wdt/bce3ae?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T16:37:43.166964+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:37:43.169078+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:37:43.169234+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:43.169354+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:43.169441+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:43.169625+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:37:43.170715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:37:43.173174+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:37:43.174018+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:37:43.192416+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:37:43.193700+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:37:43.207656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:37:43.232025+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:51:40.125506+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T16:51:40.129570+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:51:40.129686+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.129813+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.129969+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.130072+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.132289+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:51:40.139492+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:51:40.141704+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:51:40.143289+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:51:40.144640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:51:40.159208+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:51:40.189734+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:51:40.228890+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://127.0.0.1:8000/_wdt/styles","method":"GET"} []
[2026-08-02T16:51:40.298145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0bc7b"},"request_uri":"http://127.0.0.1:8000/_wdt/b0bc7b?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T16:51:40.353944+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:51:40.355670+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:51:40.355801+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.355909+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.355997+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.356104+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:40.356874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:51:40.358975+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:51:40.359780+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:51:40.360895+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:51:40.361548+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:51:40.371701+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:51:40.392979+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:51:42.621303+00:00] request.INFO: Matched route "app_admin". {"route":"app_admin","route_parameters":{"_route":"app_admin","reactRoute":"settings","_controller":"App\\Admin\\Controller\\AdminController::index"},"request_uri":"http://127.0.0.1:8000/admin/settings","method":"GET"} []
[2026-08-02T16:51:42.623005+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:51:42.623143+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.623263+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.623367+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.623484+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.624220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:51:42.626277+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:51:42.627078+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:51:42.628211+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:51:42.628889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:51:42.635652+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:51:42.660957+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T16:51:42.747149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3814ca"},"request_uri":"http://127.0.0.1:8000/_wdt/3814ca?XDEBUG_IGNORE=1","method":"GET"} []
[2026-08-02T16:51:42.806973+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T16:51:42.809255+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T16:51:42.809400+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.809510+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.809612+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.809720+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T16:51:42.810540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T16:51:42.812786+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T16:51:42.813670+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T16:51:42.815757+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T16:51:42.816946+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T16:51:42.826565+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T16:51:42.850084+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T17:22:48.195634+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T17:22:48.199957+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T17:22:48.200068+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:22:48.200152+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:22:48.200216+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:22:48.200282+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:22:48.202457+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T17:22:48.210212+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T17:22:48.212384+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T17:22:48.213926+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:22:48.215079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T17:22:48.228867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T17:22:48.256840+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T17:23:09.667253+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T17:23:09.669536+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T17:23:09.669692+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.669806+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.669934+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.670039+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.671045+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T17:23:09.674517+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T17:23:09.675556+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T17:23:09.676674+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.677511+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T17:23:09.683419+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T17:23:09.684153+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.684679+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.684972+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.685288+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.685565+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.685878+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.686255+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.686581+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.686896+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.687817+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.688386+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.688868+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.689264+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.689606+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.689987+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.690366+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.690711+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.691075+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.691434+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.691887+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.692204+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.692531+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.692867+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.693193+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.693485+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.693766+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.694050+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.694333+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.694610+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.694889+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_service_account_json"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_service_account_json"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.700450+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2026-08-02T17:23:09.701156+00:00] doctrine.DEBUG: Executing statement: INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?) (parameters: array{"1":"google_play_service_account_json","2":"enc:v1:SXn3idxBWNDjsb0S7OB7+PrW2Z22jTL7ETMB6J2hmmjmnDgFOq1k2KV9ZJXRXEPsuHResTzDLjSRpDnsEzMTnxBM+64UYg29BX4tt6n4c8dRfulmFS2TEYitRgTK5vOc+Vt7iHFlXHthgRRDsrWzWviCnrm9NTDcaZaFbnz4H1fDgnsBtsJFoLK/EpcCsCLE4stkl7G/oZP7i8K7QHk7btpJAX4TG4f3QD46R+GneA5JAb3dQWqT6CHbDZzeE+0VXomO0af2ccNfEX584eB3GOXBc/EN+RBxI+Kwnc/zl78vB7TiDOdL5dcyn0R33rWTDQH14a8SsTuPsIPrfAX850nuXi/fajjqxK9bs01nduyGqVYAqERIbMTnu87KubKMcBGNCxmwQLuj3AYloXuKDKNzR3t58dbzWvyfbI1kV9myuwDNBhbVJk8LEF6Pu7eYCweI+m3WjnK1PKC+u+Eh/2reyZtCzYP7M3jtmclJo1uo6KJ77erl9Rd18GAeqFFWdyBWOwZrOcP48OifN231FzFkmDHgkqC1CMHFRF2cAOob1mq1fXE4T9K9D3uUeOFqVKCpSJpDT8CXBS5k45F1FQuWDu2tqlnvBE53qBSnLPcU6T2Hux0qA2dpKUEYKCFhtYzx7ZmsGYGBJ3qRginBwje0Lp95MJK/kAxLL+k1e5v0g9tH0ExQ1u1vsyprH4rmGAxPGip2HGMBs+0pxvuMImgI1M+Rj+mmUbfeKhsLoAiknP6+VPBYtg3evwzDFYYIhqnPCULyynXXDljN/lCvwuEafzVtmIbatBrQ81HNBFf4paV5gcNdkA9uNsjOP8IgSQhIXQoCd7tpWjIhmhPUFMpZmD0dtXlgC3hTZZdttv+yMhk2ev8JqsYwOU+vMbJ8a5dqiY5LX16sbRVtKvU1YIGDEqBFfTAXs0oa4DCjHruYhb7wh7CDtNlmshH30Pf4bHFlnMf1KuFkLBKud3mCyEHG0qB2Zx+1Z0Jid88KvqNaqVP7dB9/1m1Ey141eWrLZrQffbxlCYTUC8suEEsk72Oi3jy79XYFHhBuzwAUnNeu9LHj1bLMePlaK+w/uyvxrEB0MnN6z5x7JQUdbjudTKe60z7wgC2kOgU1BgJ1XldSlX8ShfL/lPiGQm59RhtfLINuU6u/z7UentTgh6QehB3mHIFMh44lICYMiM+wg7ciyfzYHaahYK+arnWftqWAgP+kVHnJl/Fs7fHeUsiYVYgrSZ9Xwfd/ecsZyHfngmpB2LcV8+7EZgAU8aVM03QUhQwdKrXCch0n3aRdZIZPR+ZWczKnp6AtRlooCW1y4tMrWs6iI3lBjzxTyCieuiy7hmpGcxlk2uMjygiz/dgFM8toy68L3Fy1wwls8v76hMhdWPKdY0WTnAasusIDZ4qrnMHTIzst4WKT63ULuHZfDvWfF8bQCuqudX/Fttmdv20BSFucyRRQ9lZ9wJtx9BsSqedXjzLYo1T/bq+U3gLN7wTQ9EbouD8FgtUb6DCRwzf2YPteMXDudG8FfDBF3hog5HN67tZtQXyadR+09MQ4X/t1odWgnPfsnLb2gsOPqiCwcyX0f8Ihc20zYHkB/xrwYZE4MQPszrGi8iKGcWkwnLHuLBnyhTDxY9eqdJY8Xc8KpDApQ2rjCoFQ2YnTHAqcvEFNVi3wqkxNT4p63riarydfFGCe7p5mH/j3lOgrFq8xQ/jikpz+efstKv+9KAyvhi89aeL1Kko1ssGBnmZOTHqa/ytK+dvpEpIXgGA4cHEpzazTcssBakdNFI7cCbi5HzlwUKdIZeWPhnmcQ9SYKo15Ao2d4d/JLdRD2iuXxieVLVUTKdFsBkO3Rt/x9H4i262wP2lZAEF6K4F3lXHUj+fPGPVfYbqPq1MuvwTUh+GaK18DsEUo0l5Cwn1SeSgPb0NYqHrmPDvNEcpMimQyvLRH+48Fo/yq4ITwRBdo3cLCGC2KgN4eQ/S6lAXYLXanfHdqPTphxqUjQypYFe/TFOfwa0AarMNleNjMddEk6XH9zNeMetBuRPy3Avs1hboJg+i0UGkKxB39nqunazAJG5wuOPhw+sF7cYEAYmsReyKS7jiEr3cv65b/a8wnqmVMXk5tk5XKEou9qgp6Mz81N5iL9hICDuG6OzWqCGABZ3DAZ50dAC0puHanvjEMf5fpRmkf20bdsbqQeaiWd+nHXWv4CGezNcdpc7yWXhxzL8CMY7+JpUR5f7FO8BxT2ceQJk66ZOMt4CO7KN6tzIzhYfIsdwKlPfVvCWWISljnGJpr1X8PaWADau7BsSIp6gK0woUxqJIuaMzguBTM7GMA9hhEMfAug4GgPL4dKVjNDdVqf44T/JbvwxI0VQ5APPSoLqULVIbtt8+qyAW5dYKW4A2TbVTvkamjB+0Az4SPhOPLUvAHej6Ar7iF9j9FaFPtvBLOiu2aHHQkA9fDlmbM5IL4DIZtWNME2hmGdES1QmTBcQ1sJyu1NJiOTZh6KwxaR4jQ/HkcF4JbYn5VsDYB9FNK34H1tsDeE1wa6mMbyaFEveDoUF0lpG4ar/O7rcGMjvaJE37byXM8amw2RFaxCtGjTP86E7bDXIMpQKmpnsvPEl+axBZ9n0peQmcURkOQRx6U2PGHQWOgR5VkGjEuzln6HEK43jZdxj9JBUJN+wDKaQiU3Q9wJH2bSyQ6SJOMKxbvO3iYI9h54+4/UTSsFFQGGkkPHM3ODRi8+LbUiT75uYNhSt3Mju8oIKZbgdTw2ahtqUlrjiLsvoOemCYqjzmVwCAe/4gEK4kPGKrzAPS4ef6rTERhGGioVu/CsPFYayxjiB4cu31dmJ6u+sLR3s/M/xlAw+yORcUrbyB+3MYktZ/OTH6chJ5nx810YJUoBQBO/C4/dCp464QpgLkTYJl59TqetTW0ORneJzCpsdQjO/UemMIkcdOnKmzSGUBSg6L4p1ZgyuPNgdzh8hH6oQU8ZVcgNnGEoAn83DYvDRC5DabhC0Le1bluGWX8EGAbj00DIul90tXkloxeMbqGSq8Qc0RD/ShwtMS8i3W8WUsUmoZUQwIYwKFA5zhScZkbXRt0LV8naBWzEPmTIeU2WjmvUFeO62o68CEbeEBU0W8cq8pgISSLiytWmyfW+ndSKj/p43S//gONuFqiyz4Z7dz0X9A/JtdC2xbtDatW1/k=","3":"string","4":"2026-08-02 17:23:09"}, types: array{"1":0,"2":0,"3":0,"4":0}) {"sql":"INSERT INTO application_setting (setting_key, setting_value, setting_type, updated_at) VALUES (?, ?, ?, ?)","params":{"1":"google_play_service_account_json","2":"enc:v1:SXn3idxBWNDjsb0S7OB7+PrW2Z22jTL7ETMB6J2hmmjmnDgFOq1k2KV9ZJXRXEPsuHResTzDLjSRpDnsEzMTnxBM+64UYg29BX4tt6n4c8dRfulmFS2TEYitRgTK5vOc+Vt7iHFlXHthgRRDsrWzWviCnrm9NTDcaZaFbnz4H1fDgnsBtsJFoLK/EpcCsCLE4stkl7G/oZP7i8K7QHk7btpJAX4TG4f3QD46R+GneA5JAb3dQWqT6CHbDZzeE+0VXomO0af2ccNfEX584eB3GOXBc/EN+RBxI+Kwnc/zl78vB7TiDOdL5dcyn0R33rWTDQH14a8SsTuPsIPrfAX850nuXi/fajjqxK9bs01nduyGqVYAqERIbMTnu87KubKMcBGNCxmwQLuj3AYloXuKDKNzR3t58dbzWvyfbI1kV9myuwDNBhbVJk8LEF6Pu7eYCweI+m3WjnK1PKC+u+Eh/2reyZtCzYP7M3jtmclJo1uo6KJ77erl9Rd18GAeqFFWdyBWOwZrOcP48OifN231FzFkmDHgkqC1CMHFRF2cAOob1mq1fXE4T9K9D3uUeOFqVKCpSJpDT8CXBS5k45F1FQuWDu2tqlnvBE53qBSnLPcU6T2Hux0qA2dpKUEYKCFhtYzx7ZmsGYGBJ3qRginBwje0Lp95MJK/kAxLL+k1e5v0g9tH0ExQ1u1vsyprH4rmGAxPGip2HGMBs+0pxvuMImgI1M+Rj+mmUbfeKhsLoAiknP6+VPBYtg3evwzDFYYIhqnPCULyynXXDljN/lCvwuEafzVtmIbatBrQ81HNBFf4paV5gcNdkA9uNsjOP8IgSQhIXQoCd7tpWjIhmhPUFMpZmD0dtXlgC3hTZZdttv+yMhk2ev8JqsYwOU+vMbJ8a5dqiY5LX16sbRVtKvU1YIGDEqBFfTAXs0oa4DCjHruYhb7wh7CDtNlmshH30Pf4bHFlnMf1KuFkLBKud3mCyEHG0qB2Zx+1Z0Jid88KvqNaqVP7dB9/1m1Ey141eWrLZrQffbxlCYTUC8suEEsk72Oi3jy79XYFHhBuzwAUnNeu9LHj1bLMePlaK+w/uyvxrEB0MnN6z5x7JQUdbjudTKe60z7wgC2kOgU1BgJ1XldSlX8ShfL/lPiGQm59RhtfLINuU6u/z7UentTgh6QehB3mHIFMh44lICYMiM+wg7ciyfzYHaahYK+arnWftqWAgP+kVHnJl/Fs7fHeUsiYVYgrSZ9Xwfd/ecsZyHfngmpB2LcV8+7EZgAU8aVM03QUhQwdKrXCch0n3aRdZIZPR+ZWczKnp6AtRlooCW1y4tMrWs6iI3lBjzxTyCieuiy7hmpGcxlk2uMjygiz/dgFM8toy68L3Fy1wwls8v76hMhdWPKdY0WTnAasusIDZ4qrnMHTIzst4WKT63ULuHZfDvWfF8bQCuqudX/Fttmdv20BSFucyRRQ9lZ9wJtx9BsSqedXjzLYo1T/bq+U3gLN7wTQ9EbouD8FgtUb6DCRwzf2YPteMXDudG8FfDBF3hog5HN67tZtQXyadR+09MQ4X/t1odWgnPfsnLb2gsOPqiCwcyX0f8Ihc20zYHkB/xrwYZE4MQPszrGi8iKGcWkwnLHuLBnyhTDxY9eqdJY8Xc8KpDApQ2rjCoFQ2YnTHAqcvEFNVi3wqkxNT4p63riarydfFGCe7p5mH/j3lOgrFq8xQ/jikpz+efstKv+9KAyvhi89aeL1Kko1ssGBnmZOTHqa/ytK+dvpEpIXgGA4cHEpzazTcssBakdNFI7cCbi5HzlwUKdIZeWPhnmcQ9SYKo15Ao2d4d/JLdRD2iuXxieVLVUTKdFsBkO3Rt/x9H4i262wP2lZAEF6K4F3lXHUj+fPGPVfYbqPq1MuvwTUh+GaK18DsEUo0l5Cwn1SeSgPb0NYqHrmPDvNEcpMimQyvLRH+48Fo/yq4ITwRBdo3cLCGC2KgN4eQ/S6lAXYLXanfHdqPTphxqUjQypYFe/TFOfwa0AarMNleNjMddEk6XH9zNeMetBuRPy3Avs1hboJg+i0UGkKxB39nqunazAJG5wuOPhw+sF7cYEAYmsReyKS7jiEr3cv65b/a8wnqmVMXk5tk5XKEou9qgp6Mz81N5iL9hICDuG6OzWqCGABZ3DAZ50dAC0puHanvjEMf5fpRmkf20bdsbqQeaiWd+nHXWv4CGezNcdpc7yWXhxzL8CMY7+JpUR5f7FO8BxT2ceQJk66ZOMt4CO7KN6tzIzhYfIsdwKlPfVvCWWISljnGJpr1X8PaWADau7BsSIp6gK0woUxqJIuaMzguBTM7GMA9hhEMfAug4GgPL4dKVjNDdVqf44T/JbvwxI0VQ5APPSoLqULVIbtt8+qyAW5dYKW4A2TbVTvkamjB+0Az4SPhOPLUvAHej6Ar7iF9j9FaFPtvBLOiu2aHHQkA9fDlmbM5IL4DIZtWNME2hmGdES1QmTBcQ1sJyu1NJiOTZh6KwxaR4jQ/HkcF4JbYn5VsDYB9FNK34H1tsDeE1wa6mMbyaFEveDoUF0lpG4ar/O7rcGMjvaJE37byXM8amw2RFaxCtGjTP86E7bDXIMpQKmpnsvPEl+axBZ9n0peQmcURkOQRx6U2PGHQWOgR5VkGjEuzln6HEK43jZdxj9JBUJN+wDKaQiU3Q9wJH2bSyQ6SJOMKxbvO3iYI9h54+4/UTSsFFQGGkkPHM3ODRi8+LbUiT75uYNhSt3Mju8oIKZbgdTw2ahtqUlrjiLsvoOemCYqjzmVwCAe/4gEK4kPGKrzAPS4ef6rTERhGGioVu/CsPFYayxjiB4cu31dmJ6u+sLR3s/M/xlAw+yORcUrbyB+3MYktZ/OTH6chJ5nx810YJUoBQBO/C4/dCp464QpgLkTYJl59TqetTW0ORneJzCpsdQjO/UemMIkcdOnKmzSGUBSg6L4p1ZgyuPNgdzh8hH6oQU8ZVcgNnGEoAn83DYvDRC5DabhC0Le1bluGWX8EGAbj00DIul90tXkloxeMbqGSq8Qc0RD/ShwtMS8i3W8WUsUmoZUQwIYwKFA5zhScZkbXRt0LV8naBWzEPmTIeU2WjmvUFeO62o68CEbeEBU0W8cq8pgISSLiytWmyfW+ndSKj/p43S//gONuFqiyz4Z7dz0X9A/JtdC2xbtDatW1/k=","3":"string","4":"2026-08-02 17:23:09"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0},"2":{"Doctrine\\DBAL\\ParameterType":0},"3":{"Doctrine\\DBAL\\ParameterType":0},"4":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.706771+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2026-08-02T17:23:09.707208+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T17:23:09.709462+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T17:23:09.726573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T17:23:09.754765+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T17:23:09.802518+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T17:23:09.806210+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T17:23:09.806433+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.806585+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.806686+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.806871+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:09.808586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T17:23:09.814565+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T17:23:09.816369+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T17:23:09.817634+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:09.818538+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T17:23:09.827904+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T17:23:09.846757+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T17:23:11.049168+00:00] request.INFO: Matched route "app_admin_settings_update_billing". {"route":"app_admin_settings_update_billing","route_parameters":{"_route":"app_admin_settings_update_billing","_controller":"App\\Settings\\Controller\\AdminSettingsController::updateBilling"},"request_uri":"http://127.0.0.1:8000/admin/data/settings/billing","method":"POST"} []
[2026-08-02T17:23:11.050854+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T17:23:11.050981+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.051090+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.051248+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.051357+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.052115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T17:23:11.054430+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T17:23:11.055370+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T17:23:11.067733+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.068533+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T17:23:11.074116+00:00] doctrine.DEBUG: Beginning transaction [] []
[2026-08-02T17:23:11.074932+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_enabled"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_enabled"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.075369+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_mode"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_mode"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.075743+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_publishable_key"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_publishable_key"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.076057+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"billing_currency"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"billing_currency"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.076334+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_lifetime"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_lifetime"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.076638+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_monthly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_monthly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.076941+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"stripe_price_pro_plus_yearly"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"stripe_price_pro_plus_yearly"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.077248+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_lifetime_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_lifetime_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.077552+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.077862+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_display_price"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_display_price"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.078162+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_pro_product_id"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_pro_product_id"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.078485+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"google_play_package_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"google_play_package_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.078784+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_eyebrow"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_eyebrow"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.079059+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_title"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_title"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.079339+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"plan_page_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"plan_page_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.079654+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.079927+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.080199+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.080478+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"free_plan_footer"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"free_plan_footer"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.080755+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.081027+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.081298+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.081570+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.081841+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plan_android_note"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plan_android_note"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.082114+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_name"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_name"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.082551+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_description"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_description"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.082838+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_plan_features"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_plan_features"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.083109+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_monthly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_monthly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.083386+00:00] doctrine.DEBUG: Executing statement: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ? (parameters: array{"1":"pro_plus_yearly_button_label"}, types: array{"1":0}) {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 WHERE t0.setting_key = ?","params":{"1":"pro_plus_yearly_button_label"},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.083751+00:00] doctrine.DEBUG: Committing transaction [] []
[2026-08-02T17:23:11.084403+00:00] doctrine.DEBUG: Executing query: SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0 {"sql":"SELECT t0.setting_key AS setting_key_1, t0.setting_value AS setting_value_2, t0.setting_type AS setting_type_3, t0.updated_at AS updated_at_4 FROM application_setting t0"} []
[2026-08-02T17:23:11.095934+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T17:23:11.121633+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T17:23:11.173963+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T17:23:11.176729+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T17:23:11.176839+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.176970+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.177079+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.177183+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T17:23:11.178798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T17:23:11.184887+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T17:23:11.186807+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T17:23:11.188619+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T17:23:11.189612+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T17:23:11.201896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T17:23:11.226351+00:00] doctrine.INFO: Disconnecting [] []
[2026-08-02T18:00:54.716366+00:00] request.INFO: Matched route "app_admin_settings_read". {"route":"app_admin_settings_read","route_parameters":{"_route":"app_admin_settings_read","_controller":"App\\Settings\\Controller\\AdminSettingsController::read"},"request_uri":"http://127.0.0.1:8000/admin/data/settings","method":"GET"} []
[2026-08-02T18:00:54.745494+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} []
[2026-08-02T18:00:54.745690+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T18:00:54.745831+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T18:00:54.745934+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T18:00:54.746034+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"} []
[2026-08-02T18:00:54.756794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2026-08-02T18:00:54.786250+00:00] deprecation.INFO: User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) at E:/Apps/webberdoo-starter-2.0/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2026-08-02T18:00:54.795101+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"} {"params":{"driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"starter","serverVersion":"10.4.32-MariaDB","charset":"utf8mb4"}} []
[2026-08-02T18:00:54.821841+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":0}) {"sql":"SELECT t0.id AS id_1, t0.public_id AS public_id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.verified_at AS verified_at_7, t0.password_changed_at AS password_changed_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.created_at AS created_at_11, t0.is_enabled AS is_enabled_12, t0.disabled_at AS disabled_at_13 FROM `user` t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":{"Doctrine\\DBAL\\ParameterType":0}}} []
[2026-08-02T18:00:54.853634+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"App\\Security\\User\\NormalizedUserProvider","username":"freddie@webberdoo.com"} []
[2026-08-02T18:00:54.910404+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-02T18:00:54.967055+00:00] doctrine.INFO: Disconnecting [] []
