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

Fix strip_tags in ProgramYearController #2826

Closed
sentry-io bot opened this issue Mar 5, 2020 · 0 comments · Fixed by #2827
Closed

Fix strip_tags in ProgramYearController #2826

sentry-io bot opened this issue Mar 5, 2020 · 0 comments · Fixed by #2827
Assignees
Projects

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 5, 2020

TypeError: strip_tags() expects parameter 1 to be string, null given
Sentry Issue: API-6P

TypeError: strip_tags() expects parameter 1 to be string, null given
  File "/var/www/ilios/src/Controller/ProgramYearController.php", line 131, in strip_tags
    $row[$key] = strip_tags($row[$key]);
  File "/var/www/ilios/src/Controller/ProgramYearController.php", line 131, in App\Controller\ProgramYearController::App\Controller\{closure}
    $row[$key] = strip_tags($row[$key]);
  File "/var/www/ilios/src/Controller/ProgramYearController.php", line 134, in App\Controller\ProgramYearController::downloadCourseObjectivesReportAction
    });
  File "/var/www/ilios/vendor/symfony/http-kernel/HttpKernel.php", line 146, in Symfony\Component\HttpKernel\HttpKernel::handleRaw
    $response = $controller(...$arguments);
  File "/var/www/ilios/vendor/symfony/http-kernel/HttpKernel.php", line 68, in Symfony\Component\HttpKernel\HttpKernel::handle
    return $this->handleRaw($request, $type);
...
(3 additional frame(s) were not displayed)
@jrjohnson jrjohnson added this to Backlog in Ilios via automation Mar 5, 2020
@jrjohnson jrjohnson moved this from Backlog to In progress in Ilios Mar 5, 2020
@jrjohnson jrjohnson self-assigned this Mar 5, 2020
Ilios automation moved this from In progress to Done Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Ilios
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant