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[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1 (SQ... #1087

Open
sentry-io bot opened this issue Jun 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 16, 2021

Sentry Issue: FORTRABBIT-P

PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1
  File "/app/Services/Company/Project/CreateProjectDecision.php", line 76, in App\Services\Company\Project\CreateProjectDecision::createDecision
    'decided_at' => $this->valueOrNow($this->data, 'decided_at'),
  File "/app/Services/Company/Project/CreateProjectDecision.php", line 49, in App\Services\Company\Project\CreateProjectDecision::execute
    $this->createDecision();
  File "/app/Http/Controllers/Company/Company/Project/ProjectDecisionsController.php", line 131, in App\Http\Controllers\Company\Company\Project\ProjectDecisionsController::store
    $projectDecision = (new CreateProjectDecision)->execute($data);
  File "/app/Http/Middleware/CheckCompany.php", line 44, in App\Http\Middleware\CheckCompany::handle
    return $next($request);
  File "/app/Http/Middleware/EnsureEmailIsVerified.php", line 21, in App\Http\Middleware\EnsureEmailIsVerified::handle
    return parent::handle($request, $next, $redirectToRoute);
...
(83 additional frame(s) were not displayed)

Illuminate\Database\QueryException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 1 (SQL: insert into `project_decisions` (`project_id`, `author_id`, `title`, `decided_at`, `updated_at`, `created_at`) values (31, 129, "Entertainment Travel" is the industry standard term for travelling services marketed towards professionals in the entertainment industry. BHGH will stick with this term for marketing purposes., 2021-06-15 00:00:00, 2021-06-15 18:10:15, 2021-06-15 18:10:15))
  File "/app/Services/Company/Project/CreateProjectDecision.php", line 76, in App\Services\Company\Project\CreateProjectDecision::createDecision
    'decided_at' => $this->valueOrNow($this->data, 'decided_at'),
  File "/app/Services/Company/Project/CreateProjectDecision.php", line 49, in App\Services\Company\Project\CreateProjectDecision::execute
    $this->createDecision();
  File "/app/Http/Controllers/Company/Company/Project/ProjectDecisionsController.php", line 131, in App\Http\Controllers\Company\Company\Project\ProjectDecisionsController::store
    $projectDecision = (new CreateProjectDecision)->execute($data);
  File "/app/Http/Middleware/CheckCompany.php", line 44, in App\Http\Middleware\CheckCompany::handle
    return $next($request);
  File "/app/Http/Middleware/EnsureEmailIsVerified.php", line 21, in App\Http\Middleware\EnsureEmailIsVerified::handle
    return parent::handle($request, $next, $redirectToRoute);
...
(81 additional frame(s) were not displayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant