Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR: relati... #4980

Open
sentry-io bot opened this issue Apr 14, 2024 · 0 comments
Labels

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 14, 2024

Sentry Issue: ECAMP3-API-4W

PDOException: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "o_auth_state" does not exist
LINE 1: DELETE FROM o_auth_state WHERE expireTime < $1
                    ^
  File "/src/Repository/OAuthStateRepository.php", line 43, in App\Repository\OAuthStateRepository::deleteAllExpiredBefore
    ->execute()
  File "/src/OAuth/JWTStateOAuth2Client.php", line 90, in App\OAuth\JWTStateOAuth2Client::redirect
    $this->stateRepository->deleteAllExpiredBefore(new \DateTime('@'.time()));
  File "/src/Controller/PbsmidataController.php", line 18, in App\Controller\PbsmidataController::connectAction
    ->redirect([], ['additionalData' => ['callback' => $request->get('callback')]])
  File "/public/index.php", line 5
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(13 additional frame(s) were not displayed)

Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "o_auth_state" does not exist
LINE 1: DELETE FROM o_auth_state WHERE expireTime < $1
                    ^
  File "/src/Repository/OAuthStateRepository.php", line 43, in App\Repository\OAuthStateRepository::deleteAllExpiredBefore
    ->execute()
  File "/src/OAuth/JWTStateOAuth2Client.php", line 90, in App\OAuth\JWTStateOAuth2Client::redirect
    $this->stateRepository->deleteAllExpiredBefore(new \DateTime('@'.time()));
  File "/src/Controller/PbsmidataController.php", line 18, in App\Controller\PbsmidataController::connectAction
    ->redirect([], ['additionalData' => ['callback' => $request->get('callback')]])
  File "/public/index.php", line 5
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(13 additional frame(s) were not displayed)

Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "o_auth_state" does not exist
LINE 1: DELETE FROM o_auth_state WHERE expireTime < $1
                    ^
  File "/src/Repository/OAuthStateRepository.php", line 43, in App\Repository\OAuthStateRepository::deleteAllExpiredBefore
    ->execute()
  File "/src/OAuth/JWTStateOAuth2Client.php", line 90, in App\OAuth\JWTStateOAuth2Client::redirect
    $this->stateRepository->deleteAllExpiredBefore(new \DateTime('@'.time()));
  File "/src/Controller/PbsmidataController.php", line 18, in App\Controller\PbsmidataController::connectAction
    ->redirect([], ['additionalData' => ['callback' => $request->get('callback')]])
  File "/public/index.php", line 5
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(12 additional frame(s) were not displayed)

Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "o_auth_state" does not exist
LINE 1: DELETE FROM o_auth_state WHERE expireTime < $1
                    ^" at ExceptionConverter.php line 71
@sentry-io sentry-io bot added the Bug label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants