You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Sentry Issue: FORTRABBIT-P
The text was updated successfully, but these errors were encountered: