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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | apps-PHPCompatibility-2945929_fixed.png | 57.03 KB | rajatc |
| #5 | apps-PHPCompatibility-2945929_fixed.jpg | 369.41 KB | karishma rawat |
| #3 | apps-php7-compat-2945929.patch | 540 bytes | bkosborne |
Comments
Comment #2
bkosborneComment #3
bkosborneReplacing with a foreach worked.
Comment #4
dsnopekUsed in Panopoly :-)
Comment #5
karishma rawat commentedPatch #3 works for me.Please find the screenshot for the same.
Comment #6
rajatc commentedPatch #3 works for me.Please find the screenshot for the same.
https://www.drupal.org/files/issues/2020-05-13/apps-PHPCompatibility-294...
Comment #7
rajatc commented