Advertisement
Guest User

Untitled

a guest
Sep 9th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1. [2022-09-09T16:04:25.179468+03:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\Web\\HomeController::home"},"request_uri":"http://play.local/?is_demo_signup=","method":"GET"} []
  2. [2022-09-09T16:04:25.186718+03:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} []
  3. [2022-09-09T16:04:25.186777+03:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
  4. [2022-09-09T16:04:25.186811+03:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} []
  5. [2022-09-09T16:04:25.227967+03:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
  6. [2022-09-09T16:04:25.234349+03:00] doctrine.INFO: Connecting with parameters array{"url":"<redacted>","driver":"pdo_pgsql","host":"127.0.0.1","port":5432,"user":"postgres","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"play","serverVersion":"13","charset":"utf8"} {"params":{"url":"<redacted>","driver":"pdo_pgsql","host":"127.0.0.1","port":5432,"user":"postgres","password":"<redacted>","driverOptions":[],"defaultTableOptions":[],"dbname":"play","serverVersion":"13","charset":"utf8"}} []
  7. [2022-09-09T16:04:25.271621+03:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.email AS email_2, t0.is_demo AS is_demo_3, t0.roles AS roles_4, t5.login AS login_6, t5.password AS password_7, t5.created_at AS created_at_8, t5.updated_at AS updated_at_9, t5.user_id AS user_id_10 FROM users t0 LEFT JOIN user_form_auth t5 ON t5.user_id = t0.id WHERE t0.id = ? (parameters: array{"1":117}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.email AS email_2, t0.is_demo AS is_demo_3, t0.roles AS roles_4, t5.login AS login_6, t5.password AS password_7, t5.created_at AS created_at_8, t5.updated_at AS updated_at_9, t5.user_id AS user_id_10 FROM users t0 LEFT JOIN user_form_auth t5 ON t5.user_id = t0.id WHERE t0.id = ?","params":{"1":117},"types":{"1":1}} []
  8. [2022-09-09T16:04:25.279610+03:00] security.DEBUG: Cannot refresh token because user has changed. {"username":"","provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
  9. [2022-09-09T16:04:25.279675+03:00] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
  10. [2022-09-09T16:04:25.279916+03:00] doctrine.DEBUG: Executing query: SELECT NEXTVAL('users_id_seq') {"sql":"SELECT NEXTVAL('users_id_seq')"} []
  11. [2022-09-09T16:04:25.280937+03:00] doctrine.DEBUG: Beginning transaction [] []
  12. [2022-09-09T16:04:25.281862+03:00] doctrine.DEBUG: Executing statement: INSERT INTO users (id, email, is_demo, roles) VALUES (?, ?, ?, ?) (parameters: array{"1":118,"2":null,"3":1,"4":"[]"}, types: array{"1":1,"2":2,"3":5,"4":2}) {"sql":"INSERT INTO users (id, email, is_demo, roles) VALUES (?, ?, ?, ?)","params":{"1":118,"2":null,"3":1,"4":"[]"},"types":{"1":1,"2":2,"3":5,"4":2}} []
  13. [2022-09-09T16:04:25.282892+03:00] doctrine.DEBUG: Committing transaction [] []
  14. [2022-09-09T16:04:25.297658+03:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
  15. [2022-09-09T16:04:25.303263+03:00] doctrine.DEBUG: Executing query: SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type != 'VIEW' {"sql":"SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\n FROM information_schema.tables\n WHERE table_schema NOT LIKE 'pg\\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type != 'VIEW'"} []
  16. [2022-09-09T16:04:25.308480+03:00] doctrine.DEBUG: Executing query: SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema' {"sql":"SELECT schema_name\nFROM information_schema.schemata\nWHERE schema_name NOT LIKE 'pg\\_%'\nAND schema_name != 'information_schema'"} []
  17. [2022-09-09T16:04:25.310584+03:00] doctrine.DEBUG: Executing query: SHOW search_path {"sql":"SHOW search_path"} []
  18. [2022-09-09T16:04:25.311120+03:00] doctrine.DEBUG: Executing query: SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type != 'VIEW' {"sql":"SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\n FROM information_schema.tables\n WHERE table_schema NOT LIKE 'pg\\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type != 'VIEW'"} []
  19. [2022-09-09T16:04:25.315166+03:00] doctrine.DEBUG: Executing query: SELECT CURRENT_DATABASE() {"sql":"SELECT CURRENT_DATABASE()"} []
  20. [2022-09-09T16:04:25.315673+03:00] doctrine.DEBUG: Executing query: SELECT a.attnum, quote_ident(a.attname) AS field, t.typname AS type, format_type(a.atttypid, a.atttypmod) AS complete_type, (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation, (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type, (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type, a.attnotnull AS isnotnull, (SELECT 't' FROM pg_index WHERE c.oid = pg_index.indrelid AND pg_index.indkey[0] = a.attnum AND pg_index.indisprimary = 't' ) AS pri, (SELECT pg_get_expr(adbin, adrelid) FROM pg_attrdef WHERE c.oid = pg_attrdef.adrelid AND pg_attrdef.adnum=a.attnum ) AS default, (SELECT pg_description.description FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid ) AS comment FROM pg_attribute a, pg_class c, pg_type t, pg_namespace n WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND a.attnum > 0 AND a.attrelid = c.oid AND a.atttypid = t.oid AND n.oid = c.relnamespace ORDER BY a.attnum {"sql":"SELECT\n a.attnum,\n quote_ident(a.attname) AS field,\n t.typname AS type,\n format_type(a.atttypid, a.atttypmod) AS complete_type,\n (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n a.attnotnull AS isnotnull,\n (SELECT 't'\n FROM pg_index\n WHERE c.oid = pg_index.indrelid\n AND pg_index.indkey[0] = a.attnum\n AND pg_index.indisprimary = 't'\n ) AS pri,\n (SELECT pg_get_expr(adbin, adrelid)\n FROM pg_attrdef\n WHERE c.oid = pg_attrdef.adrelid\n AND pg_attrdef.adnum=a.attnum\n ) AS default,\n (SELECT pg_description.description\n FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n ) AS comment\n FROM pg_attribute a, pg_class c, pg_type t, pg_namespace n\n WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false))\n AND a.attnum > 0\n AND a.attrelid = c.oid\n AND a.atttypid = t.oid\n AND n.oid = c.relnamespace\n ORDER BY a.attnum"} []
  21. [2022-09-09T16:04:25.322252+03:00] doctrine.DEBUG: Executing query: SELECT CURRENT_DATABASE() {"sql":"SELECT CURRENT_DATABASE()"} []
  22. [2022-09-09T16:04:25.322718+03:00] doctrine.DEBUG: Executing query: SELECT quote_ident(r.conname) as conname, pg_catalog.pg_get_constraintdef(r.oid, true) as condef FROM pg_catalog.pg_constraint r WHERE r.conrelid = ( SELECT c.oid FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.oid = c.relnamespace ) AND r.contype = 'f' {"sql":"SELECT quote_ident(r.conname) as conname, pg_catalog.pg_get_constraintdef(r.oid, true) as condef\n FROM pg_catalog.pg_constraint r\n WHERE r.conrelid =\n (\n SELECT c.oid\n FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n\n WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.oid = c.relnamespace\n )\n AND r.contype = 'f'"} []
  23. [2022-09-09T16:04:25.325169+03:00] doctrine.DEBUG: Executing query: SELECT CURRENT_DATABASE() {"sql":"SELECT CURRENT_DATABASE()"} []
  24. [2022-09-09T16:04:25.325512+03:00] doctrine.DEBUG: Executing query: SELECT quote_ident(relname) as relname, pg_index.indisunique, pg_index.indisprimary, pg_index.indkey, pg_index.indrelid, pg_get_expr(indpred, indrelid) AS where FROM pg_class, pg_index WHERE oid IN ( SELECT indexrelid FROM pg_index si, pg_class sc, pg_namespace sn WHERE sn.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND sc.relname = 'doctrine_migration_versions' AND sn.nspname = ANY(current_schemas(false)) AND sc.oid=si.indrelid AND sc.relnamespace = sn.oid ) AND pg_index.indexrelid = oid {"sql":"SELECT quote_ident(relname) as relname, pg_index.indisunique, pg_index.indisprimary,\n pg_index.indkey, pg_index.indrelid,\n pg_get_expr(indpred, indrelid) AS where\n FROM pg_class, pg_index\n WHERE oid IN (\n SELECT indexrelid\n FROM pg_index si, pg_class sc, pg_namespace sn\n WHERE sn.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND sc.relname = 'doctrine_migration_versions' AND sn.nspname = ANY(current_schemas(false))\n AND sc.oid=si.indrelid AND sc.relnamespace = sn.oid\n ) AND pg_index.indexrelid = oid"} []
  25. [2022-09-09T16:04:25.327277+03:00] doctrine.DEBUG: Executing query: SELECT attnum, attname FROM pg_attribute WHERE attrelid=16385 AND attnum IN (1) ORDER BY attnum ASC {"sql":"SELECT attnum, attname FROM pg_attribute WHERE attrelid=16385 AND attnum IN (1) ORDER BY attnum ASC"} []
  26. [2022-09-09T16:04:25.328280+03:00] doctrine.DEBUG: Executing query: SELECT obj_description('doctrine_migration_versions'::regclass) AS table_comment; {"sql":"SELECT obj_description('doctrine_migration_versions'::regclass) AS table_comment;"} []
  27. [2022-09-09T16:04:25.330065+03:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
  28. [2022-09-09T16:04:25.334315+03:00] doctrine.DEBUG: Executing query: SELECT CURRENT_DATABASE() {"sql":"SELECT CURRENT_DATABASE()"} []
  29. [2022-09-09T16:04:25.354735+03:00] doctrine.INFO: Disconnecting [] []
  30. [2022-09-09T16:04:25.484964+03:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b1fb1"},"request_uri":"http://play.local/_wdt/7b1fb1","method":"GET"} []
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement