You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file_replace module is not enabled during build. Yet it is required by a whole bunch of modules (which for some reason indicate they are disabled):
Enabling it via the GUI works but also results in a WSOD (watchdog error below), and enabling it via drush does enable it, but produces this:
mark@user-ThinkPad-X1-Carbon-6th:~/hacking/isle-dc$ docker-compose exec -T drupal with-contenv bash -lc "drush en -y file_replace"
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
[warning] array_key_exists() expects parameter 2 to be array, bool given ContentTranslationHandler.php:271
In DefaultTableMapping.php line 391:
Table information not available for the 'field_coordinates' field.
pm:enable [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-d|--debug] [-y|--yes] [--no] [--remote-host REMOTE-HOST] [--remote-user REMOTE-USER] [-r|--root ROOT] [-l|--uri URI] [--simulate] [--pipe] [-D|--define DEFINE] [--druplicon] [--notify [NOTIFY]] [--xh-link XH-LINK] [--] <command> [<modules>]...
When enabling file_replace via the GUI, I think this is the watchdog error (it is the most recent entry):
In development branch, at 606a321.
The file_replace module is not enabled during build. Yet it is required by a whole bunch of modules (which for some reason indicate they are disabled):
Enabling it via the GUI works but also results in a WSOD (watchdog error below), and enabling it via drush does enable it, but produces this:
When enabling file_replace via the GUI, I think this is the watchdog error (it is the most recent entry):
The text was updated successfully, but these errors were encountered: