Warning: Undefined variable $response in _batch_page() (Zeile 107 in /web/core/includes/batch.inc).
followed by
Warning: Undefined array key "function" in Drupal\Core\Utility\Error::getLastCaller() (Zeile 130 in /web/core/lib/Drupal/Core/Utility/Error.php).
followed by
Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller? in () (Zeile 98 in /web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php).
followed by
Warning: Undefined array key "function" in Drupal\Core\Utility\Error::getLastCaller() (Zeile 130 in /web/core/lib/Drupal/Core/Utility/Error.php).
When running any batch job like manually fetching update information or updating translation information. For example open /admin/reports/updates/check
The batch job starts, then the issue (WSOD) appears.
No idea what may cause this or since when the issue exists.
In the access logs I can see the following calls:
GET /admin/reports/updates/check?destination=/admin/theme/update&token=XXX
GET /batch?id=1568&op=start
GET /core/misc/batch.js?1663685782
Error GET /batch?id=1568&op=do_nojs
POST /batch?id=1568&op=do_nojs&op=do&_format=json
Closed: works as designed
11.0 🔥
batch system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.