There's code in apps.profile.inc that uses PHP's each() function, but this has been deprecated in PHP 7.2. It can be replaced with a foreach() or something else.

Comments

bkosborne created an issue. See original summary.

bkosborne’s picture

Issue tags: -PHP 7.1 +PHP 7.2
bkosborne’s picture

Status: Active » Needs review
StatusFileSize
new540 bytes

Replacing with a foreach worked.

dsnopek’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +panopoly

Used in Panopoly :-)

karishma rawat’s picture

Issue tags: +PHP 7.3
StatusFileSize
new369.41 KB

Patch #3 works for me.Please find the screenshot for the same.

rajatc’s picture

Assigned: Unassigned » rajatc
Issue tags: -panopoly +apps
StatusFileSize
new57.03 KB

Patch #3 works for me.Please find the screenshot for the same.
https://www.drupal.org/files/issues/2020-05-13/apps-PHPCompatibility-294...

rajatc’s picture

Assigned: rajatc » Unassigned