- Issue created by @swirt
- Status changed to Fixed
3 months ago 1:28am 26 August 2024 - Status changed to Fixed
3 months ago 6:56pm 26 August 2024
In the event that a BatchOperation runs but is stopped by a debugger, it is possible to end up with a batch operation log that has no run-date. If this happens there is fatal error.
The website encountered an unexpected error. Try again later.
InvalidArgumentException: The timestamp must be numeric. in Drupal\Component\Datetime\DateTimePlus::createFromTimestamp() (line 201 of core/lib/Drupal/Component/Datetime/DateTimePlus.php).
Drupal\Core\Datetime\DateFormatter->format(NULL, 'medium') (Line: 222)
Drupal\codit_batch_operations_ui\Controller\OperationsBase->convertDate(Array) (Line: 169)
This will not happen in normal use of the module . It is only possible with the right combination of debugging and stopping a debugging session before completing the processing of one item.
Fixed
1.0
Code