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

Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'group' cannot be null (Connection: ... #3624

Open
sentry-io bot opened this issue May 29, 2023 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented May 29, 2023

Sentry Issue: APIARY-CP

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'group' cannot be null
  File "/app/Http/Middleware/CASAuthenticate.php", line 96, in App\Http\Middleware\CASAuthenticate::handle
    return $next($request);
  File "/app/Http/Middleware/Sentry.php", line 58, in App\Http\Middleware\Sentry::handle
    return $next($request);
  File "/public/index.php", line 51
    $response = $kernel->handle(
...
(80 additional frame(s) were not displayed)

Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'group' cannot be null (Connection: mysql, SQL: insert into `dues_package_merchandise` (`dues_package_id`, `merchandise_id`, `created_at`, `updated_at`, `group`) values (87, 22, 2023-05-23 22:27:55, 2023-05-23 22:27:55, ?))
  File "/app/Http/Middleware/CASAuthenticate.php", line 96, in App\Http\Middleware\CASAuthenticate::handle
    return $next($request);
  File "/app/Http/Middleware/Sentry.php", line 58, in App\Http\Middleware\Sentry::handle
    return $next($request);
  File "/public/index.php", line 51
    $response = $kernel->handle(
...
(78 additional frame(s) were not displayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant