- Issue created by @codebymikey
- @codebymikey opened merge request.
- Status changed to Fixed
over 1 year ago 3:23pm 1 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The following PHP errors are thrown when an issue fork is being used since the update module might not be able to resolve the correct project version.
Warning: Undefined array key "latest_version" in Drupal\status_dashboard_client\Controller\StatusDashboardClientController->doCheck() (line 111 of /app/application/web/modules/contrib/status_dashboard_client/src/Controller/StatusDashboardClientController.php)
Warning: Undefined array key "recommended" in Drupal\status_dashboard_client\Controller\StatusDashboardClientController->doCheck() (line 112 of /app/application/web/modules/contrib/status_dashboard_client/src/Controller/StatusDashboardClientController.php)
Add an issue fork installation → , and attempt a status dashboard check.
Add appropriate checks to see if $project_data['recommended']
exists before making use of it.
Provide issue fork/patch.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.