- Issue created by @dms117
Content editing screen fails to load due to fread error in TarArchiveWriter.php The error received is
TypeError: fread(): Argument #1 ($stream) must be of type resource, bool given in ...\modules\backup_migrate\src\Core\Service\TarArchiveWriter.php on line 49 #0
Install Drupal 9 with PHP 8.1.13 then try to edit a content block.
Add a type check to variable submissions to allow a better path for script failure.
Active
5.0
Code