Problem/Motivation
The module import fails when using PHP version less that 7.3 because the `array_key_first` is only available with 7.3 and above.
Proposed resolution
Replace the `array_key_first` function use with a custom polyfil.
The website encountered an unexpected error. Please try again later.
Error: Call to undefined function Drupal\excel_importer\Form\array_key_first() in Drupal\excel_importer\Form\ExcelImporterForm->getCorrectValue() (line 288 of modules/contrib/excel_importer/src/Form/ExcelImporterForm.php).
Comments
Comment #6
tsega commentedComment #7
tsega commentedComment #8
tsega commentedVersion 1.0.5 fixes this issue.
Comment #9
tsega commentedComment #10
tsega commented