The Previous upload summary that appears after a batch of entities is submitted using a form with the Bulk media upload functionality applied to it no longer shows a list of the entities created after upload is complete when using PHP 7.

This appears to be due to a change in variable handling in PHP 7: https://secure.php.net/manual/en/migration70.incompatible.php#migration7...

Very simple patch is attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

erikhopp created an issue. See original summary.

kguebert’s picture

Revisiting this after over a year as we have run into the same problem after upgrading to PHP 7.1. Updated the file to be a .patch file for people to easily download and apply.