- π¦πΊAustralia mstrelan
I believe this is a duplicate of #2833864: Unmet installation requirements may contain render elements β which has been fixed.
When Drupal requires you to enable some PHP extensions we get the next error:
Array to string conversion
/var/www/html/d8.loc/core/includes/install.core.inc:2181
/var/www/html/d8.loc/core/includes/install.core.inc:1028
An array is set for the requirements (core/modules/system/system.install in line 242), but string is expected.
E.g. we use 'description' element as string in install.core.inc (line 2181).
Render inline_template before set to requirements.
None
None
None
Closed: duplicate
11.0 π₯
system.module
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I believe this is a duplicate of #2833864: Unmet installation requirements may contain render elements β which has been fixed.