[2020-09-15T14:43:06.596013+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate -no-interaction". Message: "The "-o" option does not exist." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"-o\" option does not exist. at /home/nwxfrntokk-webmaster/event_app/vendor/symfony/console/Input/ArgvInput.php:117)","command":"--ansi doctrine:migrations:migrate -no-interaction","message":"The \"-o\" option does not exist."} [] [2020-09-15T14:43:06.606205+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate -no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate -no-interaction","code":1} [] [2020-09-15T14:44:20.162459+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, logo VARCHAR(255) DEFAULT NULL, banner VARCHAR(255) DEFAULT NULL, color1 VARCHAR(255) DEFAULT NULL, color2 VARCHAR(255) DEFAULT NULL, color3 VARCHAR(255) DEFAULT NULL, activatedFunction JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_u' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, logo VARCHAR(255) DEFAULT NULL, banner VARCHAR(255) DEFAULT NULL, color1 VARCHAR(255) DEFAULT NULL, color2 VARCHAR(255) DEFAULT NULL, color3 VARCHAR(255) DEFAULT NULL, activatedFunction JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_u' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_u' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_u' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, logo VARCHAR(255) DEFAULT NULL, banner VARCHAR(255) DEFAULT NULL, color1 VARCHAR(255) DEFAULT NULL, color2 VARCHAR(255) DEFAULT NULL, color3 VARCHAR(255) DEFAULT NULL, activatedFunction JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_u' at line 1"} [] [2020-09-15T14:44:20.173486+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T14:55:18.203380+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists" {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableExistsException(code: 0): An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:38)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists"} [] [2020-09-15T14:55:18.231210+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T14:57:12.542049+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event'"} [] [2020-09-15T14:57:12.557547+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T15:01:16.992928+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://www.eventapp.nwx.fr/public/","method":"GET"} [] [2020-09-15T15:01:17.681024+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:01:17.824785+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://www.eventapp.nwx.fr/public/","method":"GET"} [] [2020-09-15T15:01:17.859863+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:07:44.397918+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://eventapp.nwx.fr/","method":"GET"} [] [2020-09-15T15:07:44.555445+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:08:02.937648+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://eventapp.nwx.fr/","method":"GET"} [] [2020-09-15T15:08:02.983732+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:08:34.199426+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://eventapp.nwx.fr/","method":"GET"} [] [2020-09-15T15:08:34.302975+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:16:26.340381+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event' at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'ALTER TABLE event CHANGE activated_function activatedfunction TEXT NOT NULL':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'activated_function' in 'event'"} [] [2020-09-15T15:16:26.368670+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T15:17:37.189198+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, main_color VARCHAR(255) DEFAULT NULL, secondary_color VARCHAR(255) DEFAULT NULL, contrast_color VARCHAR(255) DEFAULT NULL, functionnalities JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAULT NULL, date DATETIME DEFAULT NULL, logo LONGTEXT DEFAULT NULL, banner LONGTEXT DEFAULT NULL, infos JSON NOT NULL, people_text LONGTEXT DEFAULT NULL, address_map VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAUL' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, main_color VARCHAR(255) DEFAULT NULL, secondary_color VARCHAR(255) DEFAULT NULL, contrast_color VARCHAR(255) DEFAULT NULL, functionnalities JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAULT NULL, date DATETIME DEFAULT NULL, logo LONGTEXT DEFAULT NULL, banner LONGTEXT DEFAULT NULL, infos JSON NOT NULL, people_text LONGTEXT DEFAULT NULL, address_map VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAUL' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAUL' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAUL' at line 1 at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'CREATE TABLE event (id INT AUTO_INCREMENT NOT NULL, title VARCHAR(255) NOT NULL, status VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, main_color VARCHAR(255) DEFAULT NULL, secondary_color VARCHAR(255) DEFAULT NULL, contrast_color VARCHAR(255) DEFAULT NULL, functionnalities JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAULT NULL, date DATETIME DEFAULT NULL, logo LONGTEXT DEFAULT NULL, banner LONGTEXT DEFAULT NULL, infos JSON NOT NULL, people_text LONGTEXT DEFAULT NULL, address_map VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON DEFAULT NULL, social VARCHAR(255) DEFAULT NULL, address VARCHAR(255) DEFAUL' at line 1"} [] [2020-09-15T15:17:37.204005+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T15:19:08.120413+02:00] console.ERROR: Error thrown while running command "--ansi doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, picture LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists" {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableExistsException(code: 0): An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, picture LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:38)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists at /home/nwxfrntokk-webmaster/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:41)","command":"--ansi doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'CREATE TABLE animation (id INT AUTO_INCREMENT NOT NULL, event_id INT DEFAULT NULL, title VARCHAR(255) NOT NULL, content LONGTEXT DEFAULT NULL, picture LONGTEXT DEFAULT NULL, INDEX IDX_8D5284DC71F7E88B (event_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'animation' already exists"} [] [2020-09-15T15:19:08.137300+02:00] console.DEBUG: Command "--ansi doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"--ansi doctrine:migrations:migrate --no-interaction","code":1} [] [2020-09-15T15:25:18.409125+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://eventapp.nwx.fr/","method":"GET"} [] [2020-09-15T15:25:18.636938+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T15:25:23.876936+02:00] request.INFO: Matched route "app". {"route":"app","route_parameters":{"_route":"app","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://eventapp.nwx.fr/","method":"GET"} [] [2020-09-15T15:25:23.909199+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "/home/nwxfrntokk/event_app/public/build/entrypoints.json" does not exist.")." at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist.\"). at /home/nwxfrntokk-webmaster/event_app/templates/app/index.html.twig:9)\n[previous exception] [object] (InvalidArgumentException(code: 0): Could not find the entrypoints file from Webpack: the file \"/home/nwxfrntokk/event_app/public/build/entrypoints.json\" does not exist. at /home/nwxfrntokk/event_app/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php:124)"} [] [2020-09-15T16:00:40.293321+02:00] request.INFO: Matched route "api_events_post_collection". {"route":"api_events_post_collection","route_parameters":{"_route":"api_events_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"post"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"POST"} [] [2020-09-15T16:00:40.329786+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2020-09-15T16:00:40.329813+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:40.329847+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:40.340112+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:40.416807+02:00] security.INFO: Guard authentication successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authentication\\Token\\JWTUserToken":"JWTUserToken(user=\"fabien@nwx.fr\", authenticated=true, roles=\"ROLE_ADMIN, ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:40.417747+02:00] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:40.417762+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2020-09-15T16:00:41.202442+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "The data is either an empty string or null, you should pass a string that can be parsed with the passed format or a valid DateTime string." at /home/nwxfrntokk/event_app/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php line 85 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): The data is either an empty string or null, you should pass a string that can be parsed with the passed format or a valid DateTime string. at /home/nwxfrntokk/event_app/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php:85)"} [] [2021-10-13T14:57:43.462123+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T14:57:43.528353+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T14:57:43.528375+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:57:43.528392+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:57:43.530644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T14:57:43.652637+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "https://gist.githubu..." to Doctrine Type json" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 35 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"https://gist.githubu...\" to Doctrine Type json at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:35)"} [] [2021-10-13T14:57:48.583979+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T14:57:48.612306+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T14:57:48.612325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:57:48.612341+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:57:48.613189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T14:57:48.641481+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "https://gist.githubu..." to Doctrine Type json" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 35 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"https://gist.githubu...\" to Doctrine Type json at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:35)"} [] [2021-10-13T14:58:12.997211+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T14:58:13.074998+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T14:58:13.075033+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:58:13.075066+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:58:13.077438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T14:58:13.122183+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "akakkaka" to Doctrine Type json" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 35 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"akakkaka\" to Doctrine Type json at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:35)"} [] [2021-10-13T14:59:32.471500+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T14:59:32.528024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T14:59:32.528047+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:59:32.528065+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T14:59:32.529921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T14:59:32.610906+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "mport { exec } from ..." to Doctrine Type json" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 35 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"mport { exec } from ...\" to Doctrine Type json at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:35)"} [] [2021-10-13T15:00:22.952151+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T15:00:23.014086+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T15:00:23.014112+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:23.014130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:23.016106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T15:00:23.118255+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "mport { exec } from ..." to Doctrine Type json" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 35 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"mport { exec } from ...\" to Doctrine Type json at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:35)"} [] [2021-10-13T15:00:36.680132+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T15:00:36.708441+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T15:00:36.708461+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:36.708478+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:36.709370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T15:00:36.810219+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-10-13T15:00:42.141403+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-13T15:00:42.170217+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T15:00:42.170241+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:42.170257+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T15:00:42.171069+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T15:00:42.195585+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-10-13T18:55:23.291147+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2021-10-13T18:55:23.481141+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-13T18:55:23.481176+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T18:55:23.481207+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-13T18:55:23.486442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-13T18:55:24.186408+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-14T15:22:10.004293+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2021-10-14T15:22:10.004345+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2021-10-14T15:22:10.204297+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-14T15:22:10.204291+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-14T15:22:10.204327+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.204327+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.204358+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.204366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.215162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-14T15:22:10.215194+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-14T15:22:11.071996+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-14T15:22:10.116723+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2021-10-14T15:22:10.204247+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-14T15:22:11.072470+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-14T15:22:10.204273+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.204304+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-14T15:22:10.215086+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-14T15:22:11.072993+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-10-21T08:03:42.852514+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2021-10-21T08:03:43.368991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-21T08:03:43.369015+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-21T08:03:43.369033+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-21T08:03:43.421663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-21T08:03:44.656588+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-21T10:03:09.727665+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2021-10-21T10:03:10.313793+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-21T10:03:10.313816+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-21T10:03:10.313836+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-21T10:03:10.369932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-21T10:03:11.483756+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-24T10:52:12.841606+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-24T10:52:13.722194+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-24T10:52:13.722221+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-24T10:52:13.722240+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-24T10:52:13.772559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-24T10:52:14.539719+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-10-24T12:13:42.340073+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-10-24T12:13:42.535519+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-24T12:13:42.535543+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-24T12:13:42.535562+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-24T12:13:42.537565+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-24T12:13:42.692722+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-10-25T13:14:59.871597+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2021-10-25T13:15:00.138118+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-25T13:15:00.138148+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.138177+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.153598+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-25T13:15:00.749533+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-25T13:15:00.609858+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2021-10-25T13:15:00.739963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-25T13:15:00.739988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.740008+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.757558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-25T13:15:01.317769+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-10-25T13:15:00.609855+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2021-10-25T13:15:00.739963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-10-25T13:15:00.739985+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.740002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-10-25T13:15:00.757568+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-25T13:15:01.353562+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-03T02:23:31.550970+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2021-11-03T02:23:31.957865+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-03T02:23:31.957892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-03T02:23:31.957913+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-03T02:23:32.007745+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-03T02:23:33.225367+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-05T10:40:44.235270+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2021-11-05T10:40:44.724006+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-05T10:40:44.724035+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-05T10:40:44.724055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-05T10:40:44.757421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-05T10:40:45.840378+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-06T08:21:18.233040+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-06T08:21:19.197357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-06T08:21:19.197396+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-06T08:21:19.197418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-06T08:21:19.241048+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-06T08:21:20.322840+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-06T09:21:17.714753+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2021-11-06T09:21:17.856243+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-06T09:21:17.856267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-06T09:21:17.856284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-06T09:21:17.860703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-06T09:21:18.183376+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-12T17:50:20.549946+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-12T17:50:20.584785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-12T17:50:20.584808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-12T17:50:20.584825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-12T17:50:20.585805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-12T17:50:21.114791+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-13T21:34:49.791410+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2021-11-13T21:34:50.475200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-13T21:34:50.475227+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-13T21:34:50.475248+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-13T21:34:50.510577+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-13T21:34:51.206178+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-14T04:36:42.195326+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2021-11-14T04:36:42.703738+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-14T04:36:42.703779+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-14T04:36:42.703813+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-14T04:36:42.749076+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-14T04:36:43.991649+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-15T03:03:51.448752+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2021-11-15T03:03:52.065895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-15T03:03:52.065926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-15T03:03:52.065949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-15T03:03:52.080792+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-15T03:03:52.763428+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-24T00:03:15.308329+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-24T00:03:16.051457+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-24T00:03:16.051480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:16.051497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:16.104016+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-24T00:03:16.847528+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-24T00:03:41.111352+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-24T00:03:41.154499+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-24T00:03:41.154520+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:41.154536+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:41.156084+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-24T00:03:41.175811+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-24T00:03:51.673649+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-24T00:03:51.709354+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-24T00:03:51.709374+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:51.709390+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-24T00:03:51.710864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-24T00:03:51.762529+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-25T06:15:45.461552+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2021-11-25T06:15:45.742072+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-25T06:15:45.742100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-25T06:15:45.742123+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-25T06:15:45.753778+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-25T06:15:46.390073+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-11-27T11:52:20.000434+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-27T11:52:20.806080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-27T11:52:20.806115+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-27T11:52:20.806137+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-27T11:52:20.842260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-27T11:52:21.534112+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-11-28T14:16:14.041575+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-11-28T14:16:15.074091+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-11-28T14:16:15.074132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-28T14:16:15.074168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-11-28T14:16:15.121450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-28T14:16:16.135023+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-01T22:55:01.044563+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2021-12-01T22:55:01.088593+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-01T22:55:01.088619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-01T22:55:01.088637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-01T22:55:01.089460+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-01T22:55:01.815217+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-01T22:55:14.141238+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2021-12-01T22:55:14.214919+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-01T22:55:14.214941+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-01T22:55:14.214957+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-01T22:55:14.217773+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-01T22:55:14.337498+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-02T10:08:38.163769+01:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2021-12-02T10:08:38.664041+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-02T10:08:38.664071+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-02T10:08:38.664093+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-02T10:08:38.681176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-02T10:08:39.846743+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-04T04:04:15.995313+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-12-04T04:04:16.708689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-04T04:04:16.708726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-04T04:04:16.708761+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-04T04:04:16.747120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-04T04:04:17.517605+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-12T23:24:39.740226+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:24:39.790894+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:24:39.997647+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\UnexpectedValueException: "Invalid IRI "string"." at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php line 425 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\UnexpectedValueException(code: 0): Invalid IRI \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:425)\n[previous exception] [object] (ApiPlatform\\Core\\Exception\\InvalidArgumentException(code: 0): No route matches \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php:77)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/string/\". at /home/nwxfrntokk/event_app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-12-12T23:25:22.258299+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories","method":"GET"} [] [2021-12-12T23:25:22.367593+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-12T23:25:22.367621+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:22.367642+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:22.370896+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:25:23.031613+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-12T23:25:33.658599+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2021-12-12T23:25:33.687794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-12T23:25:33.687814+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:33.687830+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:33.688650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:25:33.795299+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-12T23:25:43.237241+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2021-12-12T23:25:43.248935+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-12T23:25:43.248955+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:43.248972+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:43.249785+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:25:43.355995+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-12T23:25:54.223826+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2021-12-12T23:25:54.261182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-12T23:25:54.261200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:54.261216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:25:54.264047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:25:54.436030+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-12T23:38:44.511399+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-12-12T23:38:44.538608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-12T23:38:44.538628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:38:44.538644+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-12T23:38:44.539461+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:38:45.099594+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-12T23:41:25.018612+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:41:25.060831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:41:25.287282+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\UnexpectedValueException: "Invalid IRI "string"." at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php line 425 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\UnexpectedValueException(code: 0): Invalid IRI \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:425)\n[previous exception] [object] (ApiPlatform\\Core\\Exception\\InvalidArgumentException(code: 0): No route matches \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php:77)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/string/\". at /home/nwxfrntokk/event_app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-12-12T23:41:45.090575+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:41:45.097714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:41:45.119483+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\UnexpectedValueException: "Invalid IRI "string"." at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php line 425 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\UnexpectedValueException(code: 0): Invalid IRI \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:425)\n[previous exception] [object] (ApiPlatform\\Core\\Exception\\InvalidArgumentException(code: 0): No route matches \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php:77)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/string/\". at /home/nwxfrntokk/event_app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-12-12T23:41:50.715176+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:41:50.722100+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:41:50.743058+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\UnexpectedValueException: "Invalid IRI "string"." at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php line 425 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\UnexpectedValueException(code: 0): Invalid IRI \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:425)\n[previous exception] [object] (ApiPlatform\\Core\\Exception\\InvalidArgumentException(code: 0): No route matches \"string\". at /home/nwxfrntokk/event_app/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php:77)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/string/\". at /home/nwxfrntokk/event_app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-12-12T23:42:04.613661+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:42:04.635570+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:42:05.194112+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.job AS job_7, t0.compagny AS compagny_8, t0.event_id AS event_id_9 FROM user t0 WHERE t0.email = ?' with params ["string"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.job AS job_7, t0.compagny AS compagny_8, t0.event_id AS event_id_9 FROM user t0 WHERE t0.email = ?' with params [\"string\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-12T23:42:16.363384+01:00] request.INFO: Matched route "api_users_post_collection". {"route":"api_users_post_collection","route_parameters":{"_route":"api_users_post_collection","_controller":"api_platform.action.post_collection","_format":null,"_api_resource_class":"App\\Entity\\User","_api_collection_operation_name":"post"},"request_uri":"http://eventapp.nwx.fr/api/users","method":"POST"} [] [2021-12-12T23:42:16.370214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-12T23:42:16.414441+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.job AS job_7, t0.compagny AS compagny_8, t0.event_id AS event_id_9 FROM user t0 WHERE t0.email = ?' with params ["string"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.job AS job_7, t0.compagny AS compagny_8, t0.event_id AS event_id_9 FROM user t0 WHERE t0.email = ?' with params [\"string\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.user' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-13T01:15:56.207794+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-13T01:15:56.320766+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-13T01:15:56.320790+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-13T01:15:56.320808+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-13T01:15:56.327168+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-13T01:15:56.515148+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-13T19:16:40.691344+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-13T19:16:41.692239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-13T19:16:41.692263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-13T19:16:41.692281+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-13T19:16:41.720198+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-13T19:16:42.602541+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-14T21:55:29.410195+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-14T21:55:30.208348+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-14T21:55:30.208387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-14T21:55:30.208421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-14T21:55:30.256813+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-14T21:55:30.985951+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-16T00:38:55.375357+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2021-12-16T00:38:56.256988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-16T00:38:56.257027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-16T00:38:56.257052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-16T00:38:56.312308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-16T00:38:57.042113+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-16T00:40:43.827481+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-16T00:40:43.976749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-16T00:40:43.976771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-16T00:40:43.976789+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-16T00:40:43.979585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-16T00:40:44.167710+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-18T01:59:22.408401+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-18T01:59:22.956019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-18T01:59:22.956042+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-18T01:59:22.956058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-18T01:59:22.971307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-18T01:59:23.658432+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-19T06:47:22.414815+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-19T06:47:23.175912+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-19T06:47:23.175939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-19T06:47:23.175960+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-19T06:47:23.225711+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-19T06:47:23.933736+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-20T14:02:53.398398+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-20T14:02:54.193493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-20T14:02:54.193518+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-20T14:02:54.193539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-20T14:02:54.264193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-20T14:02:55.015488+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-21T21:12:28.061203+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-21T21:12:29.010505+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-21T21:12:29.010532+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-21T21:12:29.010553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-21T21:12:29.073731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-21T21:12:29.989239+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-23T05:50:05.788985+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-23T05:50:06.440210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-23T05:50:06.440235+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-23T05:50:06.440253+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-23T05:50:06.489492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-23T05:50:07.114008+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-24T09:35:29.562717+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-24T09:35:30.580464+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-24T09:35:30.580491+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-24T09:35:30.580513+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-24T09:35:30.638870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-24T09:35:31.419192+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-25T17:01:56.925244+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-25T17:01:58.037129+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-25T17:01:58.037158+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-25T17:01:58.037181+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-25T17:01:58.085349+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-25T17:01:58.937888+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2021-12-26T09:58:56.012278+01:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2021-12-26T09:58:56.396016+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-26T09:58:56.396040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T09:58:56.396058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T09:58:56.415807+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-26T09:58:57.694525+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-26T10:28:53.922366+01:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2021-12-26T10:28:54.369699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-26T10:28:54.369730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T10:28:54.369752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T10:28:54.421622+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-26T10:28:55.668569+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2021-12-26T22:53:48.802816+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2021-12-26T22:53:49.294051+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2021-12-26T22:53:49.294081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T22:53:49.294104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2021-12-26T22:53:49.313708+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-26T22:53:49.858597+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-05T21:10:46.491462+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2022-01-05T21:10:47.552969+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-05T21:10:47.552993+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-05T21:10:47.553012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-05T21:10:47.600179+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-05T21:10:48.355181+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-06T03:57:26.232021+01:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2022-01-06T03:57:26.745608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-06T03:57:26.745643+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-06T03:57:26.745676+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-06T03:57:26.757759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-06T03:57:28.154740+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-06T06:39:26.250872+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-01-06T06:39:27.356548+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-06T06:39:27.356574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-06T06:39:27.356605+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-06T06:39:27.403604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-06T06:39:28.265986+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-07T23:16:31.380441+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-07T23:16:32.036862+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-07T23:16:32.036885+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-07T23:16:32.036902+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-07T23:16:32.068385+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-07T23:16:32.686656+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-10T13:29:06.393500+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:06.841055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:06.841082+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:06.841103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:06.869096+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:07.737315+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:13.333901+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:13.345276+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:13.345300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:13.345317+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:13.346148+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:13.381862+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:20.355454+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:20.365486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:20.365502+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:20.365517+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:20.366283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:20.400072+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:41.919881+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:41.930395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:41.930413+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:41.930429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:41.931245+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:41.966505+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:34.079775+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:34.089525+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:34.089540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:34.089554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:34.090290+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:34.122587+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:38.216958+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:38.254439+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:38.254483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:38.254500+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:38.257383+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:38.348648+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:45.940186+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:45.953628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:45.953658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:45.953682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:45.954839+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:45.999800+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-10T13:29:50.366043+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-10T13:29:50.413919+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-10T13:29:50.413945+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:50.413965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-10T13:29:50.416936+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-10T13:29:50.524731+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-12T13:26:28.649529+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-01-12T13:26:29.191994+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-12T13:26:29.192025+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-12T13:26:29.192048+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-12T13:26:29.218202+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-12T13:26:30.574444+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-14T17:35:33.322015+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-14T17:35:34.230959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-14T17:35:34.230989+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-14T17:35:34.231012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-14T17:35:34.237326+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-14T17:35:34.998579+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-18T23:29:32.060503+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-01-18T23:29:32.969076+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-18T23:29:32.969099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-18T23:29:32.969116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-18T23:29:33.012486+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-18T23:29:33.765202+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-25T16:29:00.001267+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-25T16:29:00.841317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-25T16:29:00.841341+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T16:29:00.841358+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T16:29:00.899510+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-25T16:29:01.785885+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-25T16:29:42.558685+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-25T16:29:42.616861+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-25T16:29:42.616881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T16:29:42.616897+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T16:29:42.618918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-25T16:29:42.686280+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-25T18:40:23.488104+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-01-25T18:40:23.639232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-25T18:40:23.639259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T18:40:23.639281+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-25T18:40:23.683752+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-25T18:40:23.990794+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-27T02:45:21.856501+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-01-27T02:45:22.377887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-27T02:45:22.377927+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-27T02:45:22.377959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-27T02:45:22.403869+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-27T02:45:23.126810+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-28T21:34:41.196677+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2022-01-28T21:34:41.687454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-28T21:34:41.687480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-28T21:34:41.687499+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-28T21:34:41.724859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-28T21:34:42.781065+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-01-28T23:52:17.166890+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-28T23:52:17.754010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-28T23:52:17.754032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-28T23:52:17.754049+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-28T23:52:17.783692+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-28T23:52:18.460825+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-29T04:41:49.703764+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-01-29T04:41:50.531463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-29T04:41:50.531490+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-29T04:41:50.531510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-29T04:41:50.547514+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-29T04:41:51.412251+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-01-29T09:02:11.673560+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2022-01-29T09:02:12.324073+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-01-29T09:02:12.324096+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-29T09:02:12.324115+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-01-29T09:02:12.355592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-29T09:02:13.789769+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-02-02T22:15:17.878872+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:15:18.841254+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:15:18.841278+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:15:18.841296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:15:18.850321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:15:19.724148+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:15:46.416970+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:15:46.448483+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:15:46.448507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:15:46.448524+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:15:46.449389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:15:46.478225+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:16:03.070647+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:16:03.112898+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:16:03.112922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:16:03.112939+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:16:03.113831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:16:03.187669+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:19:05.838478+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:19:05.894782+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:19:05.894806+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:05.894824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:05.895894+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:19:05.961422+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:19:24.630747+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:19:24.694054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:19:24.694081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:24.694108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:24.698141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:19:24.727893+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:19:33.219987+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:19:33.248042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:19:33.248064+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:33.248080+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:33.249927+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:19:33.274455+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:19:57.497878+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:19:57.585845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:19:57.585866+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:57.585882+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:19:57.588187+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:19:57.658885+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:20:08.284003+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:20:08.313328+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:20:08.313351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:20:08.313368+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:20:08.315447+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:20:08.342424+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:36:20.699416+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:36:20.770574+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:36:20.770593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:36:20.770608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:36:20.772313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:36:20.858072+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-02T22:36:36.737468+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-02T22:36:36.814755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-02T22:36:36.814777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:36:36.814793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-02T22:36:36.817712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-02T22:36:36.917197+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-07T16:17:18.953628+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-07T16:17:19.895690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-07T16:17:19.895719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:17:19.895741+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:17:19.950144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-07T16:17:21.069158+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-07T16:17:35.468625+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-07T16:17:35.494969+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-07T16:17:35.494989+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:17:35.495005+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:17:35.495760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-07T16:17:35.518874+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-07T16:22:43.821863+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-07T16:22:44.020192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-07T16:22:44.020215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:22:44.020232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:22:44.023598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-07T16:22:44.247070+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-07T16:23:10.644598+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-07T16:23:10.671478+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-07T16:23:10.671498+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:23:10.671514+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-07T16:23:10.672306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-07T16:23:10.696943+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-11T01:13:37.298850+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-11T01:13:38.222286+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-11T01:13:38.222325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-11T01:13:38.222357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-11T01:13:38.264859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-11T01:13:39.069228+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-11T11:38:21.794050+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-11T11:38:22.457320+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-11T11:38:22.457344+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-11T11:38:22.457361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-11T11:38:22.492393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-11T11:38:23.242332+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-15T22:50:33.341103+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-15T22:50:34.078155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-15T22:50:34.078181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-15T22:50:34.078202+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-15T22:50:34.111138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-15T22:50:34.871507+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-15T23:45:25.882985+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-15T23:45:26.554026+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-15T23:45:26.554050+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-15T23:45:26.554070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-15T23:45:26.601028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-15T23:45:27.282604+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-16T11:29:33.978862+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-16T11:29:34.829956+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-16T11:29:34.829979+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-16T11:29:34.829995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-16T11:29:34.886827+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-16T11:29:35.552770+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-17T12:45:48.037834+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-17T12:45:48.865758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-17T12:45:48.865781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-17T12:45:48.865800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-17T12:45:48.874727+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-17T12:45:49.783133+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-17T12:45:50.044108+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-17T12:45:50.069551+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-17T12:45:50.069567+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-17T12:45:50.069582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-17T12:45:50.070314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-17T12:45:50.093838+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-20T04:57:52.239333+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-20T04:57:52.939801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-20T04:57:52.939829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T04:57:52.939851+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T04:57:52.988004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-20T04:57:53.740421+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-20T05:39:25.226864+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-20T05:39:25.855884+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-20T05:39:25.855913+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T05:39:25.855935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T05:39:25.895975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-20T05:39:26.823917+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-20T07:14:09.781162+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-20T07:14:10.345589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-20T07:14:10.345625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T07:14:10.345656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-20T07:14:10.374241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-20T07:14:10.832497+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-02-26T00:11:59.207843+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-02-26T00:12:00.038589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-02-26T00:12:00.038619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-26T00:12:00.038641+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-02-26T00:12:00.060390+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-26T00:12:00.848527+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-03T04:25:54.440808+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-03T04:25:55.060515+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-03T04:25:55.060555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-03T04:25:55.060590+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-03T04:25:55.076082+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-03T04:25:55.711261+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-04T16:04:16.629668+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-04T16:04:17.220494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-04T16:04:17.220525+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-04T16:04:17.220553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-04T16:04:17.239306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-04T16:04:17.859633+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-08T08:05:17.725287+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-08T08:05:18.476246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-08T08:05:18.476284+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-08T08:05:18.476318+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-08T08:05:18.485436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-08T08:05:19.235387+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-17T23:29:59.576318+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-03-17T23:29:59.984820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-17T23:29:59.984846+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-17T23:29:59.984864+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-17T23:30:00.017652+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-17T23:30:01.099331+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-03-19T16:56:19.676447+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-03-19T16:56:20.238431+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-19T16:56:20.238457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-19T16:56:20.238478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-19T16:56:20.285106+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-19T16:56:21.449453+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-03-20T17:12:40.241897+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-20T17:12:41.172233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-20T17:12:41.172280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-20T17:12:41.172298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-20T17:12:41.195106+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-20T17:12:41.986802+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-21T10:03:28.034708+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-21T10:03:28.114298+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-21T10:03:28.114322+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-21T10:03:28.114339+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-21T10:03:28.116778+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-21T10:03:28.946013+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-21T22:37:22.627423+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-03-21T22:37:23.520323+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-21T22:37:23.520363+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-21T22:37:23.520397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-21T22:37:23.576032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-21T22:37:24.434736+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-03-22T17:21:13.813412+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-22T17:21:14.798459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-22T17:21:14.798488+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-22T17:21:14.798509+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-22T17:21:14.838874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-22T17:21:15.839028+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-27T04:10:59.048551+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-27T04:11:00.037965+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-27T04:11:00.037992+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-27T04:11:00.038014+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-27T04:11:00.067170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-27T04:11:01.013101+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-30T02:46:41.167600+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-30T02:46:41.210599+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-30T02:46:41.210622+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T02:46:41.210639+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T02:46:41.212446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-30T02:46:41.844065+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-30T02:46:54.853594+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-30T02:46:54.905047+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-30T02:46:54.905078+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T02:46:54.905105+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T02:46:54.906252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-30T02:46:54.938881+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-30T03:24:58.779555+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-30T03:25:00.166286+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-30T03:25:00.166316+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T03:25:00.166338+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T03:25:00.221635+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-30T03:25:01.331737+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-03-30T03:47:09.396675+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-03-30T03:47:10.809179+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-03-30T03:47:10.809207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T03:47:10.809229+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-03-30T03:47:10.867228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-30T03:47:12.079053+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-02T20:55:16.764971+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2022-04-02T20:55:17.262818+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-02T20:55:17.262853+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-02T20:55:17.262884+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-02T20:55:17.296557+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-02T20:55:18.489161+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-07T08:48:50.511152+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-07T08:48:51.210405+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-07T08:48:51.210448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T08:48:51.210485+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T08:48:51.250191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-07T08:48:51.970426+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-07T08:48:52.269046+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-07T08:48:52.312785+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-07T08:48:52.312821+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T08:48:52.312851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T08:48:52.314113+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-07T08:48:52.345969+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-07T14:52:55.368127+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2022-04-07T14:52:55.911408+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-07T14:52:55.911448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T14:52:55.911482+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T14:52:55.961956+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-07T14:52:57.428783+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-07T14:52:59.839126+02:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2022-04-07T14:52:59.849840+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-07T14:52:59.849861+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T14:52:59.849878+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-07T14:52:59.850727+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-07T14:53:00.392118+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-08T04:46:57.603558+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-08T04:46:58.599957+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-08T04:46:58.599998+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-08T04:46:58.600020+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-08T04:46:58.655171+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-08T04:46:59.486712+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-08T04:53:55.232333+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-08T04:53:56.080160+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-08T04:53:56.080187+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-08T04:53:56.080209+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-08T04:53:56.140724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-08T04:53:56.765673+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-12T17:28:18.437705+02:00] request.INFO: Matched route "api_speakers_get_item". {"route":"api_speakers_get_item","route_parameters":{"_route":"api_speakers_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/speakers/%7Bid%7D","method":"GET"} [] [2022-04-12T17:28:18.946292+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-12T17:28:18.946315+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-12T17:28:18.946333+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-12T17:28:18.966730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-12T17:28:20.304476+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-15T07:45:38.646405+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-15T07:45:38.681575+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-15T07:45:38.681606+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-15T07:45:38.681625+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-15T07:45:38.682500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-15T07:45:39.362549+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-19T20:00:23.091122+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-19T20:00:23.836429+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-19T20:00:23.836459+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-19T20:00:23.836481+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-19T20:00:23.868900+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-19T20:00:24.661162+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-20T03:00:28.064149+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-20T03:00:29.097171+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-20T03:00:29.097224+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-20T03:00:29.097259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-20T03:00:29.141564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-20T03:00:30.053074+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-22T10:06:54.302523+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-22T10:06:55.416844+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-22T10:06:55.416875+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-22T10:06:55.416912+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-22T10:06:55.478687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-22T10:06:56.320792+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-24T08:22:16.847788+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-24T08:22:17.653502+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-24T08:22:17.653539+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T08:22:17.653572+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T08:22:17.692519+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-24T08:22:18.446106+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-24T09:50:12.381934+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-04-24T09:50:12.971691+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-24T09:50:12.971716+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T09:50:12.971736+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T09:50:13.003403+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-24T09:50:13.475391+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-04-24T20:22:48.404748+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2022-04-24T20:22:49.136591+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-24T20:22:49.136615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T20:22:49.136633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T20:22:49.175050+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-24T20:22:49.868280+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-24T20:45:16.769435+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2022-04-24T20:45:16.889161+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-24T20:45:16.889188+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T20:45:16.889209+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T20:45:16.892188+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-24T20:45:17.282051+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-24T22:33:27.310804+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-04-24T22:33:27.686085+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-24T22:33:27.686108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T22:33:27.686130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-24T22:33:27.738179+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-24T22:33:28.419244+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-30T06:35:33.687368+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-04-30T06:35:34.117319+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-30T06:35:34.117343+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T06:35:34.117360+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T06:35:34.154502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-30T06:35:35.234380+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-30T17:59:19.260301+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2022-04-30T17:59:19.293745+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-30T17:59:19.293769+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T17:59:19.293787+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T17:59:19.294716+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-30T17:59:19.779842+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-04-30T18:00:33.980064+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-04-30T18:00:34.070941+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-04-30T18:00:34.070963+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T18:00:34.070979+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-04-30T18:00:34.073866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-30T18:00:34.224686+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-05-03T06:58:25.051352+02:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2022-05-03T06:58:25.314547+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-03T06:58:25.314573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-03T06:58:25.314592+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-03T06:58:25.327945+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-03T06:58:26.348353+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-03T23:31:17.189412+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2022-05-03T23:31:17.831236+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-03T23:31:17.831264+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-03T23:31:17.831284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-03T23:31:17.878462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-03T23:31:18.665587+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-05-04T14:23:48.121871+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-04T14:23:49.169170+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-04T14:23:49.169201+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-04T14:23:49.169228+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-04T14:23:49.194344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-04T14:23:50.078305+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-09T23:21:51.635722+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-09T23:21:52.469890+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-09T23:21:52.469913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-09T23:21:52.469931+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-09T23:21:52.478165+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-09T23:21:53.240625+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-09T23:21:53.510158+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-09T23:21:53.537437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-09T23:21:53.537461+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-09T23:21:53.537478+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-09T23:21:53.538266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-09T23:21:53.562870+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-12T14:45:33.278401+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-12T14:45:34.171318+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-12T14:45:34.171341+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-12T14:45:34.171362+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-12T14:45:34.236559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-12T14:45:35.172919+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-12T14:47:41.049270+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-12T14:47:41.116782+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-12T14:47:41.116805+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-12T14:47:41.116823+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-12T14:47:41.118750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-12T14:47:41.195162+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-20T03:18:02.144745+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-05-20T03:18:02.609470+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-20T03:18:02.609499+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-20T03:18:02.609520+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-20T03:18:02.648257+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-20T03:18:03.400020+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-05-21T11:49:10.385462+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-21T11:49:11.570331+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-21T11:49:11.570372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-21T11:49:11.570408+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-21T11:49:11.625885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-21T11:49:12.699639+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-21T11:49:12.981465+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-21T11:49:13.010296+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-21T11:49:13.010325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-21T11:49:13.010349+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-21T11:49:13.011179+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-21T11:49:13.035533+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-05-22T16:08:50.405822+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-05-22T16:08:50.848645+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-22T16:08:50.848671+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-22T16:08:50.848691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-22T16:08:50.866976+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-22T16:08:51.464185+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-05-24T07:21:25.883876+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2022-05-24T07:21:26.447076+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-24T07:21:26.447101+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-24T07:21:26.447120+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-24T07:21:26.464762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-24T07:21:27.064237+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-05-25T07:58:41.085176+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-05-25T07:58:41.918503+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-05-25T07:58:41.918529+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-25T07:58:41.918551+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-05-25T07:58:41.983477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-25T07:58:42.754596+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-06T09:10:03.355334+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2022-06-06T09:10:04.323654+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-06T09:10:04.323679+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-06T09:10:04.323699+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-06T09:10:04.346272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-06T09:10:05.148825+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-06-06T17:30:19.725298+02:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2022-06-06T17:30:20.100119+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-06T17:30:20.100156+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-06T17:30:20.100187+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-06T17:30:20.117120+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-06T17:30:21.163841+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-08T07:01:57.218288+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2022-06-08T07:01:58.366759+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-08T07:01:58.366799+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T07:01:58.366831+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T07:01:58.415404+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-08T07:01:59.147512+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-06-08T10:17:15.782484+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-08T10:17:16.635500+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-08T10:17:16.635540+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:17:16.635573+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:17:16.668689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-08T10:17:17.500503+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-08T10:18:14.926985+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-08T10:18:15.003877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-08T10:18:15.003907+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:18:15.003937+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:18:15.006254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-08T10:18:15.121515+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-08T10:18:15.394175+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-08T10:18:15.435926+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-08T10:18:15.435956+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:18:15.435985+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-08T10:18:15.437190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-08T10:18:15.473729+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-09T01:42:36.953982+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-09T01:42:37.906748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-09T01:42:37.906772+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T01:42:37.906792+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T01:42:37.944825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-09T01:42:38.856254+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-09T01:42:39.158337+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-09T01:42:39.190430+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-09T01:42:39.190455+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T01:42:39.190474+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T01:42:39.191327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-09T01:42:39.222228+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-09T03:55:29.576200+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-09T03:55:30.673509+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-09T03:55:30.673533+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T03:55:30.673551+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-09T03:55:30.723382+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-09T03:55:31.960583+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-15T09:27:31.499275+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-15T09:27:31.565225+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-15T09:27:31.565251+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-15T09:27:31.565271+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-15T09:27:31.567432+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-15T09:27:32.277019+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-15T09:31:55.397479+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-15T09:31:55.477684+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-15T09:31:55.477709+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-15T09:31:55.477726+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-15T09:31:55.480268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-15T09:31:55.548129+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-16T11:26:08.898524+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-16T11:26:09.815290+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-16T11:26:09.815318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-16T11:26:09.815341+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-16T11:26:09.860090+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-16T11:26:10.848979+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-22T10:18:37.374248+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-22T10:18:37.976444+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-22T10:18:37.976467+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-22T10:18:37.976486+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-22T10:18:38.019075+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-22T10:18:38.573317+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-22T10:18:38.800188+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-22T10:18:38.827221+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-22T10:18:38.827240+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-22T10:18:38.827256+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-22T10:18:38.828051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-22T10:18:38.851752+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-24T05:29:38.050681+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-24T05:29:38.667469+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-24T05:29:38.667496+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-24T05:29:38.667516+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-24T05:29:38.686529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-24T05:29:39.325081+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-25T22:32:54.437708+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-25T22:32:55.194003+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-25T22:32:55.194029+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-25T22:32:55.194051+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-25T22:32:55.214043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-25T22:32:55.998062+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-25T22:32:56.433754+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-25T22:32:56.464602+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-25T22:32:56.464625+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-25T22:32:56.464643+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-25T22:32:56.465527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-25T22:32:56.492210+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-06-29T18:08:56.844053+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-06-29T18:08:57.711963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-06-29T18:08:57.711998+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-29T18:08:57.712033+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-06-29T18:08:57.750052+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-29T18:08:58.634806+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-08T23:34:01.199683+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-08T23:34:02.041582+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-08T23:34:02.041607+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-08T23:34:02.041627+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-08T23:34:02.047051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-08T23:34:02.714147+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-13T10:04:03.208645+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-13T10:04:03.243708+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-13T10:04:03.243731+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-13T10:04:03.243748+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-13T10:04:03.244577+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-13T10:04:03.705052+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-26T03:13:46.740621+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-26T03:13:47.664307+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-26T03:13:47.664336+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:13:47.664358+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:13:47.699876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-26T03:13:48.767209+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-26T03:14:55.911717+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-26T03:14:55.974808+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-26T03:14:55.974833+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:14:55.974851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:14:55.976841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-26T03:14:56.041363+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-26T03:15:10.152908+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-26T03:15:10.184332+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-26T03:15:10.184355+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:15:10.184371+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-26T03:15:10.185398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-26T03:15:10.213565+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-27T17:58:22.478351+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-27T17:58:23.138820+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-27T17:58:23.138848+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:23.138870+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:23.166646+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-27T17:58:23.945059+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-27T17:58:31.095028+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-27T17:58:31.127087+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-27T17:58:31.127111+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:31.127127+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:31.128063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-27T17:58:31.158072+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-27T17:58:35.286269+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-27T17:58:35.317693+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-27T17:58:35.317716+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:35.317732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-27T17:58:35.318690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-27T17:58:35.344472+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-07-31T22:33:58.257029+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-07-31T22:33:59.094612+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-07-31T22:33:59.094635+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-31T22:33:59.094651+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-07-31T22:33:59.136171+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-07-31T22:34:00.073961+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-02T12:28:55.170435+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-02T12:28:56.216030+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-02T12:28:56.216065+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-02T12:28:56.216099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-02T12:28:56.265017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-02T12:28:57.076706+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-02T12:29:09.250820+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-02T12:29:09.297230+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-02T12:29:09.297262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-02T12:29:09.297290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-02T12:29:09.298587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-02T12:29:09.345166+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-04T13:59:59.416462+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-04T14:00:00.319396+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-04T14:00:00.319432+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:00:00.319463+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:00:00.367083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-04T14:00:01.187534+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-04T14:02:21.396167+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-04T14:02:21.517456+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-04T14:02:21.517491+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:02:21.517523+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:02:21.519796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-04T14:02:21.627799+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-04T14:02:21.855425+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-04T14:02:22.479496+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-04T14:02:22.479522+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:02:22.479543+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-04T14:02:22.519058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-04T14:02:23.073432+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-07T09:15:50.208406+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-07T09:15:51.035179+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-07T09:15:51.035203+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-07T09:15:51.035220+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-07T09:15:51.051205+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-07T09:15:51.840529+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-09T09:08:27.626427+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-09T09:08:28.706350+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-09T09:08:28.706385+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:08:28.706417+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:08:28.761146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-09T09:08:29.853460+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-09T09:09:03.835557+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-09T09:09:03.897583+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-09T09:09:03.897607+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:09:03.897625+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:09:03.899694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-09T09:09:03.964560+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-09T09:20:11.939669+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-09T09:20:12.092468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-09T09:20:12.092491+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:20:12.092507+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-09T09:20:12.094583+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-09T09:20:12.197059+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-10T20:49:10.707923+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-10T20:49:11.187228+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-10T20:49:11.187269+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-10T20:49:11.187304+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-10T20:49:11.275328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-10T20:49:11.837868+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-10T20:49:12.116055+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-10T20:49:12.143566+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-10T20:49:12.143589+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-10T20:49:12.143606+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-10T20:49:12.144474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-10T20:49:12.169020+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-12T03:08:31.984516+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-12T03:08:33.146993+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-12T03:08:33.147017+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-12T03:08:33.147035+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-12T03:08:33.195844+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-12T03:08:34.465579+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-14T22:34:02.014604+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-14T22:34:02.476042+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-14T22:34:02.476075+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-14T22:34:02.476096+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-14T22:34:02.503677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-14T22:34:03.460322+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-15T02:18:34.195512+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-08-15T02:18:34.515692+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-15T02:18:34.515720+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-15T02:18:34.515742+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-15T02:18:34.549933+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-15T02:18:35.283946+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-15T17:40:54.841856+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-15T17:40:55.154004+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-15T17:40:55.154023+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-15T17:40:55.154040+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-15T17:40:55.167022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-15T17:40:55.953464+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-16T06:48:07.324552+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-16T06:48:08.077334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T06:48:08.077367+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T06:48:08.077397+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T06:48:08.118228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T06:48:09.024068+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-16T06:48:09.287964+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-16T06:48:09.316996+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T06:48:09.317018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T06:48:09.317034+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T06:48:09.317892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T06:48:09.344213+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-16T10:20:27.868283+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-16T10:20:28.242192+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T10:20:28.242225+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T10:20:28.242258+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T10:20:28.290215+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T10:20:29.285990+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-16T11:00:10.955185+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-08-16T11:00:11.286102+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T11:00:11.286122+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T11:00:11.286140+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T11:00:11.321912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T11:00:12.030660+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-16T12:38:53.317833+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-16T12:38:53.675401+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T12:38:53.675425+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T12:38:53.675445+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T12:38:53.714382+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T12:38:54.463672+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-16T13:43:08.295080+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-16T13:43:08.600474+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T13:43:08.600510+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T13:43:08.600543+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T13:43:08.621362+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T13:43:09.382829+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-16T21:11:17.832331+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-16T21:11:18.217518+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-16T21:11:18.217546+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T21:11:18.217572+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-16T21:11:18.228000+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16T21:11:19.194281+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-17T12:20:43.588408+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-17T12:20:43.958930+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-17T12:20:43.958970+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-17T12:20:43.959006+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-17T12:20:43.980877+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-17T12:20:44.833960+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-18T01:26:37.184569+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-18T01:26:38.001875+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-18T01:26:38.001910+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T01:26:38.001944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T01:26:38.032762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-18T01:26:38.924373+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-18T01:27:14.623990+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-18T01:27:14.714652+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-18T01:27:14.714674+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T01:27:14.714691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T01:27:14.717755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-18T01:27:14.806912+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-18T22:36:15.636887+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2022-08-18T22:36:15.844460+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-18T22:36:15.844490+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T22:36:15.844512+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-18T22:36:15.855073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-18T22:36:16.871737+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-20T07:26:25.249076+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2022-08-20T07:26:25.976271+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-20T07:26:25.976305+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-20T07:26:25.976334+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-20T07:26:26.006902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-20T07:26:26.720029+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-21T03:46:11.011007+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2022-08-21T03:46:11.855587+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-21T03:46:11.855624+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-21T03:46:11.855655+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-21T03:46:11.865784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-21T03:46:12.815708+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-21T22:53:41.589115+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2022-08-21T22:53:42.260416+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-21T22:53:42.260445+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-21T22:53:42.260467+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-21T22:53:42.278365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-21T22:53:42.981128+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-22T20:01:29.638149+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2022-08-22T20:01:30.129254+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-22T20:01:30.129284+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-22T20:01:30.129306+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-22T20:01:30.180529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-22T20:01:31.598973+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-22T21:46:20.790329+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2022-08-22T21:46:21.207131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-22T21:46:21.207160+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-22T21:46:21.207182+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-22T21:46:21.217922+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-22T21:46:22.134878+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-23T00:21:02.541097+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2022-08-23T00:21:03.263133+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-23T00:21:03.263159+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T00:21:03.263178+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T00:21:03.279891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-23T00:21:03.782010+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-23T10:06:41.069791+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-23T10:06:41.565546+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-23T10:06:41.565577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T10:06:41.565600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T10:06:41.641038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-23T10:06:42.619305+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-23T13:48:24.769253+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-23T13:48:25.279272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-23T13:48:25.279296+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T13:48:25.279314+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T13:48:25.319112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-23T13:48:26.352846+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-23T14:16:50.866193+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-23T14:16:51.493925+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-23T14:16:51.493950+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T14:16:51.493969+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T14:16:51.520379+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-23T14:16:52.277740+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-23T14:16:53.060927+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-23T14:16:53.226076+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-23T14:16:53.226104+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T14:16:53.226127+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-23T14:16:53.233207+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-23T14:16:53.380639+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-24T00:15:42.214451+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-24T00:15:42.353642+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-24T00:15:42.353663+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T00:15:42.353679+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T00:15:42.362241+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-24T00:15:42.671754+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-24T15:53:07.381347+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-24T15:53:07.724270+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-24T15:53:07.724295+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T15:53:07.724314+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T15:53:07.737449+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-24T15:53:08.463106+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-24T23:12:51.633025+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-24T23:12:52.061713+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-24T23:12:52.061737+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T23:12:52.061754+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-24T23:12:52.074275+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-24T23:12:52.889590+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-25T14:17:20.443816+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2022-08-25T14:17:20.883540+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-25T14:17:20.883577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-25T14:17:20.883611+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-25T14:17:20.899397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-25T14:17:21.768102+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-28T17:08:57.030800+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-08-28T17:08:57.827974+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-28T17:08:57.828011+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-28T17:08:57.828044+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-28T17:08:57.884378+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-28T17:08:58.849872+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-29T01:59:19.589271+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-08-29T01:59:20.672621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-29T01:59:20.672648+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T01:59:20.672668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T01:59:20.727627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-29T01:59:21.549385+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-29T11:54:40.002775+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-29T11:54:40.794931+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-29T11:54:40.794964+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T11:54:40.794993+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T11:54:40.827253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-29T11:54:41.557292+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-29T11:54:41.837660+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-08-29T11:54:41.865122+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-29T11:54:41.865146+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T11:54:41.865164+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T11:54:41.865978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-29T11:54:41.891033+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-08-29T22:04:04.762792+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-08-29T22:04:05.404588+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-29T22:04:05.404614+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T22:04:05.404634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-29T22:04:05.459862+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-29T22:04:06.672361+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-30T00:03:52.735923+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2022-08-30T00:03:53.095894+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-30T00:03:53.095922+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T00:03:53.095942+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T00:03:53.148525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-30T00:03:54.024007+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-30T01:53:52.645680+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2022-08-30T01:53:52.939548+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-30T01:53:52.939569+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T01:53:52.939584+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T01:53:52.975612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-30T01:53:53.708920+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-30T17:12:14.852032+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-08-30T17:12:15.538372+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-30T17:12:15.538401+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T17:12:15.538423+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T17:12:15.588538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-30T17:12:16.387698+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-30T23:23:29.294858+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-08-30T23:23:29.800127+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-30T23:23:29.800154+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T23:23:29.800175+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-30T23:23:29.866359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-30T23:23:31.159914+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-08-31T05:58:12.447814+02:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2022-08-31T05:58:12.855603+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-08-31T05:58:12.855630+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-31T05:58:12.855652+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-08-31T05:58:12.890753+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-31T05:58:14.494559+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-08T10:00:44.086027+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-08T10:00:45.207778+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-08T10:00:45.207806+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-08T10:00:45.207827+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-08T10:00:45.237073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-08T10:00:46.142158+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-08T12:06:23.980791+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-08T12:06:24.648834+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-08T12:06:24.648863+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-08T12:06:24.648885+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-08T12:06:24.677174+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-08T12:06:25.287341+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-10T19:51:58.543967+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-10T19:51:59.424830+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-10T19:51:59.424860+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-10T19:51:59.424882+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-10T19:51:59.461993+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-10T19:52:00.277116+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-10T21:04:56.970410+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-10T21:04:57.583527+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-10T21:04:57.583551+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-10T21:04:57.583570+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-10T21:04:57.592111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-10T21:04:58.075608+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-13T16:34:48.370080+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-13T16:34:49.239138+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-13T16:34:49.239176+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-13T16:34:49.239212+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-13T16:34:49.296104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-13T16:34:50.200358+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-14T14:26:18.030612+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-14T14:26:18.833603+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-14T14:26:18.833633+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-14T14:26:18.833655+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-14T14:26:18.884304+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-14T14:26:19.723585+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-14T14:26:51.515718+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-14T14:26:51.604328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-14T14:26:51.604355+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-14T14:26:51.604377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-14T14:26:51.607143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-14T14:26:51.682771+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-16T14:17:04.073604+02:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2022-09-16T14:17:04.540588+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-16T14:17:04.540615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T14:17:04.540636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T14:17:04.600659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-16T14:17:06.160333+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-16T15:16:59.339504+02:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2022-09-16T15:16:59.429733+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-16T15:16:59.429759+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T15:16:59.429779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T15:16:59.434073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-16T15:16:59.970607+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-16T17:40:30.806227+02:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2022-09-16T17:40:30.999076+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-16T17:40:30.999106+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T17:40:30.999132+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-16T17:40:31.040280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-16T17:40:31.676385+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-18T22:39:31.619102+02:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2022-09-18T22:39:32.091877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-18T22:39:32.091903+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-18T22:39:32.091924+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-18T22:39:32.198565+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-18T22:39:33.590975+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-23T19:42:05.374176+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-23T19:42:06.279528+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-23T19:42:06.279555+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-23T19:42:06.279577+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-23T19:42:06.343034+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-23T19:42:07.442587+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-09-23T20:54:48.759705+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-09-23T20:54:49.647048+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-09-23T20:54:49.647076+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-23T20:54:49.647099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-09-23T20:54:49.685322+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-23T20:54:50.675924+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-04T02:15:21.723541+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-04T02:15:22.398085+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-04T02:15:22.398112+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-04T02:15:22.398134+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-04T02:15:22.443828+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-04T02:15:23.262856+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-10T14:44:08.402493+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2022-10-10T14:44:09.279474+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-10T14:44:09.279511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T14:44:09.279544+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T14:44:09.324767+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-10T14:44:10.122453+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-10T21:57:07.704510+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-10T21:57:08.402567+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-10T21:57:08.402591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T21:57:08.402609+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T21:57:08.424391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-10T21:57:09.263793+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-10T21:57:09.552761+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-10T21:57:09.579640+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-10T21:57:09.579662+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T21:57:09.579678+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-10T21:57:09.580484+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-10T21:57:09.604626+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-14T02:15:56.222484+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2022-10-14T02:15:56.738924+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T02:15:56.738952+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T02:15:56.738974+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T02:15:56.750385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T02:15:57.753340+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T03:09:32.184407+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2022-10-14T03:09:32.935832+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T03:09:32.935860+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T03:09:32.935883+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T03:09:32.949416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T03:09:34.468932+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T04:03:04.861629+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2022-10-14T04:03:05.466882+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T04:03:05.466916+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T04:03:05.466952+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T04:03:05.482900+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T04:03:06.742743+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T04:56:37.370364+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-10-14T04:56:37.681778+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T04:56:37.681802+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T04:56:37.681851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T04:56:37.686316+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T04:56:37.974085+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T05:50:11.673266+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-10-14T05:50:11.746281+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T05:50:11.746301+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T05:50:11.746318+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T05:50:11.750329+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T05:50:12.084722+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T07:37:20.473463+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-10-14T07:37:20.578272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T07:37:20.578289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T07:37:20.578305+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T07:37:20.583817+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T07:37:20.986542+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T08:30:54.500469+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2022-10-14T08:30:54.605241+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T08:30:54.605258+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T08:30:54.605273+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T08:30:54.608677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T08:30:54.870684+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T10:11:39.459267+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-10-14T10:11:39.553501+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T10:11:39.553536+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T10:11:39.553569+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T10:11:39.559305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T10:11:39.826189+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T11:16:55.792821+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2022-10-14T11:16:56.158677+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T11:16:56.158701+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T11:16:56.158722+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T11:16:56.164039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T11:16:56.426780+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T12:04:27.604308+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-14T12:04:28.046417+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T12:04:28.046451+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T12:04:28.046483+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T12:04:28.050098+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T12:04:28.713855+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-14T17:06:54.255384+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-14T17:06:54.833460+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T17:06:54.833497+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T17:06:54.833528+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T17:06:54.854204+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T17:06:55.513382+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-14T18:17:51.881965+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-14T18:17:52.608752+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T18:17:52.608781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T18:17:52.608802+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T18:17:52.651986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T18:17:53.416144+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-14T19:14:31.334983+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-10-14T19:14:31.658351+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T19:14:31.658372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T19:14:31.658390+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T19:14:31.661474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T19:14:31.987057+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-14T23:54:21.309246+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-10-14T23:54:22.218318+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-14T23:54:22.218345+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T23:54:22.218366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-14T23:54:22.261042+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-14T23:54:22.983961+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-15T20:32:11.263168+02:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2022-10-15T20:32:11.720708+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-15T20:32:11.720746+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-15T20:32:11.720779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-15T20:32:11.758707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-15T20:32:13.224554+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-10-16T03:59:17.342107+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2022-10-16T03:59:17.528998+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T03:59:17.529021+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T03:59:17.529039+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T03:59:17.537697+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T03:59:18.316025+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T06:46:56.557162+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2022-10-16T06:46:56.721517+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T06:46:56.721541+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T06:46:56.721560+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T06:46:56.728633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T06:46:57.565956+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T07:29:34.709369+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2022-10-16T07:29:34.802209+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T07:29:34.802226+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T07:29:34.802242+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T07:29:34.808017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T07:29:35.459391+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T08:42:16.369489+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2022-10-16T08:42:16.456371+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T08:42:16.456392+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T08:42:16.456410+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T08:42:16.465851+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T08:42:16.685520+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T10:18:45.812394+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-10-16T10:18:46.208659+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T10:18:46.208690+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T10:18:46.208719+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T10:18:46.215604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T10:18:46.481973+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T11:31:23.915343+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-10-16T11:31:24.033190+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T11:31:24.033209+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T11:31:24.033225+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T11:31:24.040490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T11:31:24.354263+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-16T12:03:32.557151+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-10-16T12:03:32.647126+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-16T12:03:32.647147+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T12:03:32.647166+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-16T12:03:32.653833+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-16T12:03:33.005926+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-10-26T08:47:38.391757+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-10-26T08:47:39.474568+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-10-26T08:47:39.474592+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-26T08:47:39.474609+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-10-26T08:47:39.502403+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26T08:47:40.436031+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-06T09:06:47.363332+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-06T09:06:48.316512+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-06T09:06:48.316549+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-06T09:06:48.316579+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-06T09:06:48.361757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-06T09:06:49.228777+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-06T09:06:49.498068+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-06T09:06:49.531916+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-06T09:06:49.531949+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-06T09:06:49.531977+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-06T09:06:49.533272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-06T09:06:49.564096+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-10T08:44:41.533540+01:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2022-11-10T08:44:41.964022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-10T08:44:41.964069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-10T08:44:41.964090+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-10T08:44:41.983169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-10T08:44:42.974262+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-11T14:42:46.881155+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-11-11T14:42:47.503064+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-11T14:42:47.503087+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-11T14:42:47.503106+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-11T14:42:47.560192+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-11T14:42:48.792683+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-12T08:08:41.210453+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-11-12T08:08:41.570961+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-12T08:08:41.570988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-12T08:08:41.571009+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-12T08:08:41.581433+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-12T08:08:42.183886+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-13T17:47:08.779405+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-11-13T17:47:09.728003+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-13T17:47:09.728027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-13T17:47:09.728044+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-13T17:47:09.783985+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-13T17:47:10.654432+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-14T00:30:05.082241+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2022-11-14T00:30:05.696515+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-14T00:30:05.696545+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-14T00:30:05.696566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-14T00:30:05.743598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-14T00:30:06.764296+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-15T08:59:29.625267+01:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2022-11-15T08:59:30.066973+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-15T08:59:30.067001+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-15T08:59:30.067022+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-15T08:59:30.111405+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-15T08:59:31.285529+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-16T00:36:46.541595+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-11-16T00:36:47.309775+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-16T00:36:47.309803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-16T00:36:47.309825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-16T00:36:47.343344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-16T00:36:48.079851+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-16T15:58:33.191148+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2022-11-16T15:58:33.816966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-16T15:58:33.816991+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-16T15:58:33.817010+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-16T15:58:33.879846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-16T15:58:35.189409+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-18T03:09:53.256326+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-11-18T03:09:54.127496+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-18T03:09:54.127521+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T03:09:54.127539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T03:09:54.177256+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-18T03:09:55.191982+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-18T07:55:26.243617+01:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2022-11-18T07:55:26.666731+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-18T07:55:26.666758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T07:55:26.666778+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T07:55:26.681454+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-18T07:55:27.843583+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-18T18:03:27.957755+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2022-11-18T18:03:28.217027+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-18T18:03:28.217047+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T18:03:28.217062+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-18T18:03:28.219900+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-18T18:03:28.899998+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-20T03:07:06.099033+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2022-11-20T03:07:07.052263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-20T03:07:07.052297+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-20T03:07:07.052333+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-20T03:07:07.079396+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-20T03:07:07.923579+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-23T03:32:11.013241+01:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2022-11-23T03:32:11.369851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-23T03:32:11.369876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-23T03:32:11.369896+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-23T03:32:11.406826+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-23T03:32:12.827783+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-24T22:13:35.585615+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2022-11-24T22:13:36.171242+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-24T22:13:36.171270+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-24T22:13:36.171292+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-24T22:13:36.220793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-24T22:13:37.038107+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-25T00:37:52.741554+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2022-11-25T00:37:53.244931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-25T00:37:53.244966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T00:37:53.244997+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T00:37:53.292508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-25T00:37:54.360235+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-25T01:20:00.408390+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2022-11-25T01:20:00.718608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-25T01:20:00.718634+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T01:20:00.718653+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T01:20:00.729985+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-25T01:20:01.351512+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-25T09:33:23.831366+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"http://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2022-11-25T09:33:24.222288+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-25T09:33:24.222313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T09:33:24.222334+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T09:33:24.262846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-25T09:33:25.548443+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-25T23:11:45.940963+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-11-25T23:11:46.412424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-25T23:11:46.412450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T23:11:46.412470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-25T23:11:46.427780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-25T23:11:46.958885+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-26T01:41:11.258722+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2022-11-26T01:41:11.507832+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-26T01:41:11.507857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-26T01:41:11.507877+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-26T01:41:11.533780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-26T01:41:12.153172+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T06:57:05.491990+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2022-11-27T06:57:05.928869+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T06:57:05.928898+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T06:57:05.928919+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T06:57:05.945613+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T06:57:06.805586+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T07:22:53.002328+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-11-27T07:22:53.562221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T07:22:53.562246+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T07:22:53.562267+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T07:22:53.594119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T07:22:54.433612+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T11:40:06.936525+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2022-11-27T11:40:07.059374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T11:40:07.059397+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T11:40:07.059416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T11:40:07.067118+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T11:40:07.561514+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T12:05:00.475135+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2022-11-27T12:05:00.585454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T12:05:00.585479+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T12:05:00.585496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T12:05:00.592780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T12:05:00.882344+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T17:23:53.606136+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2022-11-27T17:23:54.199583+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T17:23:54.199607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T17:23:54.199624+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T17:23:54.223143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T17:23:54.803371+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T17:29:51.438051+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2022-11-27T17:29:51.642621+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T17:29:51.642649+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T17:29:51.642671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T17:29:51.647267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T17:29:51.878540+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T19:55:05.202725+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-27T19:55:05.571379+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T19:55:05.571403+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T19:55:05.571420+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T19:55:05.591668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T19:55:06.114459+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-27T21:14:07.507905+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-11-27T21:14:07.630960+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T21:14:07.630989+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T21:14:07.631010+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T21:14:07.637263+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T21:14:08.230042+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-27T23:00:33.967782+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-11-27T23:00:34.355189+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-27T23:00:34.355213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T23:00:34.355234+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-27T23:00:34.362421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-27T23:00:34.693161+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-28T06:18:15.567938+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2022-11-28T06:18:16.333483+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T06:18:16.333511+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T06:18:16.333531+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T06:18:16.341213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T06:18:16.863642+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-28T07:12:46.636487+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2022-11-28T07:12:47.229943+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T07:12:47.229967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T07:12:47.229985+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T07:12:47.252397+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T07:12:47.832935+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-28T09:17:17.514754+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2022-11-28T09:17:17.618369+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T09:17:17.618393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T09:17:17.618413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T09:17:17.625158+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T09:17:18.097167+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-28T17:58:54.650633+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2022-11-28T17:58:55.315706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T17:58:55.315743+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T17:58:55.315777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T17:58:55.323508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T17:58:55.903164+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-28T21:53:09.623597+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-28T21:53:09.949186+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T21:53:09.949219+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T21:53:09.949246+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T21:53:09.953108+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T21:53:10.397834+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-28T21:53:10.618395+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-28T21:53:10.645702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-28T21:53:10.645720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T21:53:10.645735+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-28T21:53:10.646543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-28T21:53:10.672201+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-29T10:20:02.775913+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-11-29T10:20:02.969910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T10:20:02.969934+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T10:20:02.969953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T10:20:02.984975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T10:20:03.344852+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-29T12:08:23.159761+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2022-11-29T12:08:23.299608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T12:08:23.299629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T12:08:23.299645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T12:08:23.306116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T12:08:23.815944+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-29T12:48:15.363704+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-29T12:48:15.647820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T12:48:15.647848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T12:48:15.647869+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T12:48:15.651427+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T12:48:16.101815+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-11-29T13:28:29.810505+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2022-11-29T13:28:30.063495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T13:28:30.063531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T13:28:30.063563+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T13:28:30.095474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T13:28:30.563160+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-29T15:15:44.151195+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2022-11-29T15:15:44.285246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T15:15:44.285272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T15:15:44.285292+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T15:15:44.295948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T15:15:44.849157+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-29T21:42:50.940464+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-11-29T21:42:51.052066+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T21:42:51.052086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T21:42:51.052103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T21:42:51.054790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T21:42:51.347296+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-29T23:27:50.993730+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2022-11-29T23:27:51.357839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-29T23:27:51.357858+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T23:27:51.357877+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-29T23:27:51.360362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-29T23:27:51.599669+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-30T11:04:09.055875+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2022-11-30T11:04:09.750006+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-30T11:04:09.750032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T11:04:09.750052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T11:04:09.760234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-30T11:04:10.353032+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-30T11:41:38.884211+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2022-11-30T11:41:39.028789+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-30T11:41:39.028815+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T11:41:39.028834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T11:41:39.031950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-30T11:41:39.280885+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-11-30T20:30:08.585136+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-11-30T20:30:09.230631+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-11-30T20:30:09.230653+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T20:30:09.230674+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-11-30T20:30:09.250859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-30T20:30:09.902158+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-01T11:12:00.709304+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-12-01T11:12:01.037138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-01T11:12:01.037176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T11:12:01.037209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T11:12:01.055688+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-01T11:12:01.919966+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-01T17:33:14.341382+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-01T17:33:14.772808+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-01T17:33:14.772833+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T17:33:14.772850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T17:33:14.806803+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-01T17:33:15.593071+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-01T20:32:15.936548+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-12-01T20:32:16.949890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-01T20:32:16.949920+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T20:32:16.949943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-01T20:32:17.000129+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-01T20:32:17.967233+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-02T01:29:30.743095+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-02T01:29:31.177619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-02T01:29:31.177645+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-02T01:29:31.177666+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-02T01:29:31.200307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-02T01:29:31.994749+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-02T02:07:03.475181+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-12-02T02:07:03.848535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-02T02:07:03.848559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-02T02:07:03.848577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-02T02:07:03.892269+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-02T02:07:04.852961+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-04T22:46:38.947870+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-12-04T22:46:39.559254+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-04T22:46:39.559277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-04T22:46:39.559298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-04T22:46:39.619786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-04T22:46:40.838468+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-05T10:26:55.630286+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-12-05T10:26:56.040341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-05T10:26:56.040368+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T10:26:56.040389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T10:26:56.146451+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-05T10:26:56.973030+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-05T11:13:48.246489+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-05T11:13:48.806368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-05T11:13:48.806404+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T11:13:48.806436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T11:13:48.846592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-05T11:13:49.557479+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-05T12:22:18.151966+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-12-05T12:22:18.958819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-05T12:22:18.958847+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T12:22:18.958867+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T12:22:18.993109+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-05T12:22:19.762737+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-05T12:25:59.898093+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-12-05T12:25:59.964707+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-05T12:25:59.964730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T12:25:59.964747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-05T12:25:59.966733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-05T12:26:00.059629+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-08T01:46:42.445770+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-12-08T01:46:42.964804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-08T01:46:42.964831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T01:46:42.964852+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T01:46:42.992192+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-08T01:46:43.922825+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-08T08:32:47.652403+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-12-08T08:32:48.104774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-08T08:32:48.104804+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T08:32:48.104826+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T08:32:48.138054+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-08T08:32:49.240409+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-08T09:17:46.425518+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-08T09:17:46.565197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-08T09:17:46.565220+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T09:17:46.565237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-08T09:17:46.568282+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-08T09:17:46.868858+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-10T09:19:03.938071+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2022-12-10T09:19:04.373197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-10T09:19:04.373221+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T09:19:04.373239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T09:19:04.416345+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-10T09:19:05.463036+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-10T20:05:18.764566+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"http://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2022-12-10T20:05:19.309319+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-10T20:05:19.309343+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T20:05:19.309363+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T20:05:19.427233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-10T20:05:20.838657+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-10T21:22:04.685246+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-10T21:22:04.813728+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-10T21:22:04.813746+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T21:22:04.813764+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-10T21:22:04.816509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-10T21:22:05.012035+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-11T19:50:15.749407+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-12-11T19:50:16.366399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-11T19:50:16.366422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-11T19:50:16.366443+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-11T19:50:16.415693+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-11T19:50:17.238840+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-16T08:35:34.136792+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2022-12-16T08:35:34.681347+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-16T08:35:34.681372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-16T08:35:34.681394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-16T08:35:34.701128+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-16T08:35:35.456535+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-23T11:21:11.960055+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2022-12-23T11:21:12.453864+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-23T11:21:12.453890+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-23T11:21:12.453911+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-23T11:21:12.467311+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-23T11:21:13.078795+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-24T03:32:19.478924+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2022-12-24T03:32:19.965720+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-24T03:32:19.965761+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-24T03:32:19.965798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-24T03:32:19.984421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-24T03:32:20.976948+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-26T16:36:19.951642+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-12-26T16:36:20.806524+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-26T16:36:20.806551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-26T16:36:20.806575+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-26T16:36:20.847738+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-26T16:36:21.666319+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2022-12-27T17:44:53.867113+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2022-12-27T17:44:54.581737+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-27T17:44:54.581777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-27T17:44:54.581810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-27T17:44:54.625391+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-27T17:44:55.607731+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2022-12-29T19:00:05.347157+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2022-12-29T19:00:06.174511+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2022-12-29T19:00:06.174540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-29T19:00:06.174562+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2022-12-29T19:00:06.216150+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-29T19:00:07.004534+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-03T08:01:31.246921+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2023-01-03T08:01:31.852831+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-03T08:01:31.852868+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-03T08:01:31.852897+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-03T08:01:31.888724+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-03T08:01:32.681386+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-01-04T15:50:58.247700+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2023-01-04T15:50:59.177795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-04T15:50:59.177831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-04T15:50:59.177867+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-04T15:50:59.213995+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-04T15:51:00.130540+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-01-11T20:44:53.032762+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-01-11T20:44:54.023351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-11T20:44:54.023379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-11T20:44:54.023402+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-11T20:44:54.078300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-11T20:44:55.025540+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-12T18:50:36.586114+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2023-01-12T18:50:37.071772+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-12T18:50:37.071813+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-12T18:50:37.071848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-12T18:50:37.104026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-12T18:50:37.795365+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-01-12T19:06:19.330587+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2023-01-12T19:06:19.500845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-12T19:06:19.500882+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-12T19:06:19.500914+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-12T19:06:19.504859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-12T19:06:19.812067+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-01-14T09:41:53.214188+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-01-14T09:41:53.274422+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-14T09:41:53.274455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-14T09:41:53.274479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-14T09:41:53.276491+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-14T09:41:54.009096+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-14T09:45:24.796243+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-01-14T09:45:24.854594+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-14T09:45:24.854620+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-14T09:45:24.854639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-14T09:45:24.856569+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-14T09:45:24.941968+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-20T01:24:05.123214+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2023-01-20T01:24:06.115097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-20T01:24:06.115122+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-20T01:24:06.115141+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-20T01:24:06.163269+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-20T01:24:06.934974+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-01-23T05:59:24.879710+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2023-01-23T05:59:25.397948+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-23T05:59:25.397978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-23T05:59:25.398002+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-23T05:59:25.411039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-23T05:59:26.601160+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-30T09:39:56.965761+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2023-01-30T09:39:57.426959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-30T09:39:57.426983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T09:39:57.427001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T09:39:57.492502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-30T09:39:58.876054+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-30T13:25:04.858931+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-01-30T13:25:05.569416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-30T13:25:05.569440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T13:25:05.569458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T13:25:05.612895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-30T13:25:06.300786+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-01-30T13:25:06.554291+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-01-30T13:25:06.581620+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-01-30T13:25:06.581642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T13:25:06.581659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-01-30T13:25:06.582425+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-30T13:25:06.605645+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-02-07T02:17:13.087661+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-02-07T02:17:14.047632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-02-07T02:17:14.047658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-07T02:17:14.047677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-07T02:17:14.115143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-07T02:17:14.964107+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-02-07T05:34:07.361718+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2023-02-07T05:34:07.770366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-02-07T05:34:07.770395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-07T05:34:07.770417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-07T05:34:07.825916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-07T05:34:09.560082+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-02-21T13:43:04.916807+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"http://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2023-02-21T13:43:05.244880+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-02-21T13:43:05.244905+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-21T13:43:05.244924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-21T13:43:05.261113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-21T13:43:06.386734+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-02-23T12:55:49.205313+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-02-23T12:55:50.313556+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-02-23T12:55:50.313585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-23T12:55:50.313608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-02-23T12:55:50.345073+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-23T12:55:51.270837+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-03T06:57:21.797323+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-03T06:57:22.500493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-03T06:57:22.500530+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-03T06:57:22.500561+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-03T06:57:22.535328+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-03T06:57:23.239562+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-06T22:45:26.113055+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-06T22:45:26.887630+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-06T22:45:26.887653+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-06T22:45:26.887671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-06T22:45:26.930094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-06T22:45:27.567963+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-07T08:50:48.809371+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2023-03-07T08:50:48.894913+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-07T08:50:48.894938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T08:50:48.894954+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T08:50:48.899649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-07T08:50:49.618548+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-07T09:25:42.444624+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-03-07T09:25:42.498523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-07T09:25:42.498548+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T09:25:42.498565+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T09:25:42.501252+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-07T09:25:42.749681+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-07T18:37:38.610441+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2023-03-07T18:37:39.335969+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-07T18:37:39.335993+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T18:37:39.336009+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T18:37:39.338822+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-07T18:37:40.244480+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-07T21:54:29.703879+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2023-03-07T21:54:30.039152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-07T21:54:30.039175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T21:54:30.039194+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T21:54:30.043768+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-07T21:54:30.482616+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-07T23:21:55.543166+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2023-03-07T23:21:56.333840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-07T23:21:56.333874+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T23:21:56.333904+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-07T23:21:56.339682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-07T23:21:57.331849+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-08T21:18:16.636026+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2023-03-08T21:18:17.263214+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-08T21:18:17.263236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-08T21:18:17.263253+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-08T21:18:17.318741+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-08T21:18:18.474199+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-09T09:44:53.114453+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2023-03-09T09:44:53.701701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-09T09:44:53.701727+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T09:44:53.701749+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T09:44:53.761146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-09T09:44:54.845105+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-09T10:03:06.991994+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-03-09T10:03:07.094908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-09T10:03:07.094932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T10:03:07.094952+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T10:03:07.097557+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-09T10:03:07.415003+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-09T19:12:10.277628+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2023-03-09T19:12:11.133923+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-09T19:12:11.133962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T19:12:11.133996+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-09T19:12:11.140901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-09T19:12:11.531936+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-10T00:44:23.011521+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2023-03-10T00:44:23.412963+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-10T00:44:23.412985+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-10T00:44:23.413004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-10T00:44:23.417759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-10T00:44:23.836239+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-10T00:55:25.168534+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2023-03-10T00:55:25.452891+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-10T00:55:25.452915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-10T00:55:25.452932+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-10T00:55:25.456147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-10T00:55:25.841706+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-11T13:04:12.986852+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-03-11T13:04:13.637799+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-11T13:04:13.637827+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-11T13:04:13.637850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-11T13:04:13.686877+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-11T13:04:14.716348+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-12T00:51:20.729350+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2023-03-12T00:51:21.932078+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-12T00:51:21.932106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T00:51:21.932130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T00:51:21.981734+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-12T00:51:22.794551+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-12T15:15:11.921118+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2023-03-12T15:15:12.833799+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-12T15:15:12.833829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T15:15:12.833852+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T15:15:12.873046+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-12T15:15:13.667377+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-12T16:24:25.392862+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2023-03-12T16:24:25.513788+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-12T16:24:25.513824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T16:24:25.513856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-12T16:24:25.516789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-12T16:24:25.732189+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-13T15:50:19.658083+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-03-13T15:50:20.165583+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-13T15:50:20.165611+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-13T15:50:20.165632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-13T15:50:20.183142+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-13T15:50:21.268026+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-14T11:49:09.680309+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2023-03-14T11:49:10.083914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-14T11:49:10.083943+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-14T11:49:10.083966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-14T11:49:10.111816+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-14T11:49:10.851460+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-16T13:31:52.734939+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2023-03-16T13:31:53.143731+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-16T13:31:53.143758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-16T13:31:53.143779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-16T13:31:53.156910+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-16T13:31:53.889446+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-27T00:47:14.244866+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-03-27T00:47:14.799840+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-27T00:47:14.799876+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-27T00:47:14.799905+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-27T00:47:14.841081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-27T00:47:15.943783+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-28T02:42:01.355907+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2023-03-28T02:42:01.869182+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-28T02:42:01.869207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-28T02:42:01.869227+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-28T02:42:01.911814+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-28T02:42:02.890200+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-03-31T08:16:00.051797+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:16:00.924165+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:16:00.924206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:16:00.924240+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:16:00.977678+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:16:01.959912+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:16:34.121493+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:16:34.334115+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:16:34.334141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:16:34.334167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:16:34.350315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:16:34.680271+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:17:06.234438+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:17:06.289114+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:17:06.289142+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:17:06.289164+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:17:06.290499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:17:06.350110+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:17:31.867328+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:17:31.894963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:17:31.894986+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:17:31.895003+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:17:31.896684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:17:31.922202+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:18:04.344176+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:18:04.405660+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:18:04.405681+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:18:04.405698+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:18:04.406721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:18:04.469731+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:18:30.755481+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:18:30.808089+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:18:30.808111+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:18:30.808137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:18:30.809878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:18:30.867296+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:21:47.435778+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:21:47.536150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:21:47.536187+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:21:47.536220+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:21:47.537729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:21:47.604850+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:22:13.265880+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:22:13.352330+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:22:13.352354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:13.352373+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:13.355055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:22:13.423409+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:22:37.602308+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:22:37.629761+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:22:37.629783+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:37.629800+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:37.630567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:22:37.655394+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:22:57.291220+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:22:57.347619+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:22:57.347643+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:57.347663+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:22:57.348895+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:22:57.407596+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:23:47.479376+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:23:47.583374+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:23:47.583410+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:23:47.583442+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:23:47.586391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:23:47.661146+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:24:15.037721+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:24:15.070310+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:24:15.070341+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:24:15.070369+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:24:15.071492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:24:15.104453+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:39:13.389343+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:39:13.484368+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:39:13.484389+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:39:13.484406+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:39:13.487490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:39:13.565007+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-03-31T08:39:40.683373+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-03-31T08:39:40.773672+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-03-31T08:39:40.773694+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:39:40.773710+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-03-31T08:39:40.776746+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-31T08:39:40.844992+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-05T22:32:19.647446+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-05T22:32:20.219096+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-05T22:32:20.219121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-05T22:32:20.219139+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-05T22:32:20.245197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-05T22:32:20.950656+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-07T17:43:29.891544+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-07T17:43:30.803480+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-07T17:43:30.803506+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-07T17:43:30.803526+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-07T17:43:30.840524+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-07T17:43:31.748666+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-13T08:49:57.113049+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-13T08:49:57.783630+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-13T08:49:57.783656+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-13T08:49:57.783677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-13T08:49:57.818210+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-13T08:49:58.524994+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-13T10:56:06.960084+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-13T10:56:07.313894+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-13T10:56:07.313918+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-13T10:56:07.313937+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-13T10:56:07.333446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-13T10:56:07.839290+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-16T16:04:17.118452+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-16T16:04:17.666970+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-16T16:04:17.666999+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-16T16:04:17.667026+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-16T16:04:17.721005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-16T16:04:18.762549+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-04-19T00:16:46.960933+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-19T00:16:47.767700+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-19T00:16:47.767726+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T00:16:47.767747+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T00:16:47.809472+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19T00:16:48.502856+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-19T11:46:33.034476+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-19T11:46:33.600553+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-19T11:46:33.600596+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T11:46:33.600632+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T11:46:33.657907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19T11:46:34.928693+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-04-19T16:46:26.741764+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-19T16:46:27.191925+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-19T16:46:27.191949+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T16:46:27.191966+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-19T16:46:27.204538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19T16:46:27.794862+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-20T03:31:18.696500+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-20T03:31:19.211720+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-20T03:31:19.211756+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-20T03:31:19.211788+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-20T03:31:19.249529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-20T03:31:20.434099+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-04-20T21:14:27.991130+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-20T21:14:28.518903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-20T21:14:28.518928+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-20T21:14:28.518947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-20T21:14:28.552636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-20T21:14:29.511333+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-04-21T06:23:28.614063+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-21T06:23:29.743010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-21T06:23:29.743040+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-21T06:23:29.743063+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-21T06:23:29.799291+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-21T06:23:30.770838+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-21T06:25:07.992177+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-04-21T06:25:08.056088+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-21T06:25:08.056115+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-21T06:25:08.056136+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-21T06:25:08.064960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-21T06:25:08.138234+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-04-22T03:44:51.590552+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-22T03:44:52.086878+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-22T03:44:52.086908+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-22T03:44:52.086930+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-22T03:44:52.117880+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-22T03:44:53.014673+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-04-26T08:37:12.369117+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-04-26T08:37:12.964205+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-04-26T08:37:12.964233+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-26T08:37:12.964254+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-04-26T08:37:13.011698+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-26T08:37:13.908724+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-05-05T13:57:22.762367+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-05T13:57:23.515108+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-05T13:57:23.515143+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T13:57:23.515175+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T13:57:23.541762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-05T13:57:24.441424+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-05T13:57:24.750504+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-05T13:57:24.792978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-05T13:57:24.793012+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T13:57:24.793043+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T13:57:24.794288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-05T13:57:24.834108+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-05T16:27:51.640002+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-05T16:27:51.705573+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-05T16:27:51.705596+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T16:27:51.705613+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T16:27:51.707462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-05T16:27:51.838661+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-05T16:45:03.356010+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-05T16:45:03.423610+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-05T16:45:03.423637+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T16:45:03.423657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-05T16:45:03.426062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-05T16:45:03.493872+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-21T03:16:36.815952+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-21T03:16:38.814091+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-21T03:16:38.814131+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-21T03:16:38.814156+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-21T03:16:38.839730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-21T03:16:40.894135+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-23T23:54:15.156947+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-23T23:54:16.104095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-23T23:54:16.104118+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:16.104135+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:16.110367+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-23T23:54:16.911449+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-23T23:54:24.549141+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-23T23:54:24.574985+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-23T23:54:24.575009+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:24.575025+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:24.575753+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-23T23:54:24.603568+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-23T23:54:32.389289+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-23T23:54:32.426440+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-23T23:54:32.426473+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:32.426498+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:32.427500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-23T23:54:32.458596+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-23T23:54:44.151156+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-23T23:54:44.458726+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-23T23:54:44.458749+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:44.458764+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-23T23:54:44.460461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-23T23:54:44.939903+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-24T00:15:14.001924+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-24T00:15:14.234409+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-24T00:15:14.234445+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-24T00:15:14.234474+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-24T00:15:14.239493+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-24T00:15:14.358659+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-05-24T00:15:21.950425+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-05-24T00:15:21.975999+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-05-24T00:15:21.976019+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-24T00:15:21.976034+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-05-24T00:15:21.976748+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-24T00:15:21.999650+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-03T19:45:42.101226+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-03T19:45:43.174513+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-03T19:45:43.174543+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-03T19:45:43.174566+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-03T19:45:43.203221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-03T19:45:44.126465+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-04T20:14:24.003074+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2023-06-04T20:14:24.519444+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-04T20:14:24.519479+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-04T20:14:24.519511+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-04T20:14:24.583159+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-04T20:14:25.893144+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-05T04:02:50.917243+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2023-06-05T04:02:51.532823+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-05T04:02:51.532859+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T04:02:51.532895+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T04:02:51.561024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-05T04:02:52.681121+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-05T06:06:59.883199+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2023-06-05T06:07:00.421728+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-05T06:07:00.421752+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T06:07:00.421771+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T06:07:00.446560+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-05T06:07:01.481811+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-05T17:51:19.731556+02:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2023-06-05T17:51:20.163100+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-05T17:51:20.163146+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T17:51:20.163170+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-05T17:51:20.213882+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-05T17:51:21.649339+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-07T00:33:43.667906+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2023-06-07T00:33:44.083933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-07T00:33:44.083954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-07T00:33:44.083970+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-07T00:33:44.101093+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-07T00:33:44.961148+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-11T21:54:01.110551+02:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2023-06-11T21:54:01.398491+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-11T21:54:01.398520+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-11T21:54:01.398542+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-11T21:54:01.426390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-11T21:54:02.345418+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-11T21:54:02.627407+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2023-06-11T21:54:02.638900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-11T21:54:02.638923+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-11T21:54:02.638941+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-11T21:54:02.639792+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-11T21:54:02.913427+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-13T23:38:30.870219+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-13T23:38:31.585727+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-13T23:38:31.585750+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-13T23:38:31.585769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-13T23:38:31.621839+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-13T23:38:32.238156+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-15T06:26:14.744885+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-15T06:26:15.526701+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-15T06:26:15.526741+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-15T06:26:15.526773+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-15T06:26:15.572058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-15T06:26:16.431800+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-15T07:26:01.565494+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2023-06-15T07:26:01.955799+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-15T07:26:01.955823+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-15T07:26:01.955844+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-15T07:26:01.966001+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-15T07:26:02.885877+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-19T13:37:52.175008+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-19T13:37:52.851044+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-19T13:37:52.851083+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T13:37:52.851117+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T13:37:52.860982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-19T13:37:53.524686+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-19T16:46:40.110234+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-19T16:46:40.824953+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-19T16:46:40.824976+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T16:46:40.824995+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T16:46:40.833485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-19T16:46:41.495434+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-19T16:46:44.136284+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-19T16:46:44.143634+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-19T16:46:44.143655+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T16:46:44.143671+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-19T16:46:44.144001+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-19T16:46:44.155329+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-30T10:18:47.669367+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2023-06-30T10:18:48.648233+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-30T10:18:48.648259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T10:18:48.648279+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T10:18:48.661318+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-30T10:18:49.510234+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-06-30T11:47:07.584550+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-30T11:47:08.311818+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-30T11:47:08.311857+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T11:47:08.311890+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T11:47:08.342536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-30T11:47:08.862174+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-06-30T17:51:32.331398+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-06-30T17:51:33.105525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-06-30T17:51:33.105556+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T17:51:33.105579+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-06-30T17:51:33.158452+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-30T17:51:33.870126+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-05T10:39:26.027200+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2023-07-05T10:39:26.784409+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-05T10:39:26.784439+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-05T10:39:26.784461+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-05T10:39:26.802183+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-05T10:39:27.353382+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-07-09T15:02:51.177260+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-09T15:02:52.000446+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-09T15:02:52.000470+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T15:02:52.000488+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T15:02:52.045007+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-09T15:02:52.728145+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-09T21:46:15.298783+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-09T21:46:15.327946+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-09T21:46:15.327968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:15.327984+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:15.328770+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-09T21:46:15.959379+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-09T21:46:26.558677+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-09T21:46:26.586013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-09T21:46:26.586036+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:26.586052+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:26.586832+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-09T21:46:26.610723+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-09T21:46:31.642695+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-09T21:46:31.678756+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-09T21:46:31.678789+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:31.678818+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:31.679947+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-09T21:46:31.712734+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-09T21:46:35.698103+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-09T21:46:35.726718+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-09T21:46:35.726755+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:35.726787+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-09T21:46:35.727893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-09T21:46:35.758547+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-11T07:32:45.592363+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-11T07:32:45.650207+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-11T07:32:45.650230+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-11T07:32:45.650249+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-11T07:32:45.652133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-11T07:32:46.265731+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-07-11T17:18:18.222553+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2023-07-11T17:18:18.330088+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-11T17:18:18.330114+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-11T17:18:18.330136+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-11T17:18:18.332927+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-11T17:18:19.019971+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-07-16T12:53:21.084027+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-07-16T12:53:21.794299+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-07-16T12:53:21.794329+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-16T12:53:21.794352+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-07-16T12:53:21.841401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-16T12:53:22.741519+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-06T17:29:40.813502+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-06T17:29:41.618829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-06T17:29:41.618857+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-06T17:29:41.618878+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-06T17:29:41.666959+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-06T17:29:42.454584+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-12T22:23:47.457625+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-12T22:23:48.286312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-12T22:23:48.286353+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-12T22:23:48.286390+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-12T22:23:48.321028+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-12T22:23:49.170483+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-15T22:58:52.523260+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-15T22:58:53.081059+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-15T22:58:53.081088+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-15T22:58:53.081109+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-15T22:58:53.092587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-15T22:58:53.791822+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-19T00:46:15.408886+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-19T00:46:16.314190+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-19T00:46:16.314213+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T00:46:16.314232+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T00:46:16.344353+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-19T00:46:17.370907+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-19T22:58:05.428696+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-19T22:58:06.331707+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-19T22:58:06.331735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T22:58:06.331756+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T22:58:06.401047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-19T22:58:07.314018+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-08-19T22:58:09.237037+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-08-19T22:58:09.272249+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-08-19T22:58:09.272273+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T22:58:09.272291+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-08-19T22:58:09.273126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-19T22:58:09.299515+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-09-15T12:39:05.898604+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-09-15T12:39:06.333827+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-09-15T12:39:06.333851+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-15T12:39:06.333869+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-15T12:39:06.349058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-15T12:39:06.810951+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-09-15T19:14:49.985650+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-09-15T19:14:50.582622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-09-15T19:14:50.582647+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-15T19:14:50.582665+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-15T19:14:50.590497+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-15T19:14:51.242685+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-09-23T06:11:51.034817+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-09-23T06:11:51.821622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-09-23T06:11:51.821661+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-23T06:11:51.821697+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-09-23T06:11:51.854532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-23T06:11:52.380915+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-27T21:55:19.395672+02:00] request.INFO: Matched route "api_talks_patch_item". {"route":"api_talks_patch_item","route_parameters":{"_route":"api_talks_patch_item","_controller":"api_platform.action.patch_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"patch","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/talks/1","method":"PATCH"} [] [2023-10-27T21:55:19.430480+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-27T21:55:19.430502+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-27T21:55:19.430519+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-27T21:55:19.433456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-27T21:55:20.793943+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-27T21:55:37.180804+02:00] request.INFO: Matched route "api_talks_patch_item". {"route":"api_talks_patch_item","route_parameters":{"_route":"api_talks_patch_item","_controller":"api_platform.action.patch_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"patch","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin","method":"PATCH"} [] [2023-10-27T21:55:37.220903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-27T21:55:37.220936+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-27T21:55:37.220962+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-27T21:55:37.224091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-27T21:55:37.353781+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T05:10:44.741704+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T05:10:45.609953+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T05:10:45.609984+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T05:10:45.610010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T05:10:45.700212+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T05:10:46.519768+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T05:34:53.477856+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T05:34:53.591684+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T05:34:53.591708+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T05:34:53.591728+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T05:34:53.594182+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T05:34:53.794156+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T17:21:48.385872+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T17:21:49.447334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T17:21:49.447363+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:21:49.447386+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:21:49.574252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T17:21:50.791959+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T17:22:10.747491+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T17:22:10.858501+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T17:22:10.858526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:22:10.858546+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:22:10.861800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T17:22:11.100038+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T17:51:35.067260+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T17:51:35.183730+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T17:51:35.183766+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:51:35.183794+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:51:35.186985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T17:51:35.261962+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-10-28T17:52:00.054190+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-10-28T17:52:00.531438+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-10-28T17:52:00.531464+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:52:00.531484+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-10-28T17:52:00.560953+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-28T17:52:00.709346+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-06T01:42:26.060946+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-11-06T01:42:26.135580+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2023-11-06T01:42:25.988022+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2023-11-06T01:42:26.335760+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2023-11-06T01:42:26.106384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.030711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:25.946118+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2023-11-06T01:42:26.541545+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2023-11-06T01:42:25.982771+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2023-11-06T01:42:26.350749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.030744+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.553181+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.005238+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.030775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.350783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.005261+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.350811+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.031884+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.005277+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.351977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.006023+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.325353+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.413284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-06T01:42:26.878140+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.878116+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.878140+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.413307+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.413325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.414343+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.878119+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.106415+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.106444+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.107547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.878227+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.325383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.553204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.553222+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.554192+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.877739+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-06T01:42:26.325401+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-06T01:42:26.326318+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-06T01:42:26.878227+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-14T08:31:57.694381+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-14T08:31:58.306509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-14T08:31:58.306549+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-14T08:31:58.306602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-14T08:31:58.313262+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-14T08:31:59.078763+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-14T08:31:59.309038+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-14T08:31:59.335972+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-14T08:31:59.335995+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-14T08:31:59.336012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-14T08:31:59.336758+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-14T08:31:59.360402+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-18T01:21:11.485599+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-18T01:21:12.040400+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-18T01:21:12.040423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-18T01:21:12.040440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-18T01:21:12.060483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-18T01:21:12.649978+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-19T00:04:35.420989+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-19T00:04:36.384283+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-19T00:04:36.384313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-19T00:04:36.384335+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-19T00:04:36.430252+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-19T00:04:37.206119+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-20T06:54:15.626830+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-20T06:54:16.332749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-20T06:54:16.332781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-20T06:54:16.332810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-20T06:54:16.350866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-20T06:54:17.063611+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-20T19:16:31.411481+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-20T19:16:32.284261+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-20T19:16:32.284287+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-20T19:16:32.284309+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-20T19:16:32.336002+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-20T19:16:33.215371+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-21T09:45:58.665771+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-21T09:45:59.285255+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-21T09:45:59.285281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-21T09:45:59.285302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-21T09:45:59.315040+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-21T09:45:59.927923+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-23T11:43:05.921039+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-23T11:43:06.500952+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-23T11:43:06.500992+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-23T11:43:06.501029+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-23T11:43:06.510699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-23T11:43:07.281130+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-24T16:35:11.087058+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-24T16:35:12.030847+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-24T16:35:12.030870+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-24T16:35:12.030888+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-24T16:35:12.075681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-24T16:35:13.060236+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-25T22:39:31.072839+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-25T22:39:31.839722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-25T22:39:31.839753+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-25T22:39:31.839775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-25T22:39:31.874380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-25T22:39:32.689263+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-27T04:56:51.206857+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-27T04:56:52.251628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-27T04:56:52.251652+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-27T04:56:52.251671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-27T04:56:52.301375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-27T04:56:53.299393+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-27T22:12:04.624966+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2023-11-27T22:12:04.667543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-27T22:12:04.667571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-27T22:12:04.667593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-27T22:12:04.670659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-27T22:12:05.203313+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-11-28T09:05:03.523105+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-28T09:05:04.278357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-28T09:05:04.278385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-28T09:05:04.278406+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-28T09:05:04.283096+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-28T09:05:05.288838+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-11-29T03:50:41.742958+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-11-29T03:50:42.451478+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-11-29T03:50:42.451508+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-29T03:50:42.451536+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-11-29T03:50:42.490981+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-29T03:50:43.873909+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-03T12:26:28.126792+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-03T12:26:28.943558+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-03T12:26:28.943593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-03T12:26:28.943623+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-03T12:26:28.989527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-03T12:26:29.844694+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-04T22:46:20.036057+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-04T22:46:20.600199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-04T22:46:20.600240+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-04T22:46:20.600275+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-04T22:46:20.652389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-04T22:46:21.385999+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-05T18:33:39.563748+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-05T18:33:40.390566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-05T18:33:40.390589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-05T18:33:40.390608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-05T18:33:40.432950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-05T18:33:41.270072+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-10T17:53:08.113874+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-10T17:53:08.183934+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-10T17:53:08.183957+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-10T17:53:08.183974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-10T17:53:08.185966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-10T17:53:08.911611+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-15T09:38:01.683984+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-15T09:38:02.678165+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-15T09:38:02.678193+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-15T09:38:02.678215+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-15T09:38:02.740524+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T09:38:03.560657+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-17T11:15:31.246198+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-17T11:15:32.171507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-17T11:15:32.171536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-17T11:15:32.171558+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-17T11:15:32.206840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-17T11:15:33.051970+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-18T05:38:36.166435+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-18T05:38:36.997395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-18T05:38:36.997435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-18T05:38:36.997469+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-18T05:38:37.075272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-18T05:38:38.021161+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-18T05:40:43.586910+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-18T05:40:43.639459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-18T05:40:43.639484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-18T05:40:43.639508+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-18T05:40:43.642296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-18T05:40:43.707774+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-19T23:27:49.304063+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-19T23:27:50.157474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-19T23:27:50.157499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-19T23:27:50.157519+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-19T23:27:50.190514+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-19T23:27:51.042664+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-21T12:05:20.488778+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-21T12:05:21.632358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-21T12:05:21.632399+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-21T12:05:21.632435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-21T12:05:21.694377+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-21T12:05:22.649259+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-22T02:48:02.890073+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-22T02:48:03.705599+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-22T02:48:03.705630+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-22T02:48:03.705658+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-22T02:48:03.740023+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-22T02:48:04.892736+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-22T11:39:33.532959+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-22T11:39:34.394816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-22T11:39:34.394857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-22T11:39:34.394892+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-22T11:39:34.436673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-22T11:39:35.386790+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-23T12:36:48.289552+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2023-12-23T12:36:49.200686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T12:36:49.200716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T12:36:49.200738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T12:36:49.263350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T12:36:50.011079+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-23T13:23:07.884714+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2023-12-23T13:23:08.129449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T13:23:08.129471+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T13:23:08.129489+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T13:23:08.132483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T13:23:08.383833+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T14:28:29.990699+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2023-12-23T14:28:30.118305+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T14:28:30.118327+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T14:28:30.118344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T14:28:30.121371+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T14:28:30.335594+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T15:33:52.347978+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2023-12-23T15:33:52.454406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T15:33:52.454429+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T15:33:52.454445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T15:33:52.461429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T15:33:52.755875+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T15:50:12.636652+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2023-12-23T15:50:12.816150+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T15:50:12.816174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T15:50:12.816192+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T15:50:12.818848+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T15:50:13.082757+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T16:36:45.474208+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2023-12-23T16:36:45.628640+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T16:36:45.628671+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T16:36:45.628709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T16:36:45.642394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T16:36:45.794078+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T17:06:57.746062+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2023-12-23T17:06:57.830711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T17:06:57.830731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T17:06:57.830747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T17:06:57.834655+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T17:06:58.141464+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-23T20:38:10.814650+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-12-23T20:38:11.167565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-23T20:38:11.167594+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T20:38:11.167615+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-23T20:38:11.219895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-23T20:38:12.073584+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T02:47:36.443059+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2023-12-24T02:47:37.390122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T02:47:37.390151+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T02:47:37.390172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T02:47:37.444985+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T02:47:38.297682+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T03:05:28.767230+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2023-12-24T03:05:28.990014+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T03:05:28.990055+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:05:28.990089+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:05:28.994368+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T03:05:29.564835+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T03:23:22.324944+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2023-12-24T03:23:22.574746+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T03:23:22.574780+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:23:22.574809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:23:22.578203+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T03:23:23.132475+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T03:41:15.413776+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2023-12-24T03:41:15.482305+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T03:41:15.482355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:41:15.482386+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:41:15.498231+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T03:41:15.957997+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T03:50:11.897082+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2023-12-24T03:50:12.217536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T03:50:12.217559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:50:12.217576+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T03:50:12.220232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T03:50:12.375522+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T04:08:05.302825+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2023-12-24T04:08:05.366743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T04:08:05.366766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T04:08:05.366783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T04:08:05.369706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T04:08:05.609996+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T04:39:19.816806+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2023-12-24T04:39:20.007574+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T04:39:20.007615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T04:39:20.007649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T04:39:20.012572+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T04:39:20.211763+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T05:26:11.577336+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2023-12-24T05:26:11.723396+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T05:26:11.723421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T05:26:11.723440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T05:26:11.728138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T05:26:11.865051+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T08:08:11.336201+01:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2023-12-24T08:08:11.820056+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T08:08:11.820092+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T08:08:11.820124+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T08:08:11.851296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T08:08:13.001564+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-24T15:51:30.625357+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2023-12-24T15:51:31.151330+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T15:51:31.151371+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T15:51:31.151404+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T15:51:31.193195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T15:51:32.010882+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-24T16:24:10.254777+01:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2023-12-24T16:24:10.325822+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T16:24:10.325856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T16:24:10.325888+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T16:24:10.329305+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T16:24:11.537821+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-24T16:33:31.895789+01:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2023-12-24T16:33:31.939736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T16:33:31.939762+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T16:33:31.939783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T16:33:31.942645+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T16:33:32.434875+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-24T22:01:50.697813+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2023-12-24T22:01:51.001980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-24T22:01:51.002015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T22:01:51.002042+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-24T22:01:51.006751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-24T22:01:51.797670+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-25T03:50:43.266449+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories","method":"GET"} [] [2023-12-25T03:50:44.329445+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T03:50:44.329483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T03:50:44.329516+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T03:50:44.369600+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T03:50:45.194697+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-25T07:51:57.695885+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2023-12-25T07:51:58.220359+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T07:51:58.220390+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T07:51:58.220423+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T07:51:58.237550+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T07:51:59.160743+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-25T08:45:40.053083+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2023-12-25T08:45:40.849909+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T08:45:40.849937+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T08:45:40.849958+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T08:45:40.861997+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T08:45:41.776088+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-25T09:58:45.036522+01:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2023-12-25T09:58:45.455411+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T09:58:45.455439+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T09:58:45.455460+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T09:58:45.469396+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T09:58:46.684320+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-25T12:24:02.889507+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2023-12-25T12:24:03.415816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T12:24:03.415857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T12:24:03.415892+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T12:24:03.428504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T12:24:04.119355+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-25T19:42:19.101281+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_route":"api_talks_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin","method":"GET"} [] [2023-12-25T19:42:19.458126+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T19:42:19.458153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T19:42:19.458174+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T19:42:19.492217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T19:42:20.617513+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-25T22:21:27.454462+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_route":"api_talks_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/talks/1","method":"GET"} [] [2023-12-25T22:21:27.564493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-25T22:21:27.564522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T22:21:27.564545+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-25T22:21:27.570796+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-25T22:21:28.046274+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-26T09:05:41.909174+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-12-26T09:05:42.370622+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-26T09:05:42.370648+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-26T09:05:42.370669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-26T09:05:42.388692+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-26T09:05:43.329576+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-26T09:05:44.139473+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2023-12-26T09:05:44.287877+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-26T09:05:44.287906+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-26T09:05:44.287930+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-26T09:05:44.295996+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-26T09:05:44.495386+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-30T22:14:40.063780+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2023-12-30T22:14:40.351627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-30T22:14:40.351673+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-30T22:14:40.351712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-30T22:14:40.373752+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-30T22:14:41.142805+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2023-12-31T08:11:06.401486+01:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2023-12-31T08:11:07.039428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-31T08:11:07.039455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-31T08:11:07.039477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-31T08:11:07.085867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-31T08:11:08.521931+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2023-12-31T23:04:55.758032+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2023-12-31T23:04:56.551019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2023-12-31T23:04:56.551055+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-31T23:04:56.551087+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2023-12-31T23:04:56.595131+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-31T23:04:57.850552+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-01T08:29:52.077436+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2024-01-01T08:29:52.556382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-01T08:29:52.556406+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T08:29:52.556424+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T08:29:52.572869+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-01T08:29:53.640425+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-01T10:04:13.753587+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2024-01-01T10:04:13.912897+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-01T10:04:13.912922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T10:04:13.912940+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T10:04:13.915856+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-01T10:04:14.381303+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-01T10:24:41.092376+01:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2024-01-01T10:24:41.153217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-01T10:24:41.153254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T10:24:41.153285+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-01T10:24:41.158214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-01T10:24:41.922474+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-03T03:45:45.701865+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2024-01-03T03:45:46.853750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-03T03:45:46.853802+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-03T03:45:46.853837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-03T03:45:46.951393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-03T03:45:48.664790+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-03T06:09:41.511635+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2024-01-03T06:09:41.947126+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-03T06:09:41.947166+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-03T06:09:41.947200+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-03T06:09:41.980870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-03T06:09:42.869579+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-07T08:19:26.316653+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-01-07T08:19:26.822011+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-07T08:19:26.822041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-07T08:19:26.822063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-07T08:19:26.850573+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-07T08:19:27.513385+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-07T08:19:27.731406+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-01-07T08:19:27.757073+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-07T08:19:27.757097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-07T08:19:27.757114+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-07T08:19:27.757832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-07T08:19:27.780798+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-16T04:03:45.861525+01:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/animations/1","method":"GET"} [] [2024-01-16T04:03:45.871710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-16T04:03:45.871735+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-16T04:03:45.871752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-16T04:03:45.872488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-16T04:03:46.592294+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-18T12:52:58.119854+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-01-18T12:52:59.032042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-18T12:52:59.032081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-18T12:52:59.032115+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-18T12:52:59.062730+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-18T12:53:00.154605+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-18T12:53:11.960935+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-01-18T12:53:12.150899+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-18T12:53:12.150929+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-18T12:53:12.150960+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-18T12:53:12.155551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-18T12:53:12.347996+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-01-24T08:51:27.514410+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2024-01-24T08:51:27.554653+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-24T08:51:27.554677+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-24T08:51:27.554696+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-24T08:51:27.570483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-24T08:51:28.259715+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-30T14:34:37.868679+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2024-01-30T14:34:37.964771+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-30T14:34:37.964797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-30T14:34:37.964816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-30T14:34:37.967424+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-30T14:34:38.764422+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-01-31T14:06:04.308427+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2024-01-31T14:06:05.265665+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-01-31T14:06:05.265700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-31T14:06:05.265731+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-01-31T14:06:05.284105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-31T14:06:05.769651+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-01T21:09:19.865913+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2024-02-01T21:09:20.233914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-01T21:09:20.233942+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-01T21:09:20.233964+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-01T21:09:20.275448+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-01T21:09:20.987613+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-03T00:01:48.500027+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2024-02-03T00:01:49.459868+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-03T00:01:49.459895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-03T00:01:49.459916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-03T00:01:49.470007+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-03T00:01:50.189664+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-08T12:43:40.669756+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-08T12:43:41.236954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-08T12:43:41.236983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-08T12:43:41.237008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-08T12:43:41.256300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-08T12:43:41.761416+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-10T05:32:35.410760+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-10T05:32:36.038105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-10T05:32:36.038143+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-10T05:32:36.038177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-10T05:32:36.090974+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-10T05:32:36.630885+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-10T05:32:36.885593+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-10T05:32:36.922704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-10T05:32:36.922728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-10T05:32:36.922747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-10T05:32:36.923485+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-10T05:32:36.946178+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:19:23.755043+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:19:24.556384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:19:24.556412+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:24.556434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:24.557838+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:19:25.201905+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:19:36.491039+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:19:36.999936+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:19:36.999973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:36.999998+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:37.003674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:19:37.429822+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:19:53.617404+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:19:53.782019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:19:53.782052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:53.782076+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:19:53.787105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:19:53.869546+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:20:10.382410+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:20:10.415636+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:20:10.415658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:20:10.415676+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:20:10.416912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:20:10.458112+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:20:20.070458+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:20:20.081179+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:20:20.081209+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:20:20.081237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:20:20.081700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:20:20.094096+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T11:28:53.479518+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T11:28:53.516053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T11:28:53.516086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:28:53.516114+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T11:28:53.517594+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T11:28:53.610743+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-15T21:53:40.433800+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-15T21:53:40.571895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-15T21:53:40.571933+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T21:53:40.571966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-15T21:53:40.576151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-15T21:53:40.760185+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-16T21:09:03.845504+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-02-16T21:09:04.363922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-16T21:09:04.363951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-16T21:09:04.363972+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-16T21:09:04.381723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-16T21:09:04.927125+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-02-20T02:40:16.234565+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2024-02-20T02:40:16.179302+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2024-02-20T02:40:16.294559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.294591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.294625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.334291+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.212281+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.684030+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.684064+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.684091+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.685214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.227334+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.211361+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2024-02-20T02:40:16.283392+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2024-02-20T02:40:16.652634+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.294554+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.652658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.294585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.652675+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.294616+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.334292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.219871+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.653542+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.203299+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.169840+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2024-02-20T02:40:16.294550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.294587+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.294620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.334294+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.229066+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.373358+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2024-02-20T02:40:16.655284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.655313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.655355+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.656614+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.229804+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-02-20T02:40:16.460619+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2024-02-20T02:40:16.483750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-02-20T02:40:16.483774+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.483791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-02-20T02:40:16.484593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-20T02:40:17.232146+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-03-06T00:59:00.414572+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-06T00:59:01.478989+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-06T00:59:01.479020+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-06T00:59:01.479042+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-06T00:59:01.523197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-06T00:59:02.092478+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-12T17:19:08.988495+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-12T17:19:09.610002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-12T17:19:09.610041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-12T17:19:09.610074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-12T17:19:09.647171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-12T17:19:10.419888+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-13T20:21:00.109017+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-13T20:21:00.646870+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-13T20:21:00.646908+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-13T20:21:00.646943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-13T20:21:00.676989+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-13T20:21:01.326597+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-15T11:12:09.707952+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-15T11:12:10.371483+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-15T11:12:10.371507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:10.371526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:10.405354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-15T11:12:10.963685+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-15T11:12:20.475654+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-15T11:12:20.511226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-15T11:12:20.511250+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:20.511268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:20.512018+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-15T11:12:20.543274+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-15T11:12:24.121512+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-15T11:12:24.151061+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-15T11:12:24.151085+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:24.151102+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:24.151911+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-15T11:12:24.180034+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-15T11:12:35.309512+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-15T11:12:35.426883+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-15T11:12:35.426907+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:35.426924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-15T11:12:35.429507+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-15T11:12:35.497867+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-17T22:38:25.398389+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-17T22:38:26.071011+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-17T22:38:26.071038+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-17T22:38:26.071058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-17T22:38:26.075361+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-17T22:38:26.648018+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-17T22:39:38.438543+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-17T22:39:38.491154+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-17T22:39:38.491177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-17T22:39:38.491196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-17T22:39:38.492940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-17T22:39:38.556442+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-21T11:14:39.237845+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-21T11:14:39.867286+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-21T11:14:39.867321+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-21T11:14:39.867352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-21T11:14:39.905689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-21T11:14:40.690122+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-22T08:23:34.782866+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-22T08:23:35.415601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-22T08:23:35.415629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-22T08:23:35.415651+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-22T08:23:35.433713+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-22T08:23:36.091816+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-25T00:51:36.477923+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-25T00:51:36.975794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-25T00:51:36.975828+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-25T00:51:36.975857+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-25T00:51:36.979050+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-25T00:51:37.458779+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-25T00:52:14.140367+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-25T00:52:14.182038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-25T00:52:14.182062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-25T00:52:14.182085+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-25T00:52:14.183333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-25T00:52:14.235717+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-03-30T08:34:52.343387+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-03-30T08:34:53.236043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-03-30T08:34:53.236081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-30T08:34:53.236131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-03-30T08:34:53.283831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-30T08:34:53.871883+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-07T19:47:26.734848+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-07T19:47:27.433513+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-07T19:47:27.433551+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-07T19:47:27.433575+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-07T19:47:27.442901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-07T19:47:28.084904+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-08T09:39:52.442729+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-08T09:39:53.076242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-08T09:39:53.076279+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:39:53.076312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:39:53.104124+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-08T09:39:54.111418+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-08T09:39:56.699639+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-08T09:39:56.785309+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-08T09:39:56.785342+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:39:56.785374+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:39:56.786724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-08T09:39:56.887692+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-08T09:40:16.469665+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-08T09:40:16.965748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-08T09:40:16.965790+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:40:16.965823+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-08T09:40:16.983385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-08T09:40:17.421376+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-23T23:51:20.150629+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-23T23:51:20.816131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-23T23:51:20.816161+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-23T23:51:20.816183+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-23T23:51:20.855313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-23T23:51:21.324309+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-04-29T09:03:58.015622+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-04-29T09:03:58.441818+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-04-29T09:03:58.441848+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-29T09:03:58.441871+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-04-29T09:03:58.464257+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-29T09:03:58.996146+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-01T01:44:51.082534+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-01T01:44:51.607488+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-01T01:44:51.607515+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-01T01:44:51.607537+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-01T01:44:51.644994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-01T01:44:52.166176+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-01T01:44:52.370751+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-01T01:44:52.410365+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-01T01:44:52.410401+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-01T01:44:52.410431+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-01T01:44:52.411483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-01T01:44:52.445734+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-02T00:04:23.928818+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-02T00:04:24.753335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-02T00:04:24.753376+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-02T00:04:24.753410+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-02T00:04:24.796279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-02T00:04:25.333384+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-29T06:41:31.911970+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-29T06:41:32.632918+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-29T06:41:32.632950+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-29T06:41:32.632973+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-29T06:41:32.668744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-29T06:41:33.255072+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T07:04:00.274479+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T07:04:00.978565+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T07:04:00.978591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T07:04:00.978613+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T07:04:01.024830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T07:04:01.624571+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T07:59:06.135060+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T07:59:06.603680+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T07:59:06.603717+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T07:59:06.603747+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T07:59:06.609780+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T07:59:07.127306+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T10:42:03.536470+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T10:42:04.366829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T10:42:04.366870+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:04.366906+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:04.402145+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T10:42:05.121562+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T10:42:05.405165+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T10:42:05.444572+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T10:42:05.444618+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:05.444647+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:05.445696+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T10:42:05.477999+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T10:42:06.017070+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T10:42:06.063032+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T10:42:06.063059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:06.063081+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:06.064186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T10:42:06.100420+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-30T10:42:07.017584+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-30T10:42:07.059060+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-30T10:42:07.059099+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:07.059133+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-30T10:42:07.060243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-30T10:42:07.095719+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-31T06:57:25.156232+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-31T06:57:25.847201+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-31T06:57:25.847243+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-31T06:57:25.847278+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-31T06:57:25.881728+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-31T06:57:26.610920+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-05-31T10:34:32.196923+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-05-31T10:34:32.878408+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-05-31T10:34:32.878451+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-31T10:34:32.878487+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-05-31T10:34:32.913008+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-31T10:34:33.448439+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-09T08:01:55.801117+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-09T08:01:56.570748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-09T08:01:56.570788+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-09T08:01:56.570823+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-09T08:01:56.611733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-09T08:01:57.569316+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-09T11:37:58.427005+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-09T11:37:59.216143+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-09T11:37:59.216167+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-09T11:37:59.216188+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-09T11:37:59.247453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-09T11:37:59.804163+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-11T18:35:24.379298+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-11T18:35:24.972164+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-11T18:35:24.972202+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-11T18:35:24.972235+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-11T18:35:24.987651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-11T18:35:25.533677+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-17T10:25:22.107179+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-17T10:25:22.766945+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-17T10:25:22.766977+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-17T10:25:22.766999+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-17T10:25:22.803573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-17T10:25:23.407569+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-17T10:25:35.630284+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-17T10:25:35.659301+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-17T10:25:35.659326+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-17T10:25:35.659345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-17T10:25:35.660172+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-17T10:25:35.686895+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-28T05:12:14.005985+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-28T05:12:14.632731+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-28T05:12:14.632771+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-28T05:12:14.632804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-28T05:12:14.666604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-28T05:12:15.176137+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-06-28T05:12:18.620487+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-06-28T05:12:18.792978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-06-28T05:12:18.793016+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-28T05:12:18.793050+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-06-28T05:12:18.797249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-28T05:12:19.009756+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-01T09:37:25.103548+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-01T09:37:25.537595+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-01T09:37:25.537627+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-01T09:37:25.537651+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-01T09:37:25.555780+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-01T09:37:26.123136+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-01T09:37:26.411462+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-01T09:37:26.475751+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-01T09:37:26.475775+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-01T09:37:26.475793+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-01T09:37:26.476557+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-01T09:37:26.500931+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-02T04:08:44.003944+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-02T04:08:44.678850+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-02T04:08:44.678879+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-02T04:08:44.678901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-02T04:08:44.702017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-02T04:08:45.261066+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-02T04:08:56.977391+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-02T04:08:57.049801+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-02T04:08:57.049825+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-02T04:08:57.049842+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-02T04:08:57.051612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-02T04:08:57.083993+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-07T15:19:16.461727+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-07T15:19:17.050255+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-07T15:19:17.050285+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:17.050307+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:17.072730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-07T15:19:17.618979+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-07T15:19:19.051917+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-07T15:19:19.164411+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-07T15:19:19.164450+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:19.164508+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:19.166936+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-07T15:19:19.227931+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-07T15:19:30.954543+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-07T15:19:30.981747+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-07T15:19:30.981771+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:30.981789+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-07T15:19:30.982599+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-07T15:19:31.006913+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-17T20:30:44.416168+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-17T20:30:45.297128+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-17T20:30:45.297156+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-17T20:30:45.297178+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-17T20:30:45.325106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-17T20:30:45.898312+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-21T16:43:34.047159+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-21T16:43:34.550280+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-21T16:43:34.550304+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-21T16:43:34.550322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-21T16:43:34.587609+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-21T16:43:35.034295+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-07-21T16:43:36.083433+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-07-21T16:43:36.117595+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-07-21T16:43:36.117619+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-21T16:43:36.117638+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-07-21T16:43:36.118747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-21T16:43:36.146522+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-08-19T04:47:46.187451+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-08-19T04:47:46.732034+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-08-19T04:47:46.732071+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:47:46.732102+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:47:46.768892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-19T04:47:47.257551+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-08-19T04:47:59.405937+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-08-19T04:47:59.494454+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-08-19T04:47:59.494488+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:47:59.494517+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:47:59.496605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-19T04:47:59.551672+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-08-19T04:48:01.090894+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-08-19T04:48:01.135521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-08-19T04:48:01.135562+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:48:01.135596+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-19T04:48:01.136736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-19T04:48:01.188473+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-08-26T10:00:49.142606+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-08-26T10:00:49.927707+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-08-26T10:00:49.927747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-26T10:00:49.927779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-26T10:00:49.973272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-26T10:00:50.704410+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-08-26T10:00:51.039145+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-08-26T10:00:51.082168+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-08-26T10:00:51.082206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-26T10:00:51.082239+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-08-26T10:00:51.083437+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-26T10:00:51.120672+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-08T06:54:59.723045+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-08T06:54:59.992151+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-08T06:54:59.992185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:54:59.992217+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:55:00.038796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-08T06:55:00.787516+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-08T06:54:59.108025+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-08T06:54:59.991765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-08T06:54:59.992322+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:54:59.992488+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:55:00.039507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-08T06:55:00.780405+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-08T06:55:13.593647+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-08T06:55:14.959080+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-08T06:55:14.959117+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:55:14.959150+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T06:55:15.167289+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-08T06:55:17.181459+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-08T11:17:10.594092+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-08T11:17:10.725736+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-08T11:17:10.725769+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T11:17:10.725798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T11:17:10.729757+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-08T11:17:10.839851+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-08T22:53:40.226449+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-08T22:53:40.381543+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-08T22:53:40.381573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T22:53:40.381595+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-08T22:53:40.385943+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-08T22:53:40.549120+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-22T10:40:11.257972+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-22T10:40:11.774789+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-22T10:40:11.774832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-22T10:40:11.774871+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-22T10:40:11.807057+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-22T10:40:12.283110+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-09-22T10:40:12.562781+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-09-22T10:40:12.600358+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-09-22T10:40:12.600394+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-22T10:40:12.600423+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-09-22T10:40:12.601393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-22T10:40:12.636895+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-10-08T12:30:14.075172+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-10-08T12:30:14.444779+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-10-08T12:30:14.444804+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:14.444822+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:14.459169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-08T12:30:14.859969+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-10-08T12:30:27.719859+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-10-08T12:30:27.791894+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-10-08T12:30:27.791921+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:27.791941+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:27.793636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-08T12:30:27.833361+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-10-08T12:30:28.252417+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-10-08T12:30:28.282625+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-10-08T12:30:28.282658+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:28.282677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T12:30:28.283424+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-08T12:30:28.311767+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-10-08T19:27:21.496734+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-10-08T19:27:22.068206+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-10-08T19:27:22.068232+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T19:27:22.068253+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-08T19:27:22.092911+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-08T19:27:22.569129+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-10-28T17:17:18.159590+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-10-28T17:17:18.384800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-10-28T17:17:18.384825+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-28T17:17:18.384843+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-10-28T17:17:18.407844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-28T17:17:18.816020+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-14T09:23:11.056421+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-14T09:23:11.735380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-14T09:23:11.735416+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-14T09:23:11.735448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-14T09:23:11.775478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-14T09:23:12.356331+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-18T05:46:29.081673+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-18T05:46:29.714373+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-18T05:46:29.714416+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:29.714452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:29.762935+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-18T05:46:30.407257+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-18T05:46:58.964056+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-18T05:46:59.008399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-18T05:46:59.008426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:59.008447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:59.009642+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-18T05:46:59.268013+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-18T05:46:58.164318+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-18T05:46:58.624974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-18T05:46:58.625017+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:58.625059+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-18T05:46:58.668196+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-18T05:46:59.268588+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-25T13:12:55.635741+01:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2024-11-25T13:12:55.907776+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:12:55.907805+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:12:55.907829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:12:55.955955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:12:57.005305+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-25T13:13:02.820540+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2024-11-25T13:13:02.853418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:13:02.853452+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:02.853483+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:02.854687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:13:03.152060+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:13:07.735507+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2024-11-25T13:13:07.747060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:13:07.747081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:07.747097+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:07.748023+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:13:07.902591+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-25T13:13:21.117489+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2024-11-25T13:13:21.244163+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:13:21.244188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:21.244207+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:13:21.247165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:13:21.423962+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:14:11.558077+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2024-11-25T13:14:11.609239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:14:11.609265+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:14:11.609283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:14:11.612016+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:14:11.796229+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:15:02.850492+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2024-11-25T13:15:02.947983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:15:02.948023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:15:02.948055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:15:02.961653+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:15:03.335244+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:16:01.255357+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2024-11-25T13:16:01.291966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:16:01.292005+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:16:01.292042+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:16:01.294928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:16:01.396650+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:17:12.316803+01:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"http://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2024-11-25T13:17:12.360937+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:17:12.360977+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:17:12.361012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:17:12.364091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:17:12.541469+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-25T13:18:17.759386+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2024-11-25T13:18:17.946451+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:18:17.946484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:18:17.946516+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:18:17.949647+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:18:18.095651+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:19:25.104295+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2024-11-25T13:19:25.144558+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:19:25.144595+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:19:25.144628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:19:25.147748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:19:25.276389+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:20:01.724067+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2024-11-25T13:20:01.782204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:20:01.782243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:20:01.782282+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:20:01.799496+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:20:02.046289+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:21:22.056071+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2024-11-25T13:21:22.114999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:21:22.115039+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:21:22.115066+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:21:22.117907+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:21:22.295723+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-11-25T13:21:58.463261+01:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2024-11-25T13:21:58.503372+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-25T13:21:58.503405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:21:58.503434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-25T13:21:58.506520+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-25T13:21:58.838863+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-26T18:41:48.650881+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-26T18:41:49.215236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-26T18:41:49.215272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:41:49.215306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:41:49.242681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-26T18:41:49.847509+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-26T18:42:17.168877+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-26T18:42:17.223195+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-26T18:42:17.223221+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:42:17.223240+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:42:17.224907+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-26T18:42:17.287940+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-11-26T18:42:17.941466+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-11-26T18:42:17.980378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-11-26T18:42:17.980409+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:42:17.980436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-11-26T18:42:17.981492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-26T18:42:18.017786+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-12-10T17:24:05.131594+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-12-10T17:24:05.626419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-10T17:24:05.626446+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-10T17:24:05.626475+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-10T17:24:05.631426+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-10T17:24:06.117378+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-12-10T17:24:06.332552+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2024-12-10T17:24:06.359702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-10T17:24:06.359724+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-10T17:24:06.359740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-10T17:24:06.360516+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-10T17:24:06.385319+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-12-30T03:49:56.310901+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2024-12-30T03:49:56.914787+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:49:56.914816+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:49:56.914841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:49:56.947726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:49:57.919399+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-12-30T03:50:25.280630+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events/","method":"GET"} [] [2024-12-30T03:50:25.506284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:50:25.506320+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:50:25.506351+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:50:25.508988+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:50:25.706214+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-12-30T03:50:35.476648+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2024-12-30T03:50:35.504665+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:50:35.504689+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:50:35.504707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:50:35.505493+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:50:35.531039+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-12-30T03:51:04.172700+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/talks/1/","method":"GET"} [] [2024-12-30T03:51:04.206431+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:51:04.206459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:51:04.206481+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:51:04.208917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:51:04.734720+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2024-12-30T03:56:01.098044+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2024-12-30T03:56:01.338070+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:56:01.338111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:56:01.338144+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:56:01.343000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:56:01.525726+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2024-12-30T03:58:00.747493+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/admin","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin/","method":"GET"} [] [2024-12-30T03:58:00.782073+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2024-12-30T03:58:00.782098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:58:00.782117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2024-12-30T03:58:00.784474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-30T03:58:00.981107+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-04T08:03:16.141589+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2025-01-04T08:03:16.517657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:03:16.517683+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:16.517705+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:16.549918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:03:17.001662+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-04T08:03:28.726212+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-01-04T08:03:28.759080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:03:28.759103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:28.759119+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:28.759899+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:03:29.134309+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-04T08:03:37.587583+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2025-01-04T08:03:37.776566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:03:37.776592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:37.776613+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:03:37.779622+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:03:37.894242+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-04T08:04:06.486700+01:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2025-01-04T08:04:06.529165+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:04:06.529195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:04:06.529216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:04:06.532308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:04:06.950461+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-04T08:05:04.749906+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-01-04T08:05:04.828416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:05:04.828445+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:05:04.828468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:05:04.832126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:05:05.016221+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-04T08:06:07.199014+01:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/animations/1","method":"GET"} [] [2025-01-04T08:06:07.247985+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:06:07.248018+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:06:07.248050+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:06:07.251180+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:06:07.704000+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-04T08:09:31.263732+01:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2025-01-04T08:09:31.418178+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:09:31.418217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:09:31.418251+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:09:31.421674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:09:31.793764+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-04T08:10:19.730458+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/admin","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin/","method":"GET"} [] [2025-01-04T08:10:19.786939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-04T08:10:19.786966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:10:19.786988+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-04T08:10:19.789748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T08:10:20.234836+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-18T22:54:38.625951+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/admin","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin/","method":"GET"} [] [2025-01-18T22:54:38.844719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-18T22:54:38.844743+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-18T22:54:38.844761+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-18T22:54:38.857614+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-18T22:54:39.609846+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-22T01:13:55.119463+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-01-22T01:13:55.749427+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-22T01:13:55.749451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-22T01:13:55.749470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-22T01:13:55.792265+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-22T01:13:56.512354+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-27T08:32:52.939105+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-01-27T08:32:52.969329+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:32:52.969367+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:32:52.969402+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:32:52.970675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:32:53.689769+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:33:05.496347+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2025-01-27T08:33:05.705303+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:33:05.705345+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:05.705384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:05.709171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:33:05.928437+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:33:13.121756+01:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2025-01-27T08:33:13.138107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:33:13.138161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:13.138192+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:13.139144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:33:13.319215+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:33:37.624582+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-01-27T08:33:37.668902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:33:37.668947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:37.668982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:33:37.672489+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:33:37.832908+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:34:37.679948+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2025-01-27T08:34:37.785073+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:34:37.785097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:34:37.785117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:34:37.787508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:34:37.957247+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:35:37.842397+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2025-01-27T08:35:38.070835+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:35:38.070865+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:35:38.070889+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:35:38.073858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:35:38.255279+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:36:37.547914+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2025-01-27T08:36:37.587263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:36:37.587289+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:36:37.587310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:36:37.589771+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:36:37.759547+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:37:37.691976+01:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/animations/1/","method":"GET"} [] [2025-01-27T08:37:37.727833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:37:37.727851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:37:37.727867+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:37:37.730562+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:37:38.199615+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-01-27T08:38:37.943600+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2025-01-27T08:38:38.037083+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:38:38.037111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:38:38.037131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:38:38.040291+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:38:38.105025+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:39:37.756732+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2025-01-27T08:39:37.804090+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:39:37.804118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:39:37.804138+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:39:37.806613+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:39:37.974678+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:40:37.841795+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2025-01-27T08:40:37.905752+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:40:37.905783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:40:37.905804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:40:37.908411+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:40:38.013053+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-27T08:41:37.594925+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2025-01-27T08:41:37.637809+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-27T08:41:37.637848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:41:37.637882+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-27T08:41:37.640622+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-27T08:41:37.810585+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-01-30T12:14:45.620882+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-01-30T12:14:46.340609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-01-30T12:14:46.340639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-30T12:14:46.340661+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-01-30T12:14:46.427276+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-30T12:14:47.023073+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-05T10:39:06.463273+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-05T10:39:07.114152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-05T10:39:07.114193+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-05T10:39:07.114229+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-05T10:39:07.168701+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-05T10:39:07.862791+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-07T15:46:58.501400+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-07T15:46:59.342110+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-07T15:46:59.342152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-07T15:46:59.342187+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-07T15:46:59.409354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-07T15:46:59.964954+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-07T21:55:45.521178+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-07T21:55:46.059841+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-07T21:55:46.059877+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-07T21:55:46.059900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-07T21:55:46.083070+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-07T21:55:46.559590+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-09T15:44:12.020767+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-09T15:44:12.794146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-09T15:44:12.794177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-09T15:44:12.794201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-09T15:44:12.837470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-09T15:44:13.429341+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-11T15:43:57.414920+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-11T15:43:58.112778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-11T15:43:58.112808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-11T15:43:58.112831+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-11T15:43:58.145176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-11T15:43:58.621411+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-13T16:24:42.133176+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-13T16:24:42.902985+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-13T16:24:42.903012+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-13T16:24:42.903034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-13T16:24:42.946281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-13T16:24:43.415285+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-15T16:26:12.420210+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-15T16:26:13.057807+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-15T16:26:13.057836+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-15T16:26:13.057860+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-15T16:26:13.100026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-15T16:26:13.682621+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-15T22:45:28.494061+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-15T22:45:29.095131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-15T22:45:29.095159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-15T22:45:29.095182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-15T22:45:29.120837+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-15T22:45:29.616180+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-16T10:31:44.341598+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-16T10:31:44.966577+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-16T10:31:44.966608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T10:31:44.966631+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T10:31:44.977685+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:31:45.467131+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-16T12:39:31.280254+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-16T12:39:31.700304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-16T12:39:31.700344+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T12:39:31.700380+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T12:39:31.708484+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:39:32.180336+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-16T12:39:32.402126+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-16T12:39:32.428911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-16T12:39:32.428936+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T12:39:32.428956+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-16T12:39:32.429686+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:39:32.455733+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-23T07:46:01.069500+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-02-23T07:46:01.452354+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-23T07:46:01.452372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-23T07:46:01.452388+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-23T07:46:01.455803+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-23T07:46:01.855320+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:52:41.054079+01:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2025-02-26T06:52:41.069618+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:52:41.069635+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:52:41.069649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:52:41.070161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:52:42.065853+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:53:22.046803+01:00] request.INFO: Matched route "api_speakers_get_item". {"route":"api_speakers_get_item","route_parameters":{"_route":"api_speakers_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/speakers/%7Bid%7D","method":"GET"} [] [2025-02-26T06:53:22.079236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:53:22.079253+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:53:22.079268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:53:22.081700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:53:22.372539+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:53:53.345306+01:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2025-02-26T06:53:53.378874+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:53:53.378893+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:53:53.378907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:53:53.381231+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:53:53.671676+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:55:19.668246+01:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2025-02-26T06:55:19.699176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:55:19.699191+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:55:19.699204+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:55:19.701400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:55:19.972707+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:56:22.064746+01:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2025-02-26T06:56:22.097633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:56:22.097651+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:56:22.097666+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:56:22.103122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:56:22.361608+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T06:59:31.524245+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/admin","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin/","method":"GET"} [] [2025-02-26T06:59:31.554475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T06:59:31.554489+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:59:31.554500+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T06:59:31.556735+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T06:59:31.872266+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T07:04:46.176638+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events","method":"GET"} [] [2025-02-26T07:04:46.265479+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:04:46.265496+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:04:46.265509+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:04:46.268182+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:04:46.503714+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:06:53.408798+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2025-02-26T07:06:53.443378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:06:53.443400+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:06:53.443416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:06:53.445745+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:06:53.584147+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:13:16.615603+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-02-26T07:13:16.668472+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:13:16.668493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:13:16.668509+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:13:16.672376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:13:16.877674+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:14:20.640519+01:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-02-26T07:14:20.685061+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:14:20.685081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:14:20.685095+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:14:20.702015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:14:20.881099+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:15:22.150849+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-02-26T07:15:22.257927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:15:22.257944+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:15:22.257958+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:15:22.260357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:15:22.369170+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:16:23.527151+01:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2025-02-26T07:16:23.562679+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:16:23.562704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:16:23.562725+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:16:23.565269+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:16:23.716845+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:17:29.336247+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-02-26T07:17:29.482660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:17:29.482684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:17:29.482701+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:17:29.485120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:17:29.540482+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:18:34.265872+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/categories","method":"GET"} [] [2025-02-26T07:18:34.367039+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:18:34.367057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:18:34.367070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:18:34.369541+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:18:34.538172+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:19:37.114990+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2025-02-26T07:19:37.203447+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:19:37.203470+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:19:37.203490+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:19:37.206047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:19:37.271392+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:20:40.345515+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/talks/1/","method":"GET"} [] [2025-02-26T07:20:40.375951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:20:40.375967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:20:40.375980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:20:40.378029+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:20:40.527747+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T07:21:42.875042+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_route":"api_talks_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"1"},"request_uri":"http://eventapp.nwx.fr/api/talks/1","method":"GET"} [] [2025-02-26T07:21:42.916371+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:21:42.916389+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:21:42.916405+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:21:42.918871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:21:43.025295+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [1]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T07:23:44.222712+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/events/","method":"GET"} [] [2025-02-26T07:23:44.297336+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:23:44.297353+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:23:44.297365+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:23:44.299769+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:23:44.363141+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:24:49.654184+01:00] request.INFO: Matched route "api_talks_get_item". {"route":"api_talks_get_item","route_parameters":{"_route":"api_talks_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_item_operation_name":"get","id":"admin"},"request_uri":"http://eventapp.nwx.fr/api/talks/admin","method":"GET"} [] [2025-02-26T07:24:49.684317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:24:49.684334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:24:49.684348+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:24:49.686664+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:24:49.843758+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-02-26T07:25:51.375575+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2025-02-26T07:25:51.407870+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:25:51.407886+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:25:51.407898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:25:51.409995+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:25:51.560819+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:26:53.571120+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2025-02-26T07:26:53.602633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:26:53.602654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:26:53.602670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:26:53.604958+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:26:53.688471+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:28:54.392981+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2025-02-26T07:28:54.425915+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:28:54.425930+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:28:54.425944+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:28:54.428045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:28:54.515443+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:31:03.956711+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2025-02-26T07:31:04.004703+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:31:04.004723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:31:04.004737+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:31:04.008530+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:31:04.113913+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:32:10.629745+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2025-02-26T07:32:10.659407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:32:10.659422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:32:10.659433+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:32:10.661409+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:32:10.736949+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:33:14.435497+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2025-02-26T07:33:14.514672+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:33:14.514690+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:33:14.514703+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:33:14.517055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:33:14.574926+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:34:15.022081+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2025-02-26T07:34:15.094811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:34:15.094829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:34:15.094842+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:34:15.097132+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:34:15.151775+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:36:21.402997+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2025-02-26T07:36:21.479597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:36:21.479615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:36:21.479629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:36:21.482324+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:36:21.541602+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:37:26.533135+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2025-02-26T07:37:26.611754+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:37:26.611775+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:37:26.611792+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:37:26.614324+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:37:26.674415+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:39:35.790911+01:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2025-02-26T07:39:35.868950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:39:35.868969+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:39:35.868982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:39:35.871341+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:39:35.925945+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:40:39.059320+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanen=","method":"GET"} [] [2025-02-26T07:40:39.092818+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:40:39.092836+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:40:39.092850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:40:39.095108+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:40:39.203098+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:42:44.863925+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=","method":"GET"} [] [2025-02-26T07:42:44.896626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:42:44.896644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:42:44.896659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:42:44.898871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:42:44.983850+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:43:46.884014+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=","method":"GET"} [] [2025-02-26T07:43:46.915949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:43:46.915964+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:43:46.915977+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:43:46.918116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:43:47.004129+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:44:49.889259+01:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2025-02-26T07:44:49.922357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:44:49.922374+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:44:49.922389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:44:49.924739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:44:50.014428+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:45:55.603924+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-02-26T07:45:55.637120+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:45:55.637136+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:45:55.637148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:45:55.640008+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:45:55.721555+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:47:00.549869+01:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-02-26T07:47:00.584233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:47:00.584248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:47:00.584261+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:47:00.586628+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:47:00.667025+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-02-26T07:49:01.961412+01:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2025-02-26T07:49:02.038846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-02-26T07:49:02.038864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:49:02.038880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-02-26T07:49:02.041296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T07:49:02.096870+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-03-04T01:22:59.746509+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-03-04T01:23:00.268051+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-03-04T01:23:00.268073+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-04T01:23:00.268091+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-04T01:23:00.276218+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-04T01:23:00.908719+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-03-04T01:23:32.878699+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-03-04T01:23:32.964407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-03-04T01:23:32.964423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-04T01:23:32.964436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-04T01:23:32.965805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-04T01:23:33.096955+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-03-22T11:56:38.572115+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-03-22T11:56:38.827567+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-03-22T11:56:38.827590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:38.827608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:38.829870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-22T11:56:39.178328+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-03-22T11:56:51.778581+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-03-22T11:56:51.825540+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-03-22T11:56:51.825555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:51.825566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:51.826846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-22T11:56:51.850867+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-03-22T11:56:52.344400+01:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-03-22T11:56:52.361018+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-03-22T11:56:52.361050+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:52.361060+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-03-22T11:56:52.361547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-22T11:56:52.378882+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-04-16T23:30:49.184984+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-04-16T23:30:49.423131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-04-16T23:30:49.423149+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-04-16T23:30:49.423163+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-04-16T23:30:49.425231+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-16T23:30:49.753971+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-25T02:28:49.801811+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-05-25T02:28:50.463794+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-25T02:28:50.463816+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T02:28:50.463833+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T02:28:50.468117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-25T02:28:51.383192+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-25T14:26:40.267090+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2025-05-25T14:26:40.482725+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-25T14:26:40.482748+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T14:26:40.482767+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T14:26:40.502570+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-25T14:26:41.109321+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-25T17:01:38.484451+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/exhibitors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_exhibitors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/","method":"GET"} [] [2025-05-25T17:01:38.528403+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-25T17:01:38.528420+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T17:01:38.528432+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-25T17:01:38.532083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-25T17:01:38.680549+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-26T04:00:00.505241+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.html","method":"GET"} [] [2025-05-26T04:00:00.940293+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-26T04:00:00.940311+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-26T04:00:00.940325+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-26T04:00:00.944448+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-26T04:00:01.279566+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-26T04:31:43.695909+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.jsonld","method":"GET"} [] [2025-05-26T04:31:43.977363+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-26T04:31:43.977381+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-26T04:31:43.977393+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-26T04:31:43.979816+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-26T04:31:44.136818+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-28T09:02:34.060941+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-05-28T09:02:34.224165+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-28T09:02:34.224183+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T09:02:34.224198+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T09:02:34.231890+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-28T09:02:34.744923+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-28T10:55:36.604183+02:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2025-05-28T10:55:36.651510+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-28T10:55:36.651525+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T10:55:36.651537+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T10:55:36.655272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-28T10:55:37.182450+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-28T11:00:39.554786+02:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2025-05-28T11:00:39.584497+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-28T11:00:39.584513+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T11:00:39.584525+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T11:00:39.586794+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-28T11:00:39.918933+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-28T11:25:14.533122+02:00] request.INFO: Matched route "api_speakers_get_item". {"route":"api_speakers_get_item","route_parameters":{"_route":"api_speakers_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/speakers/%7Bid%7D","method":"GET"} [] [2025-05-28T11:25:14.563551+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-28T11:25:14.563567+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T11:25:14.563578+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-28T11:25:14.565751+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-28T11:25:14.849250+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-29T00:08:25.956816+02:00] request.INFO: Matched route "api_exhibitors_get_collection". {"route":"api_exhibitors_get_collection","route_parameters":{"_route":"api_exhibitors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors","method":"GET"} [] [2025-05-29T00:08:26.048351+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T00:08:26.048371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T00:08:26.048398+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T00:08:26.052389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T00:08:26.377990+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:29:16.884181+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2025-05-29T01:29:17.174795+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:29:17.174815+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:29:17.174829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:29:17.177067+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:29:17.558654+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:31:13.518210+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2025-05-29T01:31:13.648377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:31:13.648399+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:31:13.648416+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:31:13.651046+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:31:13.850319+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:33:14.621607+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/categories","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_categories_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories/","method":"GET"} [] [2025-05-29T01:33:14.739423+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:33:14.739442+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:33:14.739455+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:33:14.741686+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:33:14.816937+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:35:15.990218+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2025-05-29T01:35:16.042681+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:35:16.042699+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:35:16.042716+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:35:16.045774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:35:16.185400+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:37:17.049610+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-05-29T01:37:17.081911+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:37:17.081926+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:37:17.081939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:37:17.084100+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:37:17.174005+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:42:19.627053+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2025-05-29T01:42:19.724455+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:42:19.724472+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:42:19.724485+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:42:19.726623+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:42:19.805605+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:44:20.498669+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/events","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_events_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events/","method":"GET"} [] [2025-05-29T01:44:20.613109+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:44:20.613124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:44:20.613136+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:44:20.615695+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:44:20.716093+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:46:21.831784+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2025-05-29T01:46:21.877272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:46:21.877291+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:46:21.877304+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:46:21.879473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:46:22.082902+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:48:22.828903+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.html","method":"GET"} [] [2025-05-29T01:48:22.916103+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:48:22.916120+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:48:22.916132+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:48:22.918371+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:48:23.118318+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:50:23.818661+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2025-05-29T01:50:23.869837+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:50:23.869855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:50:23.869868+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:50:23.872039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:50:23.983080+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:52:07.448359+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks","method":"GET"} [] [2025-05-29T01:52:07.488427+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:52:07.488443+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:52:07.488456+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:52:07.490581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:52:07.592059+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:54:15.865581+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors.jsonld","method":"GET"} [] [2025-05-29T01:54:15.920188+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:54:15.920206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:54:15.920220+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:54:15.935526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:54:16.106166+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T01:56:29.038547+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html","method":"GET"} [] [2025-05-29T01:56:29.071375+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T01:56:29.071390+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:56:29.071402+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T01:56:29.073548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T01:56:29.172429+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:01:15.072580+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/media_objects","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_media_objects_get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/","method":"GET"} [] [2025-05-29T02:01:15.127846+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:01:15.127863+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:01:15.127876+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:01:15.130394+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:01:15.234265+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:07:16.677123+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2025-05-29T02:07:16.717350+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:07:16.717364+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:07:16.717377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:07:16.719813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:07:16.822341+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:09:17.641264+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2025-05-29T02:09:17.673141+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:09:17.673157+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:09:17.673169+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:09:17.675344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:09:17.780765+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:12:18.480286+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-05-29T02:12:18.562231+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:12:18.562248+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:12:18.562261+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:12:18.564552+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:12:18.708202+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:14:19.620910+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fanimations&permanent=1","method":"GET"} [] [2025-05-29T02:14:19.743744+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:14:19.743761+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:14:19.743773+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:14:19.747209+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:14:19.821340+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:16:21.567940+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/animations","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_animations_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations/","method":"GET"} [] [2025-05-29T02:16:21.679229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:16:21.679247+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:16:21.679260+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:16:21.681643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:16:21.764005+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:18:22.458198+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories.json","method":"GET"} [] [2025-05-29T02:18:22.548239+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:18:22.548257+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:18:22.548269+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:18:22.550656+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:18:22.646121+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-05-29T02:20:23.907393+02:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2025-05-29T02:20:24.014278+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:20:24.014304+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:20:24.014325+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:20:24.039430+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:20:24.525255+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-29T02:22:25.459882+02:00] request.INFO: Matched route "api_events_get_item". {"route":"api_events_get_item","route_parameters":{"_route":"api_events_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D","method":"GET"} [] [2025-05-29T02:22:25.538098+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:22:25.538117+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:22:25.538131+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:22:25.548826+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:22:26.231461+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-29T02:24:16.706236+02:00] request.INFO: Matched route "api_sponsors_get_item". {"route":"api_sponsors_get_item","route_parameters":{"_route":"api_sponsors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/%7Bid%7D","method":"GET"} [] [2025-05-29T02:24:16.791035+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:24:16.791052+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:24:16.791065+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:24:16.809536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:24:17.427275+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-05-29T02:29:14.438728+02:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2025-05-29T02:29:14.894655+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-05-29T02:29:14.894673+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:29:14.894690+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-05-29T02:29:14.949848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-29T02:29:16.365956+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-01T00:42:01.823212+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events","method":"GET"} [] [2025-06-01T00:42:01.979009+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T00:42:01.979027+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T00:42:01.979040+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T00:42:01.981734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T00:42:02.233054+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ ORDER BY e0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T01:05:01.305256+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects","method":"GET"} [] [2025-06-01T01:05:01.379263+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T01:05:01.379284+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T01:05:01.379302+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T01:05:01.381913+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T01:05:01.504970+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T07:17:43.267269+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"json","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.json?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2025-06-01T07:17:43.378818+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T07:17:43.378835+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T07:17:43.378848+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T07:17:43.382702+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T07:17:43.619897+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T08:13:05.951337+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-06-01T08:13:06.071046+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T08:13:06.071066+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T08:13:06.071082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T08:13:06.073736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T08:13:06.193766+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T09:31:06.783423+02:00] request.INFO: Matched route "api_categories_get_collection". {"route":"api_categories_get_collection","route_parameters":{"_route":"api_categories_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/categories","method":"GET"} [] [2025-06-01T09:31:06.869237+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T09:31:06.869254+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T09:31:06.869267+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T09:31:06.871631+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T09:31:07.009852+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ ORDER BY c0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T10:49:07.419222+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/speakers","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_speakers_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers/","method":"GET"} [] [2025-06-01T10:49:07.470278+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T10:49:07.470297+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T10:49:07.470314+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T10:49:07.474082+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T10:49:07.629727+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T12:07:11.668749+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-06-01T12:07:11.701031+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T12:07:11.701045+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T12:07:11.701055+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T12:07:11.703603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T12:07:11.785952+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T14:45:14.781939+02:00] request.INFO: Matched route "api_media_objects_get_collection". {"route":"api_media_objects_get_collection","route_parameters":{"_route":"api_media_objects_get_collection","_controller":"api_platform.action.get_collection","_format":"html","_api_resource_class":"App\\Entity\\MediaObject","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/media_objects.html?httpPort=80&httpsPort=443&path=%2Fapi%2Fmedia_objects&permanent=1","method":"GET"} [] [2025-06-01T14:45:14.805998+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T14:45:14.806015+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T14:45:14.806030+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T14:45:14.808392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T14:45:14.885235+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ ORDER BY m0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T16:24:15.931266+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":"jsonld","_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks.jsonld?httpPort=80&httpsPort=443&path=%2Fapi%2Ftalks&permanent=1","method":"GET"} [] [2025-06-01T16:24:16.072678+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T16:24:16.072700+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T16:24:16.072720+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T16:24:16.077407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T16:24:16.454564+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T17:03:23.147013+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/talks","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_talks_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/talks/","method":"GET"} [] [2025-06-01T17:03:23.203523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T17:03:23.203541+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T17:03:23.203555+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T17:03:23.205790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T17:03:23.342935+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T18:17:15.785448+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-06-01T18:17:15.895748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T18:17:15.895765+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T18:17:15.895779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T18:17:15.898250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T18:17:16.019597+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T19:20:28.978147+02:00] request.INFO: Matched route "api_speakers_get_collection". {"route":"api_speakers_get_collection","route_parameters":{"_route":"api_speakers_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/speakers","method":"GET"} [] [2025-06-01T19:20:29.040928+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T19:20:29.040947+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T19:20:29.040966+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T19:20:29.044837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T19:20:29.233525+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-01T23:58:16.417396+02:00] request.INFO: Matched route "api_media_objects_get_item". {"route":"api_media_objects_get_item","route_parameters":{"_route":"api_media_objects_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\MediaObject","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/media_objects/%7Bid%7D","method":"GET"} [] [2025-06-01T23:58:16.607966+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-01T23:58:16.607986+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T23:58:16.608002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-01T23:58:16.625143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-01T23:58:17.121210+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT m0_.id AS id_0, m0_.file_path AS file_path_1, m0_.updated_at AS updated_at_2 FROM media_object m0_ WHERE m0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.media_object' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-02T04:08:10.806179+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-06-02T04:08:11.199601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-02T04:08:11.199625+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-02T04:08:11.199646+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-02T04:08:11.204725+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-02T04:08:11.452876+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-02T08:07:20.715973+02:00] request.INFO: Matched route "api_categories_get_item". {"route":"api_categories_get_item","route_parameters":{"_route":"api_categories_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Category","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/categories/%7Bid%7D","method":"GET"} [] [2025-06-02T08:07:20.831005+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-02T08:07:20.831023+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-02T08:07:20.831037+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-02T08:07:20.838038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-02T08:07:21.498671+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.type AS type_3 FROM category c0_ WHERE c0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.category' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-03T16:54:11.196796+02:00] request.INFO: Matched route "api_exhibitors_get_item". {"route":"api_exhibitors_get_item","route_parameters":{"_route":"api_exhibitors_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Exhibitor","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/exhibitors/%7Bid%7D","method":"GET"} [] [2025-06-03T16:54:11.368905+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-03T16:54:11.368923+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-03T16:54:11.368938+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-03T16:54:11.379679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-03T16:54:12.090693+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.content AS content_2, e0_.logo AS logo_3, e0_.place AS place_4 FROM exhibitor e0_ WHERE e0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.exhibitor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-03T23:24:58.626567+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2025-06-03T23:24:58.736461+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-03T23:24:58.736480+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-03T23:24:58.736495+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-03T23:24:58.758691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-03T23:24:59.098254+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-04T01:11:56.786058+02:00] request.INFO: Matched route "api_animations_get_collection". {"route":"api_animations_get_collection","route_parameters":{"_route":"api_animations_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/animations","method":"GET"} [] [2025-06-04T01:11:57.194242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-04T01:11:57.194259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-04T01:11:57.194276+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-04T01:11:57.199755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-04T01:11:57.488176+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ ORDER BY a0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-05T06:34:27.181269+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-06-05T06:34:27.451894+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-05T06:34:27.451913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-05T06:34:27.451928+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-05T06:34:27.473750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-05T06:34:28.176171+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-06T10:06:56.170043+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2025-06-06T10:06:56.237877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-06T10:06:56.237896+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-06T10:06:56.237909+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-06T10:06:56.242022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-06T10:06:56.377432+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-11T15:25:16.411013+02:00] request.INFO: Matched route "api_talks_get_collection". {"route":"api_talks_get_collection","route_parameters":{"_route":"api_talks_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_collection_operation_name":"get"},"request_uri":"http://eventapp.nwx.fr/api/talks","method":"GET"} [] [2025-06-11T15:25:16.501675+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-11T15:25:16.501695+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-11T15:25:16.501709+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-11T15:25:16.505528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-11T15:25:16.960427+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ ORDER BY t0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-11T19:08:19.517348+02:00] request.INFO: Matched route "api_animations_get_item". {"route":"api_animations_get_item","route_parameters":{"_route":"api_animations_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Animation","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/animations/%7Bid%7D","method":"GET"} [] [2025-06-11T19:08:19.558237+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-11T19:08:19.558254+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-11T19:08:19.558268+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-11T19:08:19.561733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-11T19:08:19.956479+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.event_id AS event_id_4 FROM animation a0_ WHERE a0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.animation' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-12T02:44:36.202417+02:00] request.INFO: Matched route "api_speakers_get_item". {"route":"api_speakers_get_item","route_parameters":{"_route":"api_speakers_get_item","_controller":"api_platform.action.get_item","_format":null,"_api_resource_class":"App\\Entity\\Speaker","_api_item_operation_name":"get","id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/speakers/%7Bid%7D","method":"GET"} [] [2025-06-12T02:44:36.349078+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-12T02:44:36.349095+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-12T02:44:36.349109+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-12T02:44:36.352523+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-12T02:44:36.893033+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.job AS job_2, s0_.content AS content_3, s0_.social1 AS social1_4, s0_.social2 AS social2_5, s0_.picture AS picture_6 FROM speaker s0_ WHERE s0_.id = ?' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.speaker' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-13T04:34:42.568982+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2025-06-13T04:34:42.682004+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-13T04:34:42.682022+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-13T04:34:42.682037+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-13T04:34:42.686063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-13T04:34:43.371033+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-15T05:39:00.916790+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"https://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2025-06-15T05:39:00.990057+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-15T05:39:00.990072+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-15T05:39:00.990084+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-15T05:39:00.993438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-15T05:39:01.318480+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-18T05:25:34.374281+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/api/sponsors","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"api_sponsors_get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors/","method":"GET"} [] [2025-06-18T05:25:34.443840+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-18T05:25:34.443858+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-18T05:25:34.443870+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-18T05:25:34.447996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-18T05:25:34.851760+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-18T05:42:34.483872+02:00] request.INFO: Matched route "api_sponsors_get_collection". {"route":"api_sponsors_get_collection","route_parameters":{"_route":"api_sponsors_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Sponsor","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/sponsors","method":"GET"} [] [2025-06-18T05:42:34.584532+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-18T05:42:34.584549+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-18T05:42:34.584564+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-18T05:42:34.586934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-18T05:42:34.819332+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.content AS content_2, s0_.logo AS logo_3, s0_.url AS url_4, s0_.categories_id AS categories_id_5 FROM sponsor s0_ ORDER BY s0_.id ASC':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.sponsor' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} [] [2025-06-19T16:26:18.476764+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-06-19T16:26:18.941101+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-19T16:26:18.941124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-19T16:26:18.941143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-19T16:26:18.972843+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-19T16:26:19.406247+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-19T16:26:32.068450+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-06-19T16:26:32.084976+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-19T16:26:32.084988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-19T16:26:32.084999+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-19T16:26:32.085512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-19T16:26:32.103009+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-20T01:43:09.416716+02:00] request.INFO: Matched route "api_events_get_collection". {"route":"api_events_get_collection","route_parameters":{"_route":"api_events_get_collection","_controller":"api_platform.action.get_collection","_format":null,"_api_resource_class":"App\\Entity\\Event","_api_collection_operation_name":"get"},"request_uri":"https://eventapp.nwx.fr/api/events?status=on","method":"GET"} [] [2025-06-20T01:43:10.203154+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-20T01:43:10.203173+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-20T01:43:10.203190+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-20T01:43:10.222394+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-20T01:43:11.253758+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params ["on"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.status AS status_2, e0_.content AS content_3, e0_.main_color AS main_color_4, e0_.secondary_color AS secondary_color_5, e0_.contrast_color AS contrast_color_6, e0_.functionnalities AS functionnalities_7, e0_.social AS social_8, e0_.address AS address_9, e0_.date AS date_10, e0_.logo AS logo_11, e0_.banner AS banner_12, e0_.infos AS infos_13, e0_.people_text AS people_text_14, e0_.address_map AS address_map_15 FROM event e0_ WHERE e0_.status = ? ORDER BY e0_.id ASC' with params [\"on\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.event' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} [] [2025-06-20T15:44:27.374986+02:00] request.INFO: Matched route "api_events_talks_get_subresource". {"route":"api_events_talks_get_subresource","route_parameters":{"_route":"api_events_talks_get_subresource","_controller":"api_platform.action.get_subresource","_format":null,"_api_resource_class":"App\\Entity\\Talk","_api_subresource_operation_name":"api_events_talks_get_subresource","_api_subresource_context":{"property":"talks","identifiers":[["id","App\\Entity\\Event",true]],"collection":true,"operationId":"api_events_talks_get_subresource"},"id":"{id}"},"request_uri":"http://eventapp.nwx.fr/api/events/%7Bid%7D/talks","method":"GET"} [] [2025-06-20T15:44:27.477261+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":1} [] [2025-06-20T15:44:27.477276+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-20T15:44:27.477290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Guard\\JWTTokenAuthenticator"} [] [2025-06-20T15:44:27.480250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-06-20T15:44:28.078724+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist" at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.content AS content_2, t0_.picture AS picture_3, t0_.hour AS hour_4, t0_.lenght AS lenght_5, t0_.place AS place_6 FROM talk t0_ WHERE t0_.id IN (SELECT t1_.id FROM event e2_ INNER JOIN event_talk e3_ ON e2_.id = e3_.event_id INNER JOIN talk t1_ ON t1_.id = e3_.talk_id WHERE e2_.id = ?) ORDER BY t0_.id ASC' with params [0]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nwxfrntokkevapi.talk' doesn't exist at /home/nwxfrntokk/event_app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} []