- πΊπΈUnited States agbockus Illinois
Speaking with another developer ( Ghazlawl β ), they mentioned that the
mixed
type isn't available in PHP 7.PHP.net states that the mixed type was not introduced until PHP 8.0.0.
This module lists support down to Drupal 9.3 and Drupal 9.x supports down to PHP 7.3 β .
- πΊπΈUnited States agbockus Illinois
Since
mixed
is not available in PHP 7, I've changed the variable type to bestring
since that's what the errors during testing mentioned as the variable type provided when uploading a CSV.I've created a tiny patch to set the variable type to
string
, but it may need to be tested with other delimiters. - last update
over 1 year ago Patch Failed to Apply - πΊπΈUnited States agbockus Illinois
Ah, created the patch from an incorrect folder, fixed in new patch.
- last update
over 1 year ago 10 pass